Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c11018 JPEG_WAITDONE_PARAM eWaitDone; in MApi_JPEG_WaitDone() local
11019 memset(&eWaitDone , 0 ,sizeof(JPEG_WAITDONE_PARAM)); in MApi_JPEG_WaitDone()
11021 … if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_WaitDone, (void*)(&eWaitDone)) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_WaitDone()
11025 return eWaitDone.retVal; in MApi_JPEG_WaitDone()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c11098 JPEG_WAITDONE_PARAM eWaitDone; in MApi_JPEG_WaitDone() local
11099 memset(&eWaitDone , 0 ,sizeof(JPEG_WAITDONE_PARAM)); in MApi_JPEG_WaitDone()
11101 … if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_WaitDone, (void*)(&eWaitDone)) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_WaitDone()
11105 return eWaitDone.retVal; in MApi_JPEG_WaitDone()
/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG.c12368 JPEG_WAITDONE_PARAM eWaitDone; in MApi_JPEG_WaitDone() local
12369 memset(&eWaitDone , 0 ,sizeof(JPEG_WAITDONE_PARAM)); in MApi_JPEG_WaitDone()
12371 … if(UtopiaIoctl(pInstantNJPD,MApi_CMD_JPEG_WaitDone, (void*)(&eWaitDone)) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_WaitDone()
12375 return eWaitDone.retVal; in MApi_JPEG_WaitDone()