Lines Matching refs:fbId
3072 MS_U8 MApi_GOP_GWIN_IsFBExist(MS_U8 fbId) in MApi_GOP_GWIN_IsFBExist() argument
3074 return MApi_GOP_GWIN_Is32FBExist((MS_U32)fbId); in MApi_GOP_GWIN_IsFBExist()
3187 MS_U8 MApi_GOP_GWIN_DestroyFB(MS_U8 fbId) in MApi_GOP_GWIN_DestroyFB() argument
3189 return MApi_GOP_GWIN_Destroy32FB((MS_U32)fbId); in MApi_GOP_GWIN_DestroyFB()
3216 E_GOP_API_Result MApi_GOP_GWIN_DeleteFB(MS_U8 fbId) in MApi_GOP_GWIN_DeleteFB() argument
3218 return MApi_GOP_GWIN_Delete32FB((MS_U32)fbId); in MApi_GOP_GWIN_DeleteFB()
3999 MS_U16 MApi_GOP_GWIN_GetFBFmt(MS_U8 fbId) in MApi_GOP_GWIN_GetFBFmt() argument
4001 return MApi_GOP_GWIN_Get32FBFmt((MS_U32)fbId); in MApi_GOP_GWIN_GetFBFmt()
4880 MS_U8 MApi_GOP_GWIN_CreateFB(MS_U8 fbId, MS_U16 dispX, MS_U16 dispY, MS_U16 width, MS_U16 height, … in MApi_GOP_GWIN_CreateFB() argument
4882 return MApi_GOP_GWIN_Create32FB((MS_U32)fbId, dispX, dispY, width, height, fbFmt); in MApi_GOP_GWIN_CreateFB()
4934 MS_U8 MApi_GOP_GWIN_CreateFBbyStaticAddr2(MS_U8 fbId, MS_U16 dispX, MS_U16 dispY, MS_U16 width, MS_… in MApi_GOP_GWIN_CreateFBbyStaticAddr2() argument
4936 …return MApi_GOP_GWIN_Create32FBbyStaticAddr2((MS_U32)fbId, dispX, dispY, width, height, fbFmt, phy… in MApi_GOP_GWIN_CreateFBbyStaticAddr2()
5051 MS_U8 MApi_GOP_GWIN_CreateFBbyStaticAddr(MS_U8 fbId, MS_U16 dispX, MS_U16 dispY, MS_U16 width, MS_U… in MApi_GOP_GWIN_CreateFBbyStaticAddr() argument
5053 …return MApi_GOP_GWIN_Create32FBbyStaticAddr((MS_U32)fbId, dispX, dispY, width, height, fbFmt, phy… in MApi_GOP_GWIN_CreateFBbyStaticAddr()
5067 E_GOP_API_Result MApi_GOP_GWIN_Switch2FB(MS_U8 fbId) in MApi_GOP_GWIN_Switch2FB() argument
5069 return MApi_GOP_GWIN_Switch2_32FB((MS_U32)fbId); in MApi_GOP_GWIN_Switch2FB()
5108 MS_BOOL MApi_GOP_Switch_GWIN_2_FB(MS_U8 gWinId, MS_U8 fbId, MS_U16 u16WaitTagID, MS_U16 *pU16QueueC… in MApi_GOP_Switch_GWIN_2_FB() argument
5114 bResult = MApi_GOP_Switch_GWIN_2_32FB(gWinId, (MS_U32)fbId, (MS_U32)u16WaitTagID, &u32QueueCnt); in MApi_GOP_Switch_GWIN_2_FB()
5276 E_GOP_API_Result MApi_GOP_GWIN_MapFB2Win(MS_U8 fbId, MS_U8 gwinId) in MApi_GOP_GWIN_MapFB2Win() argument
5278 return MApi_GOP_GWIN_Map32FB2Win((MS_U32)fbId, gwinId); in MApi_GOP_GWIN_MapFB2Win()
5309 E_GOP_API_Result MApi_GOP_GWIN_GetFBInfo(MS_U8 fbId, GOP_GwinFBAttr *fbAttr) in MApi_GOP_GWIN_GetFBInfo() argument
5311 return MApi_GOP_GWIN_Get32FBInfo((MS_U32)fbId, fbAttr); in MApi_GOP_GWIN_GetFBInfo()
5372 E_GOP_API_Result MApi_GOP_GWIN_SetFBInfo(MS_U8 fbId, GOP_GwinFBAttr *fbAttr) in MApi_GOP_GWIN_SetFBInfo() argument
5374 return MApi_GOP_GWIN_Set32FBInfo((MS_U32)fbId, fbAttr); in MApi_GOP_GWIN_SetFBInfo()