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

/frameworks/av/media/img_utils/src/
H A DTiffIfd.cpp211 const uint32_t rowLengthBytes = bytesPerSample * samplesPerPixel * width; local
213 uint32_t rowsPerChunk = idealChunkSize / rowLengthBytes;
215 const uint32_t actualChunkSize = rowLengthBytes * rowsPerChunk;
218 const uint32_t lastChunkSize = lastChunkRows * rowLengthBytes;

Completed in 56 milliseconds