Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_read_image.cpp1066 uint32 stripLength = Pin_uint32 (ifd.fSubTileBlockRows, in dng_image_spooler() local
1070 stripLength = stripLength / ifd.fSubTileBlockRows in dng_image_spooler()
1074 fTileStrip.b = fTileArea.t + stripLength; in dng_image_spooler()
1079 fBufferSize = bytesPerRow * stripLength; in dng_image_spooler()
1136 uint32 stripLength = fTileStrip.H (); in Spool() local
1140 fTileStrip.b = Min_int32 (fTileStrip.t + stripLength, in Spool()