Searched defs:TIFFInitJPEG (Results 1 - 5 of 5) sorted by relevance

/external/opencv3/3rdparty/libtiff/
H A Dtif_jpeg_12.c6 # define TIFFInitJPEG TIFFInitJPEG_12 macro
H A Dtif_codec.c49 #define TIFFInitJPEG NotConfigured macro
89 { "JPEG", COMPRESSION_JPEG, TIFFInitJPEG },
H A Dtif_jpeg.c953 #if defined(JPEG_DUAL_MODE_8_12) && !defined(TIFFInitJPEG)
1500 #if defined(JPEG_DUAL_MODE_8_12) && !defined(TIFFInitJPEG)
2138 * The JPEG library initialized used to be done in TIFFInitJPEG(), but
2145 * This is tricky, because TIFFInitJPEG() is called while the directory is
2192 TIFFInitJPEG(TIFF* tif, int scheme) function
2203 "TIFFInitJPEG",
2215 "TIFFInitJPEG", "No space for JPEG state block");
/external/pdfium/third_party/libtiff/
H A Dtif_codec.c49 #define TIFFInitJPEG NotConfigured macro
89 { "JPEG", COMPRESSION_JPEG, TIFFInitJPEG },
H A Dtif_jpeg.c973 #if defined(JPEG_DUAL_MODE_8_12) && !defined(TIFFInitJPEG)
1591 #if defined(JPEG_DUAL_MODE_8_12) && !defined(TIFFInitJPEG)
2257 * The JPEG library initialized used to be done in TIFFInitJPEG(), but
2264 * This is tricky, because TIFFInitJPEG() is called while the directory is
2311 TIFFInitJPEG(TIFF* tif, int scheme) function
2322 "TIFFInitJPEG",
2334 "TIFFInitJPEG", "No space for JPEG state block");
2410 "TIFFInitJPEG",

Completed in 140 milliseconds