Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_v1/api/vdec/
H A DapiMJPEG_inc.c573 MS_U16 cur_vidx = 0; in __MApi_MJPEG_CheckDecodeDone() local
582 if(PreVIdx != (cur_vidx = MApi_JPEG_GetCurVidx())) in __MApi_MJPEG_CheckDecodeDone()
584 PreVIdx = cur_vidx; in __MApi_MJPEG_CheckDecodeDone()
/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c8275 MS_U16 cur_vidx = 0; in MApi_JPEG_HdlVidxChk_OJPD() local
8294 cur_vidx = MDrv_JPD_GetCurVidx(); in MApi_JPEG_HdlVidxChk_OJPD()
8295 if(_JPD_PreVIdx != cur_vidx) in MApi_JPEG_HdlVidxChk_OJPD()
8297 _JPD_PreVIdx = cur_vidx; in MApi_JPEG_HdlVidxChk_OJPD()
8438 MS_U16 cur_vidx = 0; in MApi_JPEG_WaitDone_OJPD() local
8460 cur_vidx = MDrv_JPD_GetCurVidx(); in MApi_JPEG_WaitDone_OJPD()
8461 if(_JPD_PreVIdx != cur_vidx) in MApi_JPEG_WaitDone_OJPD()
8463 _JPD_PreVIdx = cur_vidx; in MApi_JPEG_WaitDone_OJPD()
/utopia/UTPA2-700.0.x/modules/vdec_v2/api/vdec_ex/
H A DapiMJPEG_EX.c393 MS_U16 cur_vidx = 0; in __MApi_MJPEG_CheckDecodeDone() local
395 if(PreVIdx[u8DrvId] != (cur_vidx = MApi_JPEG_GetCurVidx())) in __MApi_MJPEG_CheckDecodeDone()
397 PreVIdx[u8DrvId] = cur_vidx; in __MApi_MJPEG_CheckDecodeDone()
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiMJPEG_EX.c444 MS_U16 cur_vidx = 0; in __MApi_MJPEG_CheckDecodeDone() local
446 if(PreVIdx[u8DrvId] != (cur_vidx = _MApi_JPEG_GetCurVidx())) in __MApi_MJPEG_CheckDecodeDone()
448 PreVIdx[u8DrvId] = cur_vidx; in __MApi_MJPEG_CheckDecodeDone()
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiMJPEG_EX.c415 MS_U16 cur_vidx = 0; in __MApi_MJPEG_CheckDecodeDone() local
417 if(PreVIdx[u8DrvId] != (cur_vidx = _MApi_JPEG_GetCurVidx())) in __MApi_MJPEG_CheckDecodeDone()
419 PreVIdx[u8DrvId] = cur_vidx; in __MApi_MJPEG_CheckDecodeDone()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c8263 MS_U16 cur_vidx = 0; in _MApi_JPEG_HdlVidxChk() local
8282 cur_vidx = MDrv_JPD_GetCurVidx(); in _MApi_JPEG_HdlVidxChk()
8283 if(_JPD_PreVIdx != cur_vidx) in _MApi_JPEG_HdlVidxChk()
8285 _JPD_PreVIdx = cur_vidx; in _MApi_JPEG_HdlVidxChk()
8426 MS_U16 cur_vidx = 0; in _MApi_JPEG_WaitDone() local
8448 cur_vidx = MDrv_JPD_GetCurVidx(); in _MApi_JPEG_WaitDone()
8449 if(_JPD_PreVIdx != cur_vidx) in _MApi_JPEG_WaitDone()
8451 _JPD_PreVIdx = cur_vidx; in _MApi_JPEG_WaitDone()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c8248 MS_U16 cur_vidx = 0; in _MApi_JPEG_HdlVidxChk() local
8267 cur_vidx = MDrv_JPD_GetCurVidx(); in _MApi_JPEG_HdlVidxChk()
8268 if(_JPD_PreVIdx != cur_vidx) in _MApi_JPEG_HdlVidxChk()
8270 _JPD_PreVIdx = cur_vidx; in _MApi_JPEG_HdlVidxChk()
8411 MS_U16 cur_vidx = 0; in _MApi_JPEG_WaitDone() local
8433 cur_vidx = MDrv_JPD_GetCurVidx(); in _MApi_JPEG_WaitDone()
8434 if(_JPD_PreVIdx != cur_vidx) in _MApi_JPEG_WaitDone()
8436 _JPD_PreVIdx = cur_vidx; in _MApi_JPEG_WaitDone()