Searched refs:ResPara (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/ |
| H A D | apiJPEG.c | 10127 JPEG_RESULT_PARAM ResPara; in MApi_JPEG_DecodeHdr() local 10128 memset(&ResPara , 0 ,sizeof(JPEG_RESULT_PARAM)); in MApi_JPEG_DecodeHdr() 10130 if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_DecodeHdr, (void*)(&ResPara)) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_DecodeHdr() 10135 return ResPara.retVal; in MApi_JPEG_DecodeHdr() 10150 JPEG_RESULT_PARAM ResPara; in MApi_JPEG_Decode() local 10151 memset(&ResPara , 0 ,sizeof(JPEG_RESULT_PARAM)); in MApi_JPEG_Decode() 10153 if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_Decode, (void*)(&ResPara)) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_Decode() 10158 return ResPara.retVal; in MApi_JPEG_Decode() 10928 JPEG_RESULT_PARAM ResPara; in MApi_JPEG_HdlVidxChk() local 10929 memset(&ResPara , 0 ,sizeof(JPEG_RESULT_PARAM)); in MApi_JPEG_HdlVidxChk() [all …]
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/ |
| H A D | apiJPEG.c | 10195 JPEG_RESULT_PARAM ResPara; in MApi_JPEG_DecodeHdr() local 10196 memset(&ResPara , 0 ,sizeof(JPEG_RESULT_PARAM)); in MApi_JPEG_DecodeHdr() 10198 if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_DecodeHdr, (void*)(&ResPara)) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_DecodeHdr() 10203 return ResPara.retVal; in MApi_JPEG_DecodeHdr() 10218 JPEG_RESULT_PARAM ResPara; in MApi_JPEG_Decode() local 10219 memset(&ResPara , 0 ,sizeof(JPEG_RESULT_PARAM)); in MApi_JPEG_Decode() 10221 if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_Decode, (void*)(&ResPara)) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_Decode() 10226 return ResPara.retVal; in MApi_JPEG_Decode() 11008 JPEG_RESULT_PARAM ResPara; in MApi_JPEG_HdlVidxChk() local 11009 memset(&ResPara , 0 ,sizeof(JPEG_RESULT_PARAM)); in MApi_JPEG_HdlVidxChk() [all …]
|
| /utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/ |
| H A D | apiJPEG.c | 11456 JPEG_RESULT_PARAM ResPara; in MApi_JPEG_DecodeHdr() local 11457 memset(&ResPara , 0 ,sizeof(JPEG_RESULT_PARAM)); in MApi_JPEG_DecodeHdr() 11459 … if(UtopiaIoctl(pInstantNJPD,MApi_CMD_JPEG_DecodeHdr, (void*)(&ResPara)) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_DecodeHdr() 11464 return ResPara.retVal; in MApi_JPEG_DecodeHdr() 11479 JPEG_RESULT_PARAM ResPara; in MApi_JPEG_Decode() local 11480 memset(&ResPara , 0 ,sizeof(JPEG_RESULT_PARAM)); in MApi_JPEG_Decode() 11482 if(UtopiaIoctl(pInstantNJPD,MApi_CMD_JPEG_Decode, (void*)(&ResPara)) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_Decode() 11487 return ResPara.retVal; in MApi_JPEG_Decode() 12271 JPEG_RESULT_PARAM ResPara; in MApi_JPEG_HdlVidxChk() local 12272 memset(&ResPara , 0 ,sizeof(JPEG_RESULT_PARAM)); in MApi_JPEG_HdlVidxChk() [all …]
|