Searched defs:lastChunkRows (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/img_utils/src/
H A DTiffIfd.cpp217 const uint32_t lastChunkRows = height % rowsPerChunk; local
218 const uint32_t lastChunkSize = lastChunkRows * rowLengthBytes;
228 if (lastChunkRows > 0) {
245 if (lastChunkRows > 0 && i == (numStrips - 1)) {

Completed in 65 milliseconds