Home
last modified time | relevance | path

Searched refs:_u32FramePitch (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/vdec_v1/api/vdec/
H A DapiMJPEG_inc.c229 static MS_U32 _u32FramePitch = 0; variable
278 _u32FramePitch = (((pInitParam->u32Width + 7)>>3)<<3); in MApi_MJPEG_Init()
328 __u32FrameBuffUnitSize = _u32FramePitch * _u32FrameHeight * 2; in MApi_MJPEG_Init()
329 printf("_u32FramePitch = %ld\n", _u32FramePitch); in MApi_MJPEG_Init()
850 if((_u32FramePitch < __u16Width) in MApi_MJPEG_PushQueue()
853 _u32FramePitch = (((__u16Width + 7)>>3)<<3); in MApi_MJPEG_PushQueue()
855 __u32FrameBuffUnitSize = _u32FramePitch * _u32FrameHeight * 2; in MApi_MJPEG_PushQueue()
857 MJPEG_DEBUG_API_MSG("Change _u32FramePitch = %ld\n", _u32FramePitch); in MApi_MJPEG_PushQueue()