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

  /external/opencv3/3rdparty/libtiff/
tif_predict.h 50 TIFFCodeMethod decodetile; /* parent codec encode/decode tile */ member in struct:__anon21838
tif_predict.c 128 sp->decodetile = tif->tif_decodetile;
162 sp->decodetile = tif->tif_decodetile;
437 assert(sp->decodetile != NULL);
439 if ((*sp->decodetile)(tif, op0, occ0, s)) {
  /external/pdfium/third_party/libtiff/
tif_predict.h 50 TIFFCodeMethod decodetile; /* parent codec encode/decode tile */ member in struct:__anon23116
tif_predict.c 130 sp->decodetile = tif->tif_decodetile;
164 sp->decodetile = tif->tif_decodetile;
445 assert(sp->decodetile != NULL);
447 if ((*sp->decodetile)(tif, op0, occ0, s)) {

Completed in 3555 milliseconds