Searched refs:_u32FramePitch (Results 1 – 1 of 1) sorted by relevance
229 static MS_U32 _u32FramePitch = 0; variable278 _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()