Lines Matching refs:height

570     pinfo->u16RBlkVPixSize    =  win_info.height;  in MApi_GOP_GWIN_GetWinInfo()
2178 win_info.height = pinfo->u16RBlkVPixSize; 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()
2720 gWin.u16RBlkVPixSize = fbInfo.height; 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
3168 BuffInfo.disp_rect.h = height; in MApi_GOP_GWIN_Create32FB2()
3171 BuffInfo.height = height; in MApi_GOP_GWIN_Create32FB2()
3769 *pH = fbAttr.height; 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
3845 BuffInfo.disp_rect.h = height; in MApi_GOP_GWIN_Create32FB2_EXT()
3848 BuffInfo.height = height; 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
4224 stretch_info.DstRect.h = height; in MApi_GOP_GWIN_Set_STRETCHWIN()
4229 stretch_info.SrcRect.h = height; in MApi_GOP_GWIN_Set_STRETCHWIN()
4780 …WIN_GetWinAttr(MS_U8 gId, MS_U16 *x0, MS_U16 *y0, MS_U16 *width, MS_U16 *height, MS_U16 *fbPitch,… in MApi_GOP_GWIN_GetWinAttr() argument
4806 *height = BuffInfo.height; 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 …_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
4905 BuffInfo.disp_rect.h = height; in MApi_GOP_GWIN_Create32FB()
4908 BuffInfo.height = height; in MApi_GOP_GWIN_Create32FB()
4934 …StaticAddr2(MS_U8 fbId, MS_U16 dispX, MS_U16 dispY, MS_U16 width, MS_U16 height, MS_U16 fbFmt, 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 …icAddr2(MS_U32 u32fbId, MS_U16 dispX, MS_U16 dispY, MS_U16 width, MS_U16 height, MS_U16 fbFmt, MS… in MApi_GOP_GWIN_Create32FBbyStaticAddr2() argument
4957 BuffInfo.disp_rect.h = height; in MApi_GOP_GWIN_Create32FBbyStaticAddr2()
4960 BuffInfo.height = height; 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
5020 BuffInfo.disp_rect.h = height; in MApi_GOP_GWIN_Create32FBFrom3rdSurf()
5023 BuffInfo.height = height; in MApi_GOP_GWIN_Create32FBFrom3rdSurf()
5051 …yStaticAddr(MS_U8 fbId, MS_U16 dispX, MS_U16 dispY, MS_U16 width, MS_U16 height, MS_U16 fbFmt, MS… 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 …ticAddr(MS_U32 u32fbId, MS_U16 dispX, MS_U16 dispY, MS_U16 width, MS_U16 height, MS_U16 fbFmt, MS… in MApi_GOP_GWIN_Create32FBbyStaticAddr() argument
5058 …return MApi_GOP_GWIN_Create32FBbyStaticAddr2(u32fbId, dispX, dispY, width, height, fbFmt, phyFbAd… in MApi_GOP_GWIN_Create32FBbyStaticAddr()
5337 fbAttr->height = BuffInfo.height; in MApi_GOP_GWIN_Get32FBInfo()
5348 fbAttr->size = GOP_CalcPitch(BuffInfo.fbFmt, BuffInfo.width) * BuffInfo.height; in MApi_GOP_GWIN_Get32FBInfo()
5396 BuffInfo.height = fbAttr->height; in MApi_GOP_GWIN_Set32FBInfo()