Searched refs:_GOP_CalcPitch (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/graphic/api/gop/ |
| H A D | mapiGOP.c | 863 static MS_U32 _GOP_CalcPitch(void* pInstance,MS_U8 fbFmt, MS_U16 width) in _GOP_CalcPitch() function 2491 size = _GOP_CalcPitch(pInstance,fbFmt, width)*height; in _GOP_GWIN_CreatePoolFB() 2524 pwinFB->pitch = _GOP_CalcPitch(pInstance,fbFmt, width); in _GOP_GWIN_CreatePoolFB() 3389 u32Temp = _GOP_CalcPitch(pInstance,pwinFB->fbFmt, pwinFB->width); in GOP_MapFB2Win() 4437 size = _GOP_CalcPitch(pInstance,fbFmt, width) *height; in GOP_CreateBufferByAddr() 4456 pwinFB->pitch = _GOP_CalcPitch(pInstance,fbFmt, width); in GOP_CreateBufferByAddr()
|