Lines Matching refs:fbFmt
342 static MS_U32 GOP_CalcPitch(MS_U8 fbFmt, MS_U16 width) in GOP_CalcPitch() argument
346 switch ( fbFmt ) in GOP_CalcPitch()
391 static MS_U16 GOP_GetBPP(EN_GOP_COLOR_TYPE fbFmt) in GOP_GetBPP() argument
395 switch ( fbFmt ) in GOP_GetBPP()
571 pinfo->clrType = (EN_GOP_COLOR_TYPE)win_info.fbFmt; in MApi_GOP_GWIN_GetWinInfo()
2179 win_info.fbFmt = pinfo->clrType; in MApi_GOP_GWIN_SetWinInfo()
2279 MS_U8 MApi_GOP_GWIN_CreateWin(MS_U16 width, MS_U16 height, MS_U16 fbFmt) in MApi_GOP_GWIN_CreateWin() argument
2287 MApi_GOP_GWIN_Create32FB(u32FBId,0,0,width,height,fbFmt); in MApi_GOP_GWIN_CreateWin()
2306 MS_U8 MApi_GOP_GWIN_CreateWin2(MS_U16 width, MS_U16 height, MS_U16 fbFmt, EN_GOP_FRAMEBUFFER_STRING… in MApi_GOP_GWIN_CreateWin2() argument
2314 MApi_GOP_GWIN_Create32FB2_EXT(u32FBId, 0, 0, width, height, fbFmt ,FBString); in MApi_GOP_GWIN_CreateWin2()
2362 MS_U8 MApi_GOP_GWIN_CreateStaticWin(MS_U8 u8WinId, MS_U16 width, MS_U16 height, MS_U16 fbFmt) in MApi_GOP_GWIN_CreateStaticWin() argument
2369 MApi_GOP_GWIN_Create32FB(u32FBId,0,0,width,height,fbFmt); in MApi_GOP_GWIN_CreateStaticWin()
2384 MS_U8 MApi_GOP_GWIN_CreateStaticWin2(MS_U8 u8WinId, MS_U16 width, MS_U16 height, MS_U16 fbFmt, EN_G… in MApi_GOP_GWIN_CreateStaticWin2() argument
2391 MApi_GOP_GWIN_Create32FB2_EXT(u32FBId, 0, 0, width, height, fbFmt ,FBString); in MApi_GOP_GWIN_CreateStaticWin2()
2722 gWin.u16RBlkHRblkSize = GOP_CalcPitch(fbInfo.fbFmt, fbInfo.width); in MApi_GOP_GWIN_SetWinProperty()
2724 gWin.clrType = (EN_GOP_COLOR_TYPE)fbInfo.fbFmt; in MApi_GOP_GWIN_SetWinProperty()
3143 … MApi_GOP_GWIN_CreateFB2(MS_U8 FBId, MS_U16 x, MS_U16 y, MS_U16 width, MS_U16 height, MS_U16 fbFmt) in MApi_GOP_GWIN_CreateFB2() argument
3145 return MApi_GOP_GWIN_Create32FB2((MS_U32)FBId, x, y, width, height, fbFmt); in MApi_GOP_GWIN_CreateFB2()
3148 …GOP_GWIN_Create32FB2(MS_U32 u32FBId, MS_U16 x, MS_U16 y, MS_U16 width, MS_U16 height, MS_U16 fbFmt) in MApi_GOP_GWIN_Create32FB2() argument
3164 BuffInfo.fbFmt = fbFmt; in MApi_GOP_GWIN_Create32FB2()
3820 …2_EXT(MS_U8 FBId, MS_U16 x, MS_U16 y, MS_U16 width, MS_U16 height, MS_U16 fbFmt, EN_GOP_FRAMEBUFFE… in MApi_GOP_GWIN_CreateFB2_EXT() argument
3822 return MApi_GOP_GWIN_Create32FB2_EXT((MS_U32)FBId, x, y, width, height, fbFmt ,FBString); in MApi_GOP_GWIN_CreateFB2_EXT()
3825 …T(MS_U32 u32FBId, MS_U16 x, MS_U16 y, MS_U16 width, MS_U16 height, MS_U16 fbFmt, EN_GOP_FRAMEBUFFE… in MApi_GOP_GWIN_Create32FB2_EXT() argument
3841 BuffInfo.fbFmt = fbFmt; in MApi_GOP_GWIN_Create32FB2_EXT()
4018 GOP_RETURN(fbAttr.fbFmt); in MApi_GOP_GWIN_Get32FBFmt()
4780 …*x0, MS_U16 *y0, MS_U16 *width, MS_U16 *height, MS_U16 *fbPitch, MS_U16 *fbFmt, MS_PHY *addr, MS_… in MApi_GOP_GWIN_GetWinAttr() argument
4808 *fbFmt = BuffInfo.fbFmt; in MApi_GOP_GWIN_GetWinAttr()
4810 *size = BuffInfo.width * BuffInfo.height * GOP_GetBPP((EN_GOP_COLOR_TYPE)BuffInfo.fbFmt)/8; in MApi_GOP_GWIN_GetWinAttr()
4880 …P_GWIN_CreateFB(MS_U8 fbId, MS_U16 dispX, MS_U16 dispY, MS_U16 width, MS_U16 height, MS_U16 fbFmt) 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()
4885 …_Create32FB(MS_U32 u32fbId, MS_U16 dispX, MS_U16 dispY, MS_U16 width, MS_U16 height, MS_U16 fbFmt) in MApi_GOP_GWIN_Create32FB() argument
4901 BuffInfo.fbFmt = fbFmt; in MApi_GOP_GWIN_Create32FB()
4934 …U8 fbId, MS_U16 dispX, MS_U16 dispY, MS_U16 width, MS_U16 height, MS_U16 fbFmt, MS_PHY phyFbAddr … 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()
4939 …u32fbId, MS_U16 dispX, MS_U16 dispY, MS_U16 width, MS_U16 height, MS_U16 fbFmt, MS_PHY phyFbAddr … in MApi_GOP_GWIN_Create32FBbyStaticAddr2() argument
4953 BuffInfo.fbFmt = fbFmt; in MApi_GOP_GWIN_Create32FBbyStaticAddr2()
4986 MS_U8 MApi_GOP_GWIN_CreateFBFrom3rdSurf(MS_U16 width, MS_U16 height, MS_U16 fbFmt, MS_PHY phyFbAdd… in MApi_GOP_GWIN_CreateFBFrom3rdSurf() argument
4990 …u8result = MApi_GOP_GWIN_Create32FBFrom3rdSurf(width, height, fbFmt, phyFbAddr, pitch, &u32ret_FBI… in MApi_GOP_GWIN_CreateFBFrom3rdSurf()
4999 MS_U8 MApi_GOP_GWIN_Create32FBFrom3rdSurf(MS_U16 width, MS_U16 height, MS_U16 fbFmt, MS_PHY phyFbA… in MApi_GOP_GWIN_Create32FBFrom3rdSurf() argument
5016 BuffInfo.fbFmt = fbFmt; in MApi_GOP_GWIN_Create32FBFrom3rdSurf()
5051 …_U8 fbId, MS_U16 dispX, MS_U16 dispY, MS_U16 width, MS_U16 height, MS_U16 fbFmt, MS_PHY phyFbAddr) 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()
5056 … u32fbId, MS_U16 dispX, MS_U16 dispY, MS_U16 width, MS_U16 height, MS_U16 fbFmt, MS_PHY phyFbAddr) in MApi_GOP_GWIN_Create32FBbyStaticAddr() argument
5058 …return MApi_GOP_GWIN_Create32FBbyStaticAddr2(u32fbId, dispX, dispY, width, height, fbFmt, phyFbAd… in MApi_GOP_GWIN_Create32FBbyStaticAddr()
5338 fbAttr->fbFmt = BuffInfo.fbFmt; in MApi_GOP_GWIN_Get32FBInfo()
5348 fbAttr->size = GOP_CalcPitch(BuffInfo.fbFmt, BuffInfo.width) * BuffInfo.height; in MApi_GOP_GWIN_Get32FBInfo()
5392 BuffInfo.fbFmt = fbAttr->fbFmt; in MApi_GOP_GWIN_Set32FBInfo()