Lines Matching refs:gwin

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()
8852 GOP_GWIN_SetGWinSharedCnt(pInstance,gwin, u16SharedCnt); in Ioctl_GOP_GWin_SetProperty()
8857 GOP_GWIN_Switch2Gwin(pInstance,gwin,(void*)pSet); in Ioctl_GOP_GWin_SetProperty()
8865 …GOP_Set3DOSDMode(pInstance,gwin,(MS_U16)pst3DMode->u32MainFBId,(MS_U16)pst3DMode->u32SubFBId,pst3D… in Ioctl_GOP_GWin_SetProperty()
8892 GOP_GWIN_SetGPUtileMode(pInstance,gwin,tilemode); in Ioctl_GOP_GWin_SetProperty()
8904 MS_U32 Ioctl_GOP_GWin_GetProperty(void* pInstance,EN_GOP_GWIN_PROPERTY type,MS_U32 gwin, MS_U32* pS… in Ioctl_GOP_GWin_GetProperty() argument
8922 MDrv_GOP_GWIN_GetGwinNewAlphaModeEnable(g_pGOPCtxLocal, gwin, &bEn); in Ioctl_GOP_GWin_GetProperty()
8934 *pbEn = GOP_GWIN_IsEnable(pInstance,gwin); in Ioctl_GOP_GWin_GetProperty()
8965 *pExist = (MS_U8)GOP_GWIN_IsGwinExist(pInstance,gwin); in Ioctl_GOP_GWin_GetProperty()
8984 *pFbId = GOP_GWIN_GetFBfromGWIN(pInstance,gwin); in Ioctl_GOP_GWin_GetProperty()
8993 *pGOP = (MS_U32)MDrv_DumpGopByGwinId(g_pGOPCtxLocal,gwin); in Ioctl_GOP_GWin_GetProperty()
9330 MS_U32 Ioctl_GOP_MapFB2Win(void* pInstance,MS_U32 fbid, MS_U32 gwin) in Ioctl_GOP_MapFB2Win() argument
9334 eRet = GOP_MapFB2Win(pInstance,fbid,gwin); in Ioctl_GOP_MapFB2Win()
9706 MS_U32 GwinId = pInfo->gwin; in Ioctl_GOP_SetDisplay()
9793 MS_U32 Ioctl_GFlip_ClearFlipQueue(void* pInstance,MS_U32 gwin) in Ioctl_GFlip_ClearFlipQueue() argument
9799 return (E_GOP_API_Result)MDrv_GOP_GWIN_ClearFlipQueue(g_pGOPCtxLocal,gwin); in Ioctl_GFlip_ClearFlipQueue()