Home
last modified time | relevance | path

Searched refs:JPEG_MAX_DIMENSION (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
Djdinput.c49 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION || in initial_setup()
50 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION) in initial_setup()
51 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION); in initial_setup()
Djcmaster.c91 if ((long) cinfo->_jpeg_height > (long) JPEG_MAX_DIMENSION || in initial_setup()
92 (long) cinfo->_jpeg_width > (long) JPEG_MAX_DIMENSION) in initial_setup()
93 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION); in initial_setup()
Djmorecfg.h179 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ macro
/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jdinput.c47 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION || in initial_setup()
48 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION) in initial_setup()
49 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION); in initial_setup()
Djmorecfg.h181 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ macro
Dfpdfapi_jcmaster.c61 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION || in initial_setup()
62 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION) in initial_setup()
63 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION); in initial_setup()
Dfpdfapi_jdmarker.c258 if (image_width <= JPEG_MAX_DIMENSION) in get_sof()
261 if (image_height <= JPEG_MAX_DIMENSION) in get_sof()
/external/jpeg/
Djdinput.c48 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION || in initial_setup()
49 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION) in initial_setup()
50 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION); in initial_setup()
Djcmaster.c60 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION || in initial_setup()
61 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION) in initial_setup()
62 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION); in initial_setup()
Djmorecfg.h200 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ macro
/external/qemu/distrib/jpeg-6b/
Djdinput.c48 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION || in initial_setup()
49 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION) in initial_setup()
50 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION); in initial_setup()
Djcmaster.c60 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION || in initial_setup()
61 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION) in initial_setup()
62 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION); in initial_setup()
Djmorecfg.h197 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ macro
/external/pdfium/core/include/thirdparties/libjpeg/
Djmorecfg.h181 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ macro