Searched refs:gwin (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/graphic/api/gop/ |
| H A D | apiGOP.c | 2674 GOP_GwinInfo gwin; in MApi_GOP_GWIN_SetWinPositionOffset() local 2676 memset(&gwin, 0, sizeof(GOP_GwinInfo)); in MApi_GOP_GWIN_SetWinPositionOffset() 2677 MApi_GOP_GWIN_GetWinInfo(winId, &gwin); in MApi_GOP_GWIN_SetWinPositionOffset() 2678 gwin.u16WinX = x; in MApi_GOP_GWIN_SetWinPositionOffset() 2679 gwin.u16WinY = y; in MApi_GOP_GWIN_SetWinPositionOffset() 2680 MApi_GOP_GWIN_SetWinInfo(winId, &gwin); in MApi_GOP_GWIN_SetWinPositionOffset() 3910 GOP_GwinInfo gwin; in MApi_GOP_GWIN_GetMaxActiveGwin_v() local 3935 memset(&gwin, 0, sizeof(GOP_GwinInfo)); in MApi_GOP_GWIN_GetMaxActiveGwin_v() 3936 MApi_GOP_GWIN_GetWinInfo(i,&gwin); in MApi_GOP_GWIN_GetMaxActiveGwin_v() 3937 h_length=gwin.u16DispHPixelEnd-gwin.u16DispHPixelStart; in MApi_GOP_GWIN_GetMaxActiveGwin_v() [all …]
|
| H A D | mapiGOP.c | 5000 MS_U32 GOP_GWIN_SetNewAlphaMode(void* pInstance,MS_U8 gwin, MS_BOOL bEn) in GOP_GWIN_SetNewAlphaMode() argument 5007 if (!_GOP_IsGwinIdValid(pInstance,gwin)) in GOP_GWIN_SetNewAlphaMode() 5009 GOP_M_ERR("[%s][%d]GWIN %d is out of range\n",__FUNCTION__,__LINE__,gwin); in GOP_GWIN_SetNewAlphaMode() 5013 MDrv_GOP_GWIN_SetNewAlphaMode(g_pGOPCtxLocal, gwin, bEn); in GOP_GWIN_SetNewAlphaMode() 8785 MS_U32 Ioctl_GOP_GWin_SetProperty(void* pInstance,EN_GOP_GWIN_PROPERTY type,MS_U32 gwin, MS_U32* pS… in Ioctl_GOP_GWin_SetProperty() argument 8799 GOP_GWIN_SetBlending(pInstance,gwin,pInfo->bEn, pInfo->Coef); in Ioctl_GOP_GWin_SetProperty() 8812 GOP_GWIN_SetNewAlphaMode(pInstance,gwin,bEn); in Ioctl_GOP_GWin_SetProperty() 8824 GOP_GWIN_SetEnable(pInstance,gwin,bEn); in Ioctl_GOP_GWin_SetProperty() 8834 GOP_GWIN_SetBlink(pInstance,pRate->bEn,gwin, pRate->rate); in Ioctl_GOP_GWin_SetProperty() 8843 GOP_GWIN_SetGWinShared(pInstance,gwin, bEn); in Ioctl_GOP_GWin_SetProperty() [all …]
|
| H A D | apiGOP_priv.h | 487 MS_U32 gwin; member
|