HomeSort by relevance Sort by last modified time
    Searched refs:ERREXIT2 (Results 1 - 25 of 27) sorted by null

1 2

  /external/libjpeg-turbo/
jcapimin.c 40 ERREXIT2(cinfo, JERR_BAD_LIB_VERSION, JPEG_LIB_VERSION, version);
42 ERREXIT2(cinfo, JERR_BAD_STRUCT_SIZE,
jdapimin.c 41 ERREXIT2(cinfo, JERR_BAD_LIB_VERSION, JPEG_LIB_VERSION, version);
43 ERREXIT2(cinfo, JERR_BAD_STRUCT_SIZE,
jcmaster.c 107 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->num_components,
207 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, ncomps, MAX_COMPS_IN_SCAN);
328 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->num_components,
380 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->comps_in_scan,
jdinput.c 61 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->num_components,
182 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->comps_in_scan,
wrrle.c 102 ERREXIT2(cinfo, JERR_RLE_DIMENSIONS, cinfo->output_width,
jcparam.c 391 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->num_components,
jctrans.c 113 ERREXIT2(dstinfo, JERR_COMPONENT_COUNT, dstinfo->num_components,
jerror.h 237 #define ERREXIT2(cinfo,code,p1,p2) \
jdmarker.c 951 ERREXIT2(cinfo, JERR_NO_SOI, c, c2);
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jcapimin.c 38 ERREXIT2(cinfo, JERR_BAD_LIB_VERSION, JPEG_LIB_VERSION, version);
40 ERREXIT2(cinfo, JERR_BAD_STRUCT_SIZE,
jdapimin.c 38 ERREXIT2(cinfo, JERR_BAD_LIB_VERSION, JPEG_LIB_VERSION, version);
40 ERREXIT2(cinfo, JERR_BAD_STRUCT_SIZE,
jcmaster.c 212 ERREXIT2(cinfo, JERR_BAD_DCTSIZE,
235 ERREXIT2(cinfo, JERR_BAD_DCTSIZE, cinfo->block_size, cinfo->block_size);
274 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->num_components,
400 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, ncomps, MAX_COMPS_IN_SCAN);
557 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->num_components,
609 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->comps_in_scan,
jddctmgr.c 255 ERREXIT2(cinfo, JERR_BAD_DCTSIZE,
jdinput.c 225 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->num_components,
425 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->comps_in_scan,
jcdctmgr.c 345 ERREXIT2(cinfo, JERR_BAD_DCTSIZE,
jctrans.c 112 ERREXIT2(dstinfo, JERR_COMPONENT_COUNT, dstinfo->num_components,
jerror.h 216 #define ERREXIT2(cinfo,code,p1,p2) \
jcparam.c 487 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->num_components,
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcapimin.c 37 ERREXIT2(cinfo, JERR_BAD_LIB_VERSION, JPEG_LIB_VERSION, version);
39 ERREXIT2(cinfo, JERR_BAD_STRUCT_SIZE,
fpdfapi_jdapimin.c 37 ERREXIT2(cinfo, JERR_BAD_LIB_VERSION, JPEG_LIB_VERSION, version);
39 ERREXIT2(cinfo, JERR_BAD_STRUCT_SIZE,
fpdfapi_jcmaster.c 76 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->num_components,
172 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, ncomps, MAX_COMPS_IN_SCAN);
293 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->num_components,
345 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->comps_in_scan,
fpdfapi_jdinput.c 56 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->num_components,
158 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->comps_in_scan,
fpdfapi_jctrans.c 104 ERREXIT2(dstinfo, JERR_COMPONENT_COUNT, dstinfo->num_components,
jerror.h 212 #define ERREXIT2(cinfo,code,p1,p2) \
fpdfapi_jcparam.c 460 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, cinfo->num_components,

Completed in 1919 milliseconds

1 2