Home
last modified time | relevance | path

Searched refs:JPEG_DEBUG_API_ERR (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c290 #define JPEG_DEBUG_API_ERR(format, args...) do{if(logBinfp) fprintf(logBinfp, format, ##args);}wh… macro
293 #define JPEG_DEBUG_API_ERR(format, args...) do{if(_u8JPEG_ApiDbgLevel & E_JPEG_DEBUG_ERR) printf(f… macro
304JPEG_DEBUG_API_ERR("%s [%d] invalid address 0x%lx\n", __FUNCTION__, __LINE__, (MS_U32)(addr)); \
1430 JPEG_DEBUG_API_ERR("%s [%d] invalid address 0x%lx\n", __FUNCTION__, __LINE__, addr); in JPEG_OVER_BUFFER()
1780 JPEG_DEBUG_API_ERR("%s:ERROR= %d\n", __FUNCTION__, _Error_code); in JPEG_terminate()
2250 JPEG_DEBUG_API_ERR("u32tmp = %ld is invalid > %ld\n", u32tmp,data_length); in JPEG_DecodeExifInfo()
2432 JPEG_DEBUG_API_ERR("Warning!!!unreasonable attribute IFD number !!!\n"); in JPEG_DecodeMPAttrIFD()
2546 JPEG_DEBUG_API_ERR("Unknown MPO attribute marker =0x%x!!!!!!\n", u16Marker); in JPEG_DecodeMPAttrIFD()
3110 JPEG_DEBUG_API_ERR("Progressive image size too big... do not handle it\n"); in JPEG_read_sof_marker()
4915 JPEG_DEBUG_API_ERR("ERROR: SVLD deocde time out, VIdx %d\n", cur_vIdx); in JPEG_write_RLE()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c297 #define JPEG_DEBUG_API_ERR(format, args...) do{if(logBinfp) fprintf(logBinfp, format, ##args);}wh… macro
302 #define JPEG_DEBUG_API_ERR(format, args...) do{if(_u8JPEG_ApiDbgLevel & E_JPEG_DEBUG_ERR) printf(f… macro
309 #define JPEG_DEBUG_API_ERR(format, args...) do{if(_u8JPEG_ApiDbgLevel & E_JPEG_DEBUG_ERR) ALOGE(fo… macro
313 #define JPEG_DEBUG_API_ERR(format, args...) do{if(_u8JPEG_ApiDbgLevel & E_JPEG_DEBUG_ERR) LOGE(for… macro
329JPEG_DEBUG_API_ERR("%s [%d] invalid address 0x%lx\n", __FUNCTION__, __LINE__, (MS_U32)(addr)); \
1456 JPEG_DEBUG_API_ERR("%s [%d] invalid address 0x%lx\n", __FUNCTION__, __LINE__, addr); in JPEG_OVER_BUFFER()
1806 JPEG_DEBUG_API_ERR("%s:ERROR= %d\n", __FUNCTION__, _Error_code); in JPEG_terminate()
2276 JPEG_DEBUG_API_ERR("u32tmp = %ld is invalid > %ld\n", u32tmp,data_length); in JPEG_DecodeExifInfo()
2458 JPEG_DEBUG_API_ERR("Warning!!!unreasonable attribute IFD number !!!\n"); in JPEG_DecodeMPAttrIFD()
2572 JPEG_DEBUG_API_ERR("Unknown MPO attribute marker =0x%x!!!!!!\n", u16Marker); in JPEG_DecodeMPAttrIFD()
[all …]
/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG.c303 #define JPEG_DEBUG_API_ERR(format, args...) do{if(logBinfp) fprintf(logBinfp, format, ##args);}wh… macro
308 #define JPEG_DEBUG_API_ERR(format, args...) do{if(pNJPEGContext->_u8JPEG_ApiDbgLevel & E_JPEG_DEBU… macro
317 #define JPEG_DEBUG_API_ERR(format, args...) do{if(pNJPEGContext->_u8JPEG_ApiDbgLevel & E_JPEG_DEBU… macro
322 #define JPEG_DEBUG_API_ERR(format, args...) do{if(pNJPEGContext->_u8JPEG_ApiDbgLevel & E_JPEG_DEBU… macro
331 #define JPEG_DEBUG_API_ERR(format, args...) do{if(pNJPEGContext->_u8JPEG_ApiDbgLevel & E_JPEG_DEBU… macro
336 #define JPEG_DEBUG_API_ERR(format, args...) do{if(pNJPEGContext->_u8JPEG_ApiDbgLevel & E_JPEG_DEBU… macro
355JPEG_DEBUG_API_ERR("%s [%d] invalid address 0x%tx\n", __FUNCTION__, __LINE__, (ptrdiff_t)(addr)); \
1393JPEG_DEBUG_API_ERR("%s [%d] [FATAL][ERROR] invalid pNJPEGContext->eNJPDNum for array\n", __FUNCTIO… in JPEG_FillHeaderFunction()
1433JPEG_DEBUG_API_ERR("%s [%d] invalid address 0x%tx\n", __FUNCTION__, __LINE__, (ptrdiff_t)addr); in JPEG_OVER_BUFFER()
1786JPEG_DEBUG_API_ERR("%s:ERROR= %d\n", __FUNCTION__, pNJPEGContext->_Error_code[pNJPEGContext->eNJPD… in JPEG_terminate()
[all …]
H A DapiJPEG_OJPD.c292 #define JPEG_DEBUG_API_ERR(format, args...) do{if(logBinfp) fprintf(logBinfp, format, ##args);}wh… macro
297 #define JPEG_DEBUG_API_ERR(format, args...) do{if(_u8JPEG_ApiDbgLevel & E_JPEG_DEBUG_ERR) printf(f… macro
303 #define JPEG_DEBUG_API_ERR(format, args...) do{if(_u8JPEG_ApiDbgLevel & E_JPEG_DEBUG_ERR) ALOGE(fo… macro
306 #define JPEG_DEBUG_API_ERR(format, args...) do{if(_u8JPEG_ApiDbgLevel & E_JPEG_DEBUG_ERR) LOGE(for… macro
320JPEG_DEBUG_API_ERR("%s [%d] invalid address 0x%lx\n", __FUNCTION__, __LINE__, (MS_U32)(addr)); \
1446 JPEG_DEBUG_API_ERR("%s [%d] invalid address 0x%lx\n", __FUNCTION__, __LINE__, addr); in JPEG_OVER_BUFFER()
1788 JPEG_DEBUG_API_ERR("%s:ERROR= %d\n", __FUNCTION__, _Error_code); in JPEG_terminate()
2258 JPEG_DEBUG_API_ERR("u32tmp = %ld is invalid > %ld\n", u32tmp,data_length); in JPEG_DecodeExifInfo()
2440 JPEG_DEBUG_API_ERR("Warning!!!unreasonable attribute IFD number !!!\n"); in JPEG_DecodeMPAttrIFD()
2554 JPEG_DEBUG_API_ERR("Unknown MPO attribute marker =0x%x!!!!!!\n", u16Marker); in JPEG_DecodeMPAttrIFD()
[all …]
H A DapiJPEG_v2.c34 #define JPEG_DEBUG_API_ERR(format, args...) do{if(_u8JPEG_ApiV2DbgLevel & E_JPEG_DEBUG_ERR) ULOGE(… macro
52 #define JPEG_DEBUG_API_ERR(format, args...) UTOPIA_20_DBG(format, ##args) macro
130 JPEG_DEBUG_API_ERR("UtopiaResourceObtain fail,%s,%d\n",__FUNCTION__,__LINE__); in JPEGOpen()
148 JPEG_DEBUG_API_ERR("No decoder can be used,%s,%d\n",__FUNCTION__,__LINE__); in JPEGOpen()
604 JPEG_DEBUG_API_ERR("Error Command = %td\n",(ptrdiff_t)u32Cmd); in JPEGIoctl()
625 JPEG_DEBUG_API_ERR("UtopiaResourceObtain fail,%s,%d\n",__FUNCTION__,__LINE__); in JPEGClose()
672 JPEG_DEBUG_API_ERR("Suspend request Timeout!!!, force MApi_JPEG_Exit()\n"); in JPEGStr()
691 JPEG_DEBUG_API_ERR("Resume fail!!! Not in suspend state!!!\n"); in JPEGStr()