Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_read_image.cpp1828 uint32 rowsPerStrip = Pin_uint32 (ifd.fSubTileBlockRows, in ReadLosslessJPEG() local
1832 rowsPerStrip = rowsPerStrip / ifd.fSubTileBlockRows in ReadLosslessJPEG()
1835 uint32 bufferSize = SafeUint32Mult (bytesPerRow, rowsPerStrip); in ReadLosslessJPEG()