Lines Matching refs:__u16Height
192 static MS_U16 __u16Height = 0; variable
837 __u16Height = MApi_JPEG_GetHeight(); in MApi_MJPEG_PushQueue()
838 MDrv_JPD_SendVPUCommand(E_MJPEG_CMD_SET_HEIGHT, __u16Height); in MApi_MJPEG_PushQueue()
841 …MJPEG_DEBUG_API_MSG(" width %d, height %d, pitch %d\n", __u16Width, __u16Height, __u16Pitch); in MApi_MJPEG_PushQueue()
844 (__u16Height>MJPEG_MAX_SUPPORT_HEIGHT)) in MApi_MJPEG_PushQueue()
851 || (_u32FrameHeight < __u16Height)) in MApi_MJPEG_PushQueue()
854 _u32FrameHeight = __u16Height; in MApi_MJPEG_PushQueue()
872 infoDecFrame.u16Height = __u16Height; in MApi_MJPEG_PushQueue()
1249 pInfo->u16Height = __u16Height; in MApi_MJPEG_GetDispInfo()
1255 pInfo->u16CropTop = (pInfo->u16Height - __u16Height)/2; in MApi_MJPEG_GetDispInfo()
1256 pInfo->u16CropBottom = pInfo->u16Height - __u16Height - pInfo->u16CropTop; in MApi_MJPEG_GetDispInfo()
1366 pFrmInfo->u16Height = __u16Height; in MApi_MJPEG_GetDispFrameInfo()
1493 pFrmInfo->u16Height = __u16Height; in MApi_MJPEG_GetNextDispFrame()