Searched refs:JPEG_MAX_DIMENSION (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/third_party/libjpeg_turbo/ |
D | jdinput.c | 49 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()
|
D | jcmaster.c | 91 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()
|
D | jmorecfg.h | 179 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ macro
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jdinput.c | 47 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()
|
D | jmorecfg.h | 181 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ macro
|
D | fpdfapi_jcmaster.c | 61 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()
|
D | fpdfapi_jdmarker.c | 258 if (image_width <= JPEG_MAX_DIMENSION) in get_sof() 261 if (image_height <= JPEG_MAX_DIMENSION) in get_sof()
|
/external/jpeg/ |
D | jdinput.c | 48 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()
|
D | jcmaster.c | 60 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()
|
D | jmorecfg.h | 200 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ macro
|
/external/qemu/distrib/jpeg-6b/ |
D | jdinput.c | 48 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()
|
D | jcmaster.c | 60 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()
|
D | jmorecfg.h | 197 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ macro
|
/external/pdfium/core/include/thirdparties/libjpeg/ |
D | jmorecfg.h | 181 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ macro
|