Lines Matching refs:__u16Width
191 static MS_U16 __u16Width = 0; variable
835 __u16Width = MApi_JPEG_GetWidth(); in MApi_MJPEG_PushQueue()
836 MDrv_JPD_SendVPUCommand(E_MJPEG_CMD_SET_WIDTH, __u16Width); in MApi_MJPEG_PushQueue()
841 …MJPEG_DEBUG_API_MSG(" width %d, height %d, pitch %d\n", __u16Width, __u16Height, __u16Pitch); in MApi_MJPEG_PushQueue()
843 if((__u16Width > MJPEG_MAX_SUPPORT_WIDTH) || in MApi_MJPEG_PushQueue()
850 if((_u32FramePitch < __u16Width) in MApi_MJPEG_PushQueue()
853 _u32FramePitch = (((__u16Width + 7)>>3)<<3); in MApi_MJPEG_PushQueue()
871 infoDecFrame.u16Width = __u16Width; in MApi_MJPEG_PushQueue()
1253 pInfo->u16CropLeft = (pInfo->u16Width - __u16Width)/2; in MApi_MJPEG_GetDispInfo()
1254 pInfo->u16CropRight = pInfo->u16Width - __u16Width - pInfo->u16CropLeft; in MApi_MJPEG_GetDispInfo()
1365 pFrmInfo->u16Width = __u16Width; in MApi_MJPEG_GetDispFrameInfo()