Lines Matching refs:winId

5019 MS_U32 GOP_GWIN_IsEnable(void* pInstance,MS_U8 winId)  in GOP_GWIN_IsEnable()  argument
5028 if (!_GOP_IsGwinIdValid(pInstance,winId)) in GOP_GWIN_IsEnable()
5030 GOP_M_ERR("[%s][%d]GWIN %d is out of range\n",__FUNCTION__,__LINE__,winId); in GOP_GWIN_IsEnable()
5033 MDrv_GOP_GWIN_IsGWINEnabled(g_pGOPCtxLocal, winId, &IsEnable); in GOP_GWIN_IsEnable()
5037 MS_U32 GOP_GWIN_SetEnable(void* pInstance,MS_U8 winId, MS_BOOL bEnable) in GOP_GWIN_SetEnable() argument
5046 if (!_GOP_IsGwinIdValid(pInstance,winId)) in GOP_GWIN_SetEnable()
5048 GOP_M_ERR("[%s][%d]GWIN %d is out of range\n",__FUNCTION__,__LINE__,winId); in GOP_GWIN_SetEnable()
5053 if (!_GOP_GWIN_IsGwinExistInClient(pInstance,winId)) in GOP_GWIN_SetEnable()
5055 GOP_M_ERR("[%s][%d]GWIN %d is not exist\n",__FUNCTION__,__LINE__,winId); in GOP_GWIN_SetEnable()
5060 u32fbId = g_pGOPCtxLocal->pGOPCtxShared->gwinMap[winId].u32CurFBId; in GOP_GWIN_SetEnable()
5078 GOP_M_ERR("[%s][%d]GWIN %d not allocated\n",__FUNCTION__,__LINE__,winId); in GOP_GWIN_SetEnable()
5095 MDrv_GOP_GWIN_EnableGwin(g_pGOPCtxLocal, winId, FALSE); in GOP_GWIN_SetEnable()
5096 if ((regval2 & ~(1<<winId)) == 0) in GOP_GWIN_SetEnable()
5111 MDrv_GOP_GWIN_EnableGwin(g_pGOPCtxLocal, winId, TRUE); in GOP_GWIN_SetEnable()
5118 MDrv_GOP_GWIN_EnableGwin(g_pGOPCtxLocal, winId, FALSE); in GOP_GWIN_SetEnable()
5140 MS_U32 GOP_GWIN_SetBlink(void* pInstance,MS_U8 winId,MS_BOOL bEnable, MS_U8 u8rate) in GOP_GWIN_SetBlink() argument
5147 MDrv_GOP_GWIN_SetBlink(g_pGOPCtxLocal,winId, bEnable, u8rate); in GOP_GWIN_SetBlink()
5464 MS_U32 GOP_GWIN_SetGWinShared(void* pInstance,MS_U8 winId, MS_BOOL bIsShared) in GOP_GWIN_SetGWinShared() argument
5471 if (!_GOP_IsGwinIdValid(pInstance,winId)) in GOP_GWIN_SetGWinShared()
5473 GOP_M_ERR("[%s][%d]GWIN %d is out of range\n",__FUNCTION__,__LINE__,winId); in GOP_GWIN_SetGWinShared()
5477 g_pGOPCtxLocal->pGOPCtxShared->gwinMap[winId].bIsShared = true; in GOP_GWIN_SetGWinShared()
5480 MS_U32 GOP_GWIN_SetGWinSharedCnt(void* pInstance,MS_U8 winId, MS_U16 u16SharedCnt) in GOP_GWIN_SetGWinSharedCnt() argument
5487 if (!_GOP_IsGwinIdValid(pInstance,winId)) in GOP_GWIN_SetGWinSharedCnt()
5489 GOP_M_ERR("[%s][%d]GWIN %d is out of range\n",__FUNCTION__,__LINE__,winId); in GOP_GWIN_SetGWinSharedCnt()
5493 g_pGOPCtxLocal->pGOPCtxShared->gwinMap[winId].u16SharedCnt = u16SharedCnt; in GOP_GWIN_SetGWinSharedCnt()
5497 MS_U32 GOP_GWIN_Switch2Gwin(void* pInstance,MS_U8 winId, void* pSet) in GOP_GWIN_Switch2Gwin() argument
5510 if (!_GOP_IsGwinIdValid(pInstance,winId)) in GOP_GWIN_Switch2Gwin()
5512 GOP_M_ERR("[%s][%d]GWIN %d is out of range\n",__FUNCTION__,__LINE__,winId); in GOP_GWIN_Switch2Gwin()
5515 if (!_GOP_GWIN_IsGwinExistInClient(pInstance,winId)) in GOP_GWIN_Switch2Gwin()
5517 GOP_M_ERR("[%s][%d]GWIN %d is not exist\n",__FUNCTION__,__LINE__,winId); in GOP_GWIN_Switch2Gwin()
5521 u32fbId = g_pGOPCtxLocal->pGOPCtxShared->gwinMap[winId].u32CurFBId; in GOP_GWIN_Switch2Gwin()
5542 g_pGOPCtxLocal->current_winId = winId; in GOP_GWIN_Switch2Gwin()
5544 MDrv_GOP_ConvertAPIAddr2HAL(g_pGOPCtxLocal, winId, &u64GeDstAdr); in GOP_GWIN_Switch2Gwin()