Home
last modified time | relevance | path

Searched refs:STRIP_SIZE_DEFAULT (Results 1 – 8 of 8) sorted by relevance

/external/opencv3/3rdparty/libtiff/
Dtiffiop.h64 #ifndef STRIP_SIZE_DEFAULT
65 # define STRIP_SIZE_DEFAULT 8192 macro
Dtif_strip.c253 rows=(uint64)STRIP_SIZE_DEFAULT/scanlinesize; in _TIFFDefaultStripSize()
Dtif_config.h.cmakein106 //#define STRIP_SIZE_DEFAULT 8192
Dtif_dirread.c5483 if (rowblockbytes > STRIP_SIZE_DEFAULT) { in ChopUpSingleUncompressedStrip()
5488 rowblocksperstrip = (uint32) (STRIP_SIZE_DEFAULT / rowblockbytes); in ChopUpSingleUncompressedStrip()
DChangeLog2109 removed; move here the STRIP_SIZE_DEFAULT macro definition.
2111 * libtiff/{tif_dirread.c, tif_strip.c}: Removed STRIP_SIZE_DEFAULT
2492 --with-default-strip-size and STRIP_SIZE_DEFAULT options.
/external/pdfium/third_party/libtiff/
Dtiffiop.h69 #ifndef STRIP_SIZE_DEFAULT
70 # define STRIP_SIZE_DEFAULT 8192 macro
Dtif_strip.c253 rows=(uint64)STRIP_SIZE_DEFAULT/scanlinesize; in _TIFFDefaultStripSize()
Dtif_dirread.c5497 if (rowblockbytes > STRIP_SIZE_DEFAULT) { in ChopUpSingleUncompressedStrip()
5502 rowblocksperstrip = (uint32) (STRIP_SIZE_DEFAULT / rowblockbytes); in ChopUpSingleUncompressedStrip()