Home
last modified time | relevance | path

Searched refs:TIFFInitPackBits (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_codec.c40 #define TIFFInitPackBits NotConfigured macro
86 { "PackBits", COMPRESSION_PACKBITS, TIFFInitPackBits },
Dtif_packbits.c278 TIFFInitPackBits(TIFF* tif, int scheme) in TIFFInitPackBits() function
Dtiffiop.h365 extern int TIFFInitPackBits(TIFF*, int);
/external/opencv3/3rdparty/libtiff/
Dtif_codec.c40 #define TIFFInitPackBits NotConfigured macro
86 { "PackBits", COMPRESSION_PACKBITS, TIFFInitPackBits },
Dtif_packbits.c272 TIFFInitPackBits(TIFF* tif, int scheme) in TIFFInitPackBits() function
Dtiffiop.h313 extern int TIFFInitPackBits(TIFF*, int);
DChangeLog3767 * libtiff/tif_codec.c: Fixed typo in TIFFInitPackBits name as per: