Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_v2/api/vdec_ex/
H A DapiMJPEG_EX.c265 static MS_U32 _u32StartDecodeTime[E_MJPEG_MJPEG_TOTAL]; variable
364 _u32StartDecodeTime[u8DrvId] = 0; in _MApi_MJPEG_InitPara()
459 if(MsOS_GetSystemTime() - _u32StartDecodeTime[u8DrvId] > SKIP_ERROR_FRAME_THRESHOLD) in __MApi_MJPEG_CheckDecodeDone()
666 if(_u32StartDecodeTime[u8DrvId] ==0)
670 if(MsOS_GetSystemTime() - _u32StartDecodeTime[u8DrvId] > SKIP_ERROR_FRAME_THRESHOLD)
1563 _u32StartDecodeTime[u8DrvId] = MsOS_GetSystemTime(); in MApi_MJPEG_PushQueue()
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiMJPEG_EX.c290 static MS_U32 _u32StartDecodeTime[2]; variable
411 _u32StartDecodeTime[bNJPDNum] = 0; in _MApi_MJPEG_InitPara()
516 if(MsOS_GetSystemTime() - _u32StartDecodeTime[bNJPDNum] > SKIP_ERROR_FRAME_THRESHOLD) in __MApi_MJPEG_CheckDecodeDone()
726 if(_u32StartDecodeTime[u8DrvId] ==0)
730 if(MsOS_GetSystemTime() - _u32StartDecodeTime[u8DrvId] > SKIP_ERROR_FRAME_THRESHOLD)
1790 _u32StartDecodeTime[bNJPDNum] = MsOS_GetSystemTime(); in MApi_MJPEG_PushQueue()
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiMJPEG_EX.c269 static MS_U32 _u32StartDecodeTime[2]; variable
382 _u32StartDecodeTime[bNJPDNum] = 0; in _MApi_MJPEG_InitPara()
487 if(MsOS_GetSystemTime() - _u32StartDecodeTime[bNJPDNum] > SKIP_ERROR_FRAME_THRESHOLD) in __MApi_MJPEG_CheckDecodeDone()
697 if(_u32StartDecodeTime[u8DrvId] ==0)
701 if(MsOS_GetSystemTime() - _u32StartDecodeTime[u8DrvId] > SKIP_ERROR_FRAME_THRESHOLD)
1720 _u32StartDecodeTime[bNJPDNum] = MsOS_GetSystemTime(); in MApi_MJPEG_PushQueue()