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

1 2

  /external/opencv3/3rdparty/libtiff/
tif_jpeg_12.c 42 tif->tif_encodestrip = JPEGEncode;
tif_dumpmode.c 132 tif->tif_encodestrip = DumpModeEncode;
tif_jbig.c 198 tif->tif_encodestrip = JBIGEncode;
tif_compress.c 150 tif->tif_encodestrip = _TIFFNoStripEncode;
tif_packbits.c 281 tif->tif_encodestrip = PackBitsEncodeChunk;
tif_predict.c 205 sp->encodestrip = tif->tif_encodestrip;
206 tif->tif_encodestrip = PredictorEncodeTile;
222 sp->encodestrip = tif->tif_encodestrip;
223 tif->tif_encodestrip = PredictorEncodeTile;
tif_lzma.c 480 tif->tif_encodestrip = LZMAEncode;
tif_zip.c 447 tif->tif_encodestrip = ZIPEncode;
tiffiop.h 162 TIFFCodeMethod tif_encodestrip; /* strip encoding routine */ member in struct:tiff
tif_jpeg.c     [all...]
tif_write.c 248 if (!(*tif->tif_encodestrip)(tif, (uint8*) data, cc, sample))
tif_fax3.c     [all...]
tif_lzw.c     [all...]
tif_luv.c     [all...]
tif_pixarlog.c     [all...]
  /external/pdfium/third_party/libtiff/
tif_dumpmode.c 132 tif->tif_encodestrip = DumpModeEncode;
tif_compress.c 150 tif->tif_encodestrip = _TIFFNoStripEncode;
tif_packbits.c 287 tif->tif_encodestrip = PackBitsEncodeChunk;
tif_predict.c 207 sp->encodestrip = tif->tif_encodestrip;
208 tif->tif_encodestrip = PredictorEncodeTile;
241 sp->encodestrip = tif->tif_encodestrip;
242 tif->tif_encodestrip = PredictorEncodeTile;
tif_zip.c 450 tif->tif_encodestrip = ZIPEncode;
tiffiop.h 167 TIFFCodeMethod tif_encodestrip; /* strip encoding routine */ member in struct:tiff
tif_write.c 268 if (!(*tif->tif_encodestrip)(tif, (uint8*) data, cc, sample))
tif_fax3.c     [all...]
tif_jpeg.c     [all...]
tif_lzw.c 1135 tif->tif_encodestrip = LZWEncode;

Completed in 130 milliseconds

1 2