OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JPEG_MAX_DIMENSION
(Results
1 - 23
of
23
) sorted by null
/external/pdfium/core/include/thirdparties/libjpeg/
jmorecfg.h
181
#define
JPEG_MAX_DIMENSION
65500L /* a tad under 64K to prevent overflows */
/external/pdfium/core/src/fxcodec/libjpeg/
jmorecfg.h
181
#define
JPEG_MAX_DIMENSION
65500L /* a tad under 64K to prevent overflows */
fpdfapi_jdinput.c
47
if ((long) cinfo->image_height > (long)
JPEG_MAX_DIMENSION
||
48
(long) cinfo->image_width > (long)
JPEG_MAX_DIMENSION
)
49
ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int)
JPEG_MAX_DIMENSION
);
fpdfapi_jcmaster.c
61
if ((long) cinfo->image_height > (long)
JPEG_MAX_DIMENSION
||
62
(long) cinfo->image_width > (long)
JPEG_MAX_DIMENSION
)
63
ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int)
JPEG_MAX_DIMENSION
);
fpdfapi_jdmarker.c
258
if (image_width <=
JPEG_MAX_DIMENSION
)
261
if (image_height <=
JPEG_MAX_DIMENSION
)
[
all
...]
/external/chromium_org/third_party/libjpeg_turbo/
jdinput.c
49
if ((long) cinfo->image_height > (long)
JPEG_MAX_DIMENSION
||
50
(long) cinfo->image_width > (long)
JPEG_MAX_DIMENSION
)
51
ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int)
JPEG_MAX_DIMENSION
);
jmorecfg.h
179
#define
JPEG_MAX_DIMENSION
65500L /* a tad under 64K to prevent overflows */
jcmaster.c
91
if ((long) cinfo->_jpeg_height > (long)
JPEG_MAX_DIMENSION
||
92
(long) cinfo->_jpeg_width > (long)
JPEG_MAX_DIMENSION
)
93
ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int)
JPEG_MAX_DIMENSION
);
/external/jpeg/
jdinput.c
48
if ((long) cinfo->image_height > (long)
JPEG_MAX_DIMENSION
||
49
(long) cinfo->image_width > (long)
JPEG_MAX_DIMENSION
)
50
ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int)
JPEG_MAX_DIMENSION
);
jmorecfg.h
200
#define
JPEG_MAX_DIMENSION
65500L /* a tad under 64K to prevent overflows */
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
);
/external/qemu/distrib/jpeg-6b/
jdinput.c
48
if ((long) cinfo->image_height > (long)
JPEG_MAX_DIMENSION
||
49
(long) cinfo->image_width > (long)
JPEG_MAX_DIMENSION
)
50
ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int)
JPEG_MAX_DIMENSION
);
jmorecfg.h
197
#define
JPEG_MAX_DIMENSION
65500L /* a tad under 64K to prevent overflows */
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
);
/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
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
Completed in 439 milliseconds