Lines Matching refs:gwinId

5642 MS_U32 GOP_GWIN_GetFBfromGWIN(void* pInstance,MS_U8 gwinId)  in GOP_GWIN_GetFBfromGWIN()  argument
5651 if (!_GOP_IsGwinIdValid(pInstance,gwinId)) in GOP_GWIN_GetFBfromGWIN()
5653 GOP_M_ERR("[%s][%d]GWIN %d is out of range\n",__FUNCTION__,__LINE__,gwinId); in GOP_GWIN_GetFBfromGWIN()
5656 if (!_GOP_GWIN_IsGwinExistInClient(pInstance,gwinId)) in GOP_GWIN_GetFBfromGWIN()
5658 GOP_M_ERR("[%s][%d]GWIN %d is not exist\n",__FUNCTION__,__LINE__,gwinId); in GOP_GWIN_GetFBfromGWIN()
5662 pwinFB = _GetWinFB(pInstance,g_pGOPCtxLocal->pGOPCtxShared->gwinMap[gwinId].u32CurFBId); in GOP_GWIN_GetFBfromGWIN()
5666 …%td\n",__FUNCTION__,__LINE__,(ptrdiff_t)g_pGOPCtxLocal->pGOPCtxShared->gwinMap[gwinId].u32CurFBId); in GOP_GWIN_GetFBfromGWIN()
5669 if (!_GOP_IsFbIdValid(pInstance,g_pGOPCtxLocal->pGOPCtxShared->gwinMap[gwinId].u32CurFBId)) in GOP_GWIN_GetFBfromGWIN()
5671 …nge\n",__FUNCTION__,__LINE__,(ptrdiff_t)g_pGOPCtxLocal->pGOPCtxShared->gwinMap[gwinId].u32CurFBId); in GOP_GWIN_GetFBfromGWIN()
5676 GOP_M_ERR("[%s][%d]GWIN %d not allocated\n",__FUNCTION__,__LINE__,gwinId); in GOP_GWIN_GetFBfromGWIN()
5680 return(g_pGOPCtxLocal->pGOPCtxShared->gwinMap[gwinId].u32CurFBId); in GOP_GWIN_GetFBfromGWIN()
9492 MS_U32 Ioctl_GOP_SetWinInfo(void* pInstance,MS_U32 gwinId,PGOP_BUFFER_INFO pInfo) in Ioctl_GOP_SetWinInfo() argument
9526 GOP_M_INFO("\33[0;36m %s:%d u8win = %td \33[m \n",__FUNCTION__,__LINE__, (ptrdiff_t)gwinId); in Ioctl_GOP_SetWinInfo()
9528 if (!_GOP_IsGwinIdValid(pInstance,gwinId)) in Ioctl_GOP_SetWinInfo()
9530 GOP_M_ERR("[%s][%d]GWIN %td is out of range\n",__FUNCTION__,__LINE__,(ptrdiff_t)gwinId); in Ioctl_GOP_SetWinInfo()
9533 u8GOP = MDrv_DumpGopByGwinId(g_pGOPCtxLocal,gwinId); in Ioctl_GOP_SetWinInfo()
9537 _SetGop0WinInfo(pInstance,gwinId, &wininfo); in Ioctl_GOP_SetWinInfo()
9541 _SetGop1WinInfo(pInstance,gwinId, &wininfo); in Ioctl_GOP_SetWinInfo()
9545 _SetGop23WinInfo(pInstance,gwinId, &wininfo); in Ioctl_GOP_SetWinInfo()
9564 MS_U32 Ioctl_GOP_GetWinInfo(void* pInstance,MS_U32 gwinId,PGOP_BUFFER_INFO pInfo) in Ioctl_GOP_GetWinInfo() argument
9569 if (!_GOP_IsGwinIdValid(pInstance,gwinId)) in Ioctl_GOP_GetWinInfo()
9571 GOP_M_ERR("[%s][%d]GWIN %td is out of range\n",__FUNCTION__,__LINE__,(ptrdiff_t)gwinId); in Ioctl_GOP_GetWinInfo()
9581 if (!_GOP_GWIN_IsGwinExistInClient(pInstance,gwinId)) //To check the gwin is exist in Ioctl_GOP_GetWinInfo()
9583 GOP_M_ERR("[%s][%d]GWIN %td is not exist\n",__FUNCTION__,__LINE__,(ptrdiff_t)gwinId); in Ioctl_GOP_GetWinInfo()
9588 GOP_GetWinInfo(pInstance,gwinId, &wininfo); in Ioctl_GOP_GetWinInfo()
9605 MS_U32 Ioctl_GOP_Win_Enable(void* pInstance,MS_U32 gwinId,MS_BOOL bEn) in Ioctl_GOP_Win_Enable() argument
9618 if (!_GOP_IsGwinIdValid(pInstance,gwinId)) in Ioctl_GOP_Win_Enable()
9620 GOP_M_ERR("[%s][%d]GWIN %td is out of range\n",__FUNCTION__,__LINE__,(ptrdiff_t)gwinId); in Ioctl_GOP_Win_Enable()
9625 if (!_GOP_GWIN_IsGwinExistInClient(pInstance,gwinId)) in Ioctl_GOP_Win_Enable()
9627 GOP_M_ERR("[%s][%d]GWIN %td is not exist\n",__FUNCTION__,__LINE__,(ptrdiff_t)gwinId); in Ioctl_GOP_Win_Enable()
9633 u32fbId = g_pGOPCtxLocal->pGOPCtxShared->gwinMap[gwinId].u32CurFBId; in Ioctl_GOP_Win_Enable()
9651 GOP_M_ERR("[%s][%d]GWIN %td not allocated\n",__FUNCTION__,__LINE__,(ptrdiff_t)gwinId); in Ioctl_GOP_Win_Enable()
9668 MDrv_GOP_GWIN_EnableGwin(g_pGOPCtxLocal, gwinId, FALSE); in Ioctl_GOP_Win_Enable()
9669 if ((regval2 & ~(1<<gwinId)) == 0) in Ioctl_GOP_Win_Enable()
9684 MDrv_GOP_GWIN_EnableGwin(g_pGOPCtxLocal, gwinId, TRUE); in Ioctl_GOP_Win_Enable()