Home
last modified time | relevance | path

Searched refs:ERREXIT2 (Results 1 – 9 of 9) sorted by relevance

/external/jpeg/
Djcmaster.c76 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->num_components, in initial_setup()
172 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, ncomps, MAX_COMPS_IN_SCAN); in validate_script()
293 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->num_components, in select_scan_parameters()
345 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->comps_in_scan, in per_scan_setup()
Djcapimin.c37 ERREXIT2(cinfo, JERR_BAD_LIB_VERSION, JPEG_LIB_VERSION, version); in jpeg_CreateCompress()
39 ERREXIT2(cinfo, JERR_BAD_STRUCT_SIZE, in jpeg_CreateCompress()
Djdapimin.c37 ERREXIT2(cinfo, JERR_BAD_LIB_VERSION, JPEG_LIB_VERSION, version); in jpeg_CreateDecompress()
39 ERREXIT2(cinfo, JERR_BAD_STRUCT_SIZE, in jpeg_CreateDecompress()
Djdinput.c58 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->num_components, in initial_setup()
160 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->comps_in_scan, in per_scan_setup()
Dwrrle.c100 ERREXIT2(cinfo, JERR_RLE_DIMENSIONS, cinfo->output_width, in start_output_rle()
Djctrans.c104 ERREXIT2(dstinfo, JERR_COMPONENT_COUNT, dstinfo->num_components, in jpeg_copy_critical_parameters()
Djcparam.c460 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->num_components, in jpeg_set_colorspace()
Djerror.h212 #define ERREXIT2(cinfo,code,p1,p2) \ macro
Djdmarker.c935 ERREXIT2(cinfo, JERR_NO_SOI, c, c2); in first_marker()