HomeSort by relevance Sort by last modified time
    Searched refs:JPEG_MAX_DIMENSION (Results 1 - 14 of 14) sorted by null

  /external/pdfium/third_party/libjpeg/
jmorecfg.h 181 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */
fpdfapi_jdinput.c 46 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION ||
47 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION)
48 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION);
fpdfapi_jcmaster.c 60 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION ||
61 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION)
62 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION);
fpdfapi_jdmarker.c 257 if (image_width <= JPEG_MAX_DIMENSION)
260 if (image_height <= JPEG_MAX_DIMENSION)
    [all...]
  /external/libjpeg-turbo/
jdinput.c 51 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION ||
52 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION)
53 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION);
jmorecfg.h 196 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */
jcmaster.c 103 if ((long) cinfo->_jpeg_height > (long) JPEG_MAX_DIMENSION ||
104 (long) cinfo->_jpeg_width > (long) JPEG_MAX_DIMENSION)
105 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION);
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 1283 milliseconds