HomeSort by relevance Sort by last modified time
    Searched defs:TIFFInitLZW (Results 1 - 4 of 4) sorted by null

  /external/opencv3/3rdparty/libtiff/
tif_codec.c 37 #define TIFFInitLZW NotConfigured
85 { "LZW", COMPRESSION_LZW, TIFFInitLZW },
tif_lzw.c     [all...]
  /external/pdfium/third_party/libtiff/
tif_codec.c 37 #define TIFFInitLZW NotConfigured
85 { "LZW", COMPRESSION_LZW, TIFFInitLZW },
tif_lzw.c 1107 TIFFInitLZW(TIFF* tif, int scheme)
1109 static const char module[] = "TIFFInitLZW";

Completed in 4194 milliseconds