Searched refs:rowLengthBytes (Results 1 – 1 of 1) sorted by relevance
211 const uint32_t rowLengthBytes = bytesPerSample * samplesPerPixel * width; in validateAndSetStripTags() local213 uint32_t rowsPerChunk = idealChunkSize / rowLengthBytes; in validateAndSetStripTags()215 const uint32_t actualChunkSize = rowLengthBytes * rowsPerChunk; in validateAndSetStripTags()218 const uint32_t lastChunkSize = lastChunkRows * rowLengthBytes; in validateAndSetStripTags()