Home
last modified time | relevance | path

Searched refs:GwinId (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP_priv.h622 MS_U32 GwinId; //specify gwin. member
650 MS_U32 GwinId; //specify gwin. member
659 MS_U32 GwinId; //specify gwin. member
677 MS_U32 GwinId; //specify gwin. member
685 MS_U32 GwinId; //specify gwin. member
693 MS_U32 GwinId; //specify gwin. member
923 MS_U32 GwinId; //specify gwin. member
938 MS_U32 GwinId; //specify gwin. member
973 MS_U8 GwinId; member
H A DapiGOP.c554 ioctl_info.GwinId = u8win; in MApi_GOP_GWIN_GetWinInfo()
2167 ioctl_info.GwinId = u8win; in MApi_GOP_GWIN_SetWinInfo()
2230 ioctl_info.GwinId = winId; in MApi_GOP_GWIN_SetGWinShared()
2258 ioctl_info.GwinId = winId; in MApi_GOP_GWIN_SetGWinSharedCnt()
2434 ioctl_info.GwinId = gId; in MApi_GOP_GWIN_IsGwinExist()
2483 ioctl_info.GwinId = winId; in MApi_GOP_GWIN_Enable()
2546 ioctl_info.GwinId = winId; in MApi_GOP_GWIN_IsGWINEnabled()
2596 ioctl_info.GwinId = winId; in MApi_GOP_GWIN_DeleteWin()
2630 ioctl_info.GwinId = winId; in MApi_GOP_GWIN_SetWinPosition()
2745 ioctl_info.GwinId = winId; in MApi_GOP_GWIN_Switch2Gwin()
[all …]
H A DmapiGOP.c3305 MS_U32 GOP_MapFB2Win(void* pInstance,MS_U32 u32fbId, MS_U32 GwinId) in GOP_MapFB2Win() argument
3325 …y reached! FBId: %td, winId: %td\n",__FUNCTION__, __LINE__, (ptrdiff_t)u32fbId, (ptrdiff_t)GwinId); in GOP_MapFB2Win()
3329 if (!_GOP_IsGwinIdValid(pInstance,GwinId)) in GOP_MapFB2Win()
3331 …n[%s][%d] not support gwin id:%td in this chip version",__FUNCTION__, __LINE__, (ptrdiff_t)GwinId); in GOP_MapFB2Win()
3343 if(!_GOP_GWIN_IsGwinCreated(pInstance,GwinId)) in GOP_MapFB2Win()
3346 g_pGOPCtxLocal->pGOPCtxShared->gwinMap[GwinId].u32CurFBId = u32fbId; in GOP_MapFB2Win()
3349 g_pGOPCtxLocal->pGOPCtxShared->gwinMap[GwinId].u32GOPClientId= (GETPIDTYPE)getpid(); in GOP_MapFB2Win()
3351 … g_pGOPCtxLocal->pGOPCtxShared->gwinMap[GwinId].u32GOPClientId= g_pGOPCtxLocal->u32GOPClientId; in GOP_MapFB2Win()
3354 MDrv_GOP_GWIN_EnableGwin(g_pGOPCtxLocal, GwinId, FALSE); in GOP_MapFB2Win()
3358 u32Temp = g_pGOPCtxLocal->pGOPCtxShared->gwinMap[GwinId].u32CurFBId; in GOP_MapFB2Win()
[all …]