Home
last modified time | relevance | path

Searched refs:TIFFInitLZMA (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_codec.c73 #define TIFFInitLZMA NotConfigured macro
101 { "LZMA", COMPRESSION_LZMA, TIFFInitLZMA },
Dtiffiop.h399 extern int TIFFInitLZMA(TIFF*, int);
/external/opencv3/3rdparty/libtiff/
Dtif_codec.c73 #define TIFFInitLZMA NotConfigured macro
101 { "LZMA", COMPRESSION_LZMA, TIFFInitLZMA },
Dtiffiop.h347 extern int TIFFInitLZMA(TIFF*, int);
Dtif_lzma.c410 TIFFInitLZMA(TIFF* tif, int scheme) in TIFFInitLZMA() function