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

  /external/opencv3/3rdparty/libtiff/
tif_predict.h 43 TIFFCodeMethod encoderow; /* parent codec encode/decode row */
44 TIFFCodeMethod encodestrip; /* parent codec encode/decode strip */
45 TIFFCodeMethod encodetile; /* parent codec encode/decode tile */
48 TIFFCodeMethod decoderow; /* parent codec encode/decode row */
49 TIFFCodeMethod decodestrip; /* parent codec encode/decode strip */
50 TIFFCodeMethod decodetile; /* parent codec encode/decode tile */
tiffiop.h 91 typedef int (*TIFFCodeMethod)(TIFF* tif, uint8* buf, tmsize_t size, uint16 sample);
159 TIFFCodeMethod tif_decoderow; /* scanline decoding routine */
160 TIFFCodeMethod tif_encoderow; /* scanline encoding routine */
161 TIFFCodeMethod tif_decodestrip; /* strip decoding routine */
162 TIFFCodeMethod tif_encodestrip; /* strip encoding routine */
163 TIFFCodeMethod tif_decodetile; /* tile decoding routine */
164 TIFFCodeMethod tif_encodetile; /* tile encoding routine */
  /external/pdfium/third_party/libtiff/
tif_predict.h 43 TIFFCodeMethod encoderow; /* parent codec encode/decode row */
44 TIFFCodeMethod encodestrip; /* parent codec encode/decode strip */
45 TIFFCodeMethod encodetile; /* parent codec encode/decode tile */
48 TIFFCodeMethod decoderow; /* parent codec encode/decode row */
49 TIFFCodeMethod decodestrip; /* parent codec encode/decode strip */
50 TIFFCodeMethod decodetile; /* parent codec encode/decode tile */
tiffiop.h 96 typedef int (*TIFFCodeMethod)(TIFF* tif, uint8* buf, tmsize_t size, uint16 sample);
164 TIFFCodeMethod tif_decoderow; /* scanline decoding routine */
165 TIFFCodeMethod tif_encoderow; /* scanline encoding routine */
166 TIFFCodeMethod tif_decodestrip; /* strip decoding routine */
167 TIFFCodeMethod tif_encodestrip; /* strip encoding routine */
168 TIFFCodeMethod tif_decodetile; /* tile decoding routine */
169 TIFFCodeMethod tif_encodetile; /* tile encoding routine */

Completed in 48 milliseconds