Lines Matching refs:width

342 static MS_U32 GOP_CalcPitch(MS_U8 fbFmt, MS_U16 width)  in GOP_CalcPitch()  argument
349 pitch = (width) >> 3; in GOP_CalcPitch()
352 pitch = (width<<1) >> 3; in GOP_CalcPitch()
355 pitch = (width<<2) >> 3; in GOP_CalcPitch()
358 pitch = width; in GOP_CalcPitch()
374 pitch = width << 1; in GOP_CalcPitch()
381 pitch = width << 2; in GOP_CalcPitch()
569 pinfo->u16RBlkHPixSize = win_info.width; in MApi_GOP_GWIN_GetWinInfo()
2177 win_info.width = pinfo->u16RBlkHPixSize; 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()
2721 gWin.u16RBlkHPixSize = fbInfo.width; in MApi_GOP_GWIN_SetWinProperty()
2722 gWin.u16RBlkHRblkSize = GOP_CalcPitch(fbInfo.fbFmt, fbInfo.width); in MApi_GOP_GWIN_SetWinProperty()
3143 MS_U8 MApi_GOP_GWIN_CreateFB2(MS_U8 FBId, MS_U16 x, MS_U16 y, MS_U16 width, MS_U16 height, MS_U16 f… 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 MS_U8 MApi_GOP_GWIN_Create32FB2(MS_U32 u32FBId, MS_U16 x, MS_U16 y, MS_U16 width, MS_U16 height, MS… in MApi_GOP_GWIN_Create32FB2() argument
3167 BuffInfo.disp_rect.w = width; in MApi_GOP_GWIN_Create32FB2()
3170 BuffInfo.width = width; in MApi_GOP_GWIN_Create32FB2()
3768 *pW = fbAttr.width; in MApi_GOP_GWIN_Get32FBRegion()
3820 MS_U8 MApi_GOP_GWIN_CreateFB2_EXT(MS_U8 FBId, MS_U16 x, MS_U16 y, MS_U16 width, MS_U16 height, MS_U… 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 MS_U8 MApi_GOP_GWIN_Create32FB2_EXT(MS_U32 u32FBId, MS_U16 x, MS_U16 y, MS_U16 width, MS_U16 height… in MApi_GOP_GWIN_Create32FB2_EXT() argument
3844 BuffInfo.disp_rect.w = width; in MApi_GOP_GWIN_Create32FB2_EXT()
3847 BuffInfo.width = width; in MApi_GOP_GWIN_Create32FB2_EXT()
4212 …RETCHWIN(MS_U8 u8GOP_num, EN_GOP_DST_TYPE eDstType,MS_U16 x, MS_U16 y, MS_U16 width, MS_U16 height) in MApi_GOP_GWIN_Set_STRETCHWIN() argument
4223 stretch_info.DstRect.w = width; in MApi_GOP_GWIN_Set_STRETCHWIN()
4228 stretch_info.SrcRect.w = width; in MApi_GOP_GWIN_Set_STRETCHWIN()
4685 BuffInfo.width = Width; in MApi_GOP_GWIN_SetHDisplaySize()
4780 E_GOP_API_Result MApi_GOP_GWIN_GetWinAttr(MS_U8 gId, MS_U16 *x0, MS_U16 *y0, MS_U16 *width, MS_U16 … in MApi_GOP_GWIN_GetWinAttr() argument
4805 *width = BuffInfo.width; 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 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()
4885 MS_U8 MApi_GOP_GWIN_Create32FB(MS_U32 u32fbId, MS_U16 dispX, MS_U16 dispY, MS_U16 width, MS_U16 hei… in MApi_GOP_GWIN_Create32FB() argument
4904 BuffInfo.disp_rect.w = width; in MApi_GOP_GWIN_Create32FB()
4907 BuffInfo.width = width; in MApi_GOP_GWIN_Create32FB()
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()
4939 …reate32FBbyStaticAddr2(MS_U32 u32fbId, MS_U16 dispX, MS_U16 dispY, MS_U16 width, MS_U16 height, M… in MApi_GOP_GWIN_Create32FBbyStaticAddr2() argument
4956 BuffInfo.disp_rect.w = width; in MApi_GOP_GWIN_Create32FBbyStaticAddr2()
4959 BuffInfo.width = width; 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
5019 BuffInfo.disp_rect.w = width; in MApi_GOP_GWIN_Create32FBFrom3rdSurf()
5022 BuffInfo.width = width; in MApi_GOP_GWIN_Create32FBFrom3rdSurf()
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()
5056 MS_U8 MApi_GOP_GWIN_Create32FBbyStaticAddr(MS_U32 u32fbId, MS_U16 dispX, MS_U16 dispY, MS_U16 width in MApi_GOP_GWIN_Create32FBbyStaticAddr() argument
5058 …return MApi_GOP_GWIN_Create32FBbyStaticAddr2(u32fbId, dispX, dispY, width, height, fbFmt, phyFbAd… in MApi_GOP_GWIN_Create32FBbyStaticAddr()
5336 fbAttr->width = BuffInfo.width; in MApi_GOP_GWIN_Get32FBInfo()
5348 fbAttr->size = GOP_CalcPitch(BuffInfo.fbFmt, BuffInfo.width) * BuffInfo.height; in MApi_GOP_GWIN_Get32FBInfo()
5395 BuffInfo.width = fbAttr->width; in MApi_GOP_GWIN_Set32FBInfo()