HomeSort by relevance Sort by last modified time
    Searched refs:tif_decodestrip (Results 1 - 25 of 33) sorted by null

1 2

  /external/opencv3/3rdparty/libtiff/
tif_jpeg_12.c 36 tif->tif_decodestrip = JPEGDecode;
tif_dumpmode.c 129 tif->tif_decodestrip = DumpModeDecode;
tif_next.c 147 tif->tif_decodestrip = NeXTDecode;
tif_jbig.c 195 tif->tif_decodestrip = JBIGDecode;
tif_thunder.c 195 tif->tif_decodestrip = ThunderDecodeRow;
tif_compress.c 143 tif->tif_decodestrip = _TIFFNoStripDecode;
tif_packbits.c 276 tif->tif_decodestrip = PackBitsDecode;
tif_predict.c 126 sp->decodestrip = tif->tif_decodestrip;
127 tif->tif_decodestrip = PredictorDecodeTile;
160 sp->decodestrip = tif->tif_decodestrip;
161 tif->tif_decodestrip = PredictorDecodeTile;
tif_fax3.c 538 tif->tif_decodestrip = Fax3Decode2D;
    [all...]
tif_lzma.c 474 tif->tif_decodestrip = LZMADecode;
tif_zip.c 441 tif->tif_decodestrip = ZIPDecode;
tiffiop.h 161 TIFFCodeMethod tif_decodestrip; /* strip decoding routine */ member in struct:tiff
tif_lzw.c 289 tif->tif_decodestrip = LZWDecodeCompat;
    [all...]
tif_jpeg.c     [all...]
  /external/pdfium/third_party/libtiff/
tif_dumpmode.c 129 tif->tif_decodestrip = DumpModeDecode;
tif_next.c 168 tif->tif_decodestrip = NeXTDecode;
tif_thunder.c 195 tif->tif_decodestrip = ThunderDecodeRow;
tif_compress.c 143 tif->tif_decodestrip = _TIFFNoStripDecode;
tif_packbits.c 282 tif->tif_decodestrip = PackBitsDecode;
tif_predict.c 128 sp->decodestrip = tif->tif_decodestrip;
129 tif->tif_decodestrip = PredictorDecodeTile;
162 sp->decodestrip = tif->tif_decodestrip;
163 tif->tif_decodestrip = PredictorDecodeTile;
tif_fax3.c 539 tif->tif_decodestrip = Fax3Decode2D;
    [all...]
tif_zip.c 444 tif->tif_decodestrip = ZIPDecode;
tiffiop.h 166 TIFFCodeMethod tif_decodestrip; /* strip decoding routine */ member in struct:tiff
tif_lzw.c 291 tif->tif_decodestrip = LZWDecodeCompat;
1129 tif->tif_decodestrip = LZWDecode;
tif_jpeg.c     [all...]

Completed in 147 milliseconds

1 2