HomeSort by relevance Sort by last modified time
    Searched refs:tif_preencode (Results 1 - 22 of 22) sorted by null

  /external/opencv3/3rdparty/libtiff/
tif_jpeg_12.c 39 tif->tif_preencode = JPEGPreEncode;
tif_write.c 138 if (!(*tif->tif_preencode)(tif, sample))
242 if (!(*tif->tif_preencode)(tif, sample))
391 if (!(*tif->tif_preencode)(tif, sample))
tif_compress.c 147 tif->tif_preencode = _TIFFNoPreCode;
tif_packbits.c 278 tif->tif_preencode = PackBitsPreEncode;
tif_lzma.c 477 tif->tif_preencode = LZMAPreEncode;
tif_zip.c 444 tif->tif_preencode = ZIPPreEncode;
tiffiop.h 157 TIFFPreMethod tif_preencode; /* pre- row/strip/tile encoding */ member in struct:tiff
tif_lzw.c     [all...]
tif_fax3.c     [all...]
tif_jpeg.c     [all...]
tif_pixarlog.c     [all...]
tif_ojpeg.c 457 tif->tif_preencode=OJPEGPreEncode;
    [all...]
  /external/pdfium/third_party/libtiff/
tif_write.c 142 if (!(*tif->tif_preencode)(tif, sample))
262 if (!(*tif->tif_preencode)(tif, sample))
435 if (!(*tif->tif_preencode)(tif, sample))
tif_compress.c 147 tif->tif_preencode = _TIFFNoPreCode;
tif_packbits.c 284 tif->tif_preencode = PackBitsPreEncode;
tif_zip.c 447 tif->tif_preencode = ZIPPreEncode;
tiffiop.h 162 TIFFPreMethod tif_preencode; /* pre- row/strip/tile encoding */ member in struct:tiff
tif_lzw.c 1132 tif->tif_preencode = LZWPreEncode;
tif_fax3.c     [all...]
tif_pixarlog.c     [all...]
tif_jpeg.c     [all...]
tif_ojpeg.c 466 tif->tif_preencode=OJPEGPreEncode;
    [all...]

Completed in 120 milliseconds