Searched refs:ERREXIT2 (Results 1 – 8 of 8) sorted by relevance
/external/libjpeg-turbo/ |
D | jcapimin.c | 41 ERREXIT2(cinfo, JERR_BAD_LIB_VERSION, JPEG_LIB_VERSION, version); in jpeg_CreateCompress() 43 ERREXIT2(cinfo, JERR_BAD_STRUCT_SIZE, in jpeg_CreateCompress()
|
D | jcmaster.c | 119 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->num_components, in initial_setup() 221 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, ncomps, MAX_COMPS_IN_SCAN); in validate_script() 341 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->num_components, in select_scan_parameters() 393 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->comps_in_scan, in per_scan_setup()
|
D | jdapimin.c | 41 ERREXIT2(cinfo, JERR_BAD_LIB_VERSION, JPEG_LIB_VERSION, version); in jpeg_CreateDecompress() 43 ERREXIT2(cinfo, JERR_BAD_STRUCT_SIZE, in jpeg_CreateDecompress()
|
D | jdinput.c | 61 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->num_components, in initial_setup() 184 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->comps_in_scan, in per_scan_setup()
|
D | jctrans.c | 113 ERREXIT2(dstinfo, JERR_COMPONENT_COUNT, dstinfo->num_components, in jpeg_copy_critical_parameters()
|
D | jcparam.c | 393 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->num_components, in jpeg_set_colorspace()
|
D | jerror.h | 241 #define ERREXIT2(cinfo, code, p1, p2) \ macro
|
D | jdmarker.c | 949 ERREXIT2(cinfo, JERR_NO_SOI, c, c2); in first_marker()
|