Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c10202 JPEG_GETERRORCODE_PARAM GetErrorCode; in MApi_JPEG_GetErrorCode() local
10203 memset(&GetErrorCode , 0 ,sizeof(JPEG_GETERRORCODE_PARAM)); in MApi_JPEG_GetErrorCode()
10205 …if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_GetErrorCode, (void*)(&GetErrorCode)) != UTOPIA_STATUS_SU… in MApi_JPEG_GetErrorCode()
10210 return GetErrorCode.ErrCode; in MApi_JPEG_GetErrorCode()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c10274 JPEG_GETERRORCODE_PARAM GetErrorCode; in MApi_JPEG_GetErrorCode() local
10275 memset(&GetErrorCode , 0 ,sizeof(JPEG_GETERRORCODE_PARAM)); in MApi_JPEG_GetErrorCode()
10277 …if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_GetErrorCode, (void*)(&GetErrorCode)) != UTOPIA_STATUS_SU… in MApi_JPEG_GetErrorCode()
10282 return GetErrorCode.ErrCode; in MApi_JPEG_GetErrorCode()
/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG.c11537 JPEG_GETERRORCODE_PARAM GetErrorCode; in MApi_JPEG_GetErrorCode() local
11538 memset(&GetErrorCode , 0 ,sizeof(JPEG_GETERRORCODE_PARAM)); in MApi_JPEG_GetErrorCode()
11540 …if(UtopiaIoctl(pInstantNJPD,MApi_CMD_JPEG_GetErrorCode, (void*)(&GetErrorCode)) != UTOPIA_STATUS_S… in MApi_JPEG_GetErrorCode()
11545 return GetErrorCode.ErrCode; in MApi_JPEG_GetErrorCode()