Lines Matching refs:pitch

344     MS_U16 pitch=0;  in GOP_CalcPitch()  local
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()
385 pitch = 0; in GOP_CalcPitch()
388 return pitch; in GOP_CalcPitch()
572 pinfo->u16RBlkHRblkSize = win_info.pitch; in MApi_GOP_GWIN_GetWinInfo()
1919 pproperty->u16fbw = g_CaptureInfo.pitch; in MApi_GOP_DWIN_GetWinProperty()
1946 g_CaptureInfo.pitch = pproperty->u16fbw; in MApi_GOP_DWIN_SetWinProperty()
2180 win_info.pitch = pinfo->u16RBlkHRblkSize; in MApi_GOP_GWIN_SetWinInfo()
4807 *fbPitch = BuffInfo.pitch; in MApi_GOP_GWIN_GetWinAttr()
4986 …rdSurf(MS_U16 width, MS_U16 height, MS_U16 fbFmt, MS_PHY phyFbAddr, MS_U16 pitch, MS_U8* ret_FBId) 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 …Surf(MS_U16 width, MS_U16 height, MS_U16 fbFmt, MS_PHY phyFbAddr, MS_U16 pitch, MS_U32* u32ret_FB… in MApi_GOP_GWIN_Create32FBFrom3rdSurf() argument
5024 BuffInfo.pitch = pitch; in MApi_GOP_GWIN_Create32FBFrom3rdSurf()
5339 fbAttr->pitch = BuffInfo.pitch; in MApi_GOP_GWIN_Get32FBInfo()
5393 BuffInfo.pitch = fbAttr->pitch; in MApi_GOP_GWIN_Set32FBInfo()
5550 E_GOP_API_Result MApi_GOP_RegisterFBFmtCB(MS_U32 (*fpGOP_CB)(MS_U16 pitch,MS_PHY addr , MS_U16 fmt … in MApi_GOP_RegisterFBFmtCB() argument