Searched refs:STRIP_SIZE_DEFAULT (Results 1 - 6 of 6) sorted by relevance

/external/opencv3/3rdparty/libtiff/
H A Dtiffiop.h64 #ifndef STRIP_SIZE_DEFAULT
65 # define STRIP_SIZE_DEFAULT 8192 macro
H A Dtif_strip.c246 * STRIP_SIZE_DEFAULT bytes long.
253 rows=(uint64)STRIP_SIZE_DEFAULT/scanlinesize;
H A Dtif_dirread.c5450 * (tiles), each approximately STRIP_SIZE_DEFAULT bytes. This is useful for
5483 if (rowblockbytes > STRIP_SIZE_DEFAULT) {
5488 rowblocksperstrip = (uint32) (STRIP_SIZE_DEFAULT / rowblockbytes);
/external/pdfium/third_party/libtiff/
H A Dtiffiop.h69 #ifndef STRIP_SIZE_DEFAULT
70 # define STRIP_SIZE_DEFAULT 8192 macro
H A Dtif_strip.c246 * STRIP_SIZE_DEFAULT bytes long.
253 rows=(uint64)STRIP_SIZE_DEFAULT/scanlinesize;
H A Dtif_dirread.c5464 * (tiles), each approximately STRIP_SIZE_DEFAULT bytes. This is useful for
5497 if (rowblockbytes > STRIP_SIZE_DEFAULT) {
5502 rowblocksperstrip = (uint32) (STRIP_SIZE_DEFAULT / rowblockbytes);

Completed in 94 milliseconds