Searched refs:_Error_code (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/ |
| H A D | apiJPEG_OJPD.c | 1191 JPEG_STATIC JPEG_ErrCode _Error_code; variable 1784 _Error_code = status; in JPEG_terminate() 1788 JPEG_DEBUG_API_ERR("%s:ERROR= %d\n", __FUNCTION__, _Error_code); in JPEG_terminate() 3718 _Error_code = E_JPEG_NO_ERROR; in JPEG_init() 6052 if(_Error_code == E_JPEG_UNSUPPORTED_MARKER) in JPEG_decode_init() 7134 if(_Error_code == E_JPEG_UNSUPPORTED_MARKER) in MApi_JPEG_Init_OJPD() 7344 if(_Error_code == E_JPEG_NO_ERROR) in MApi_JPEG_Decode_OJPD() 7454 JPEG_DEBUG_API_MSG("%s: ErrCode = %d\n", __FUNCTION__ , _Error_code); in MApi_JPEG_GetErrorCode_OJPD() 7455 return _Error_code; in MApi_JPEG_GetErrorCode_OJPD() 8133 _Error_code = ErrCode; in MApi_JPEG_SetErrCode_OJPD() [all …]
|
| H A D | apiJPEG.c | 698 JPEG_ErrCode _Error_code[E_NJPD_NJPD_TOTAL]; member 858 JPEG_ErrCode _Error_code; member 1040 JPEG_STATIC JPEG_ErrCode _Error_code[E_NJPD_NJPD_TOTAL]; 1782 pNJPEGContext->_Error_code[pNJPEGContext->eNJPDNum] = status; in JPEG_terminate() 1786 …JPEG_DEBUG_API_ERR("%s:ERROR= %d\n", __FUNCTION__, pNJPEGContext->_Error_code[pNJPEGContext->eNJPD… in JPEG_terminate() 3833 pNJPEGContext->_Error_code[pNJPEGContext->eNJPDNum] = E_JPEG_NO_ERROR; in JPEG_init() 5968 if(pNJPEGContext->_Error_code[pNJPEGContext->eNJPDNum] == E_JPEG_UNSUPPORTED_MARKER) in JPEG_decode_init() 7374 if(pNJPEGContext->_Error_code[pNJPEGContext->eNJPDNum] == E_JPEG_UNSUPPORTED_MARKER) in _MApi_JPEG_Init() 7608 if(pNJPEGContext->_Error_code[pNJPEGContext->eNJPDNum] == E_JPEG_NO_ERROR) in _MApi_JPEG_Decode() 7763 …JPEG_DEBUG_API_MSG("%s: ErrCode = %d\n", __FUNCTION__ , pNJPEGContext->_Error_code[pNJPEGContext->… in _MApi_JPEG_GetErrorCode() [all …]
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/ |
| H A D | apiJPEG.c | 1176 JPEG_STATIC JPEG_ErrCode _Error_code; variable 1776 _Error_code = status; in JPEG_terminate() 1780 JPEG_DEBUG_API_ERR("%s:ERROR= %d\n", __FUNCTION__, _Error_code); in JPEG_terminate() 3710 _Error_code = E_JPEG_NO_ERROR; in JPEG_init() 6047 if(_Error_code == E_JPEG_UNSUPPORTED_MARKER) in JPEG_decode_init() 7126 if(_Error_code == E_JPEG_UNSUPPORTED_MARKER) in _MApi_JPEG_Init() 7334 if(_Error_code == E_JPEG_NO_ERROR) in _MApi_JPEG_Decode() 7443 JPEG_DEBUG_API_MSG("%s: ErrCode = %d\n", __FUNCTION__ , _Error_code); in _MApi_JPEG_GetErrorCode() 7444 return _Error_code; in _MApi_JPEG_GetErrorCode() 8121 _Error_code = ErrCode; in _MApi_JPEG_SetErrCode() [all …]
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/ |
| H A D | apiJPEG.c | 1201 JPEG_STATIC JPEG_ErrCode _Error_code; variable 1802 _Error_code = status; in JPEG_terminate() 1806 JPEG_DEBUG_API_ERR("%s:ERROR= %d\n", __FUNCTION__, _Error_code); in JPEG_terminate() 3665 _Error_code = E_JPEG_NO_ERROR; in JPEG_init() 6002 if(_Error_code == E_JPEG_UNSUPPORTED_MARKER) in JPEG_decode_init() 7107 if(_Error_code == E_JPEG_UNSUPPORTED_MARKER) in _MApi_JPEG_Init() 7317 if(_Error_code == E_JPEG_NO_ERROR) in _MApi_JPEG_Decode() 7427 JPEG_DEBUG_API_MSG("%s: ErrCode = %d\n", __FUNCTION__ , _Error_code); in _MApi_JPEG_GetErrorCode() 7428 return _Error_code; in _MApi_JPEG_GetErrorCode() 8106 _Error_code = ErrCode; in _MApi_JPEG_SetErrCode() [all …]
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/ |
| H A D | jpeg_cmodel.c | 195 extern JPEG_ErrCode _Error_code; 879 if ( ( _Error_code ) || ( !_bReady_flag ) ) in JPEG_CMODEL_decode()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/ |
| H A D | jpeg_cmodel.c | 195 extern JPEG_ErrCode _Error_code; 879 if ( ( _Error_code ) || ( !_bReady_flag ) ) in JPEG_CMODEL_decode()
|