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

/frameworks/av/media/img_utils/src/
H A DTiffIfd.cpp242 Vector<uint32_t> byteCounts; local
246 byteCounts.add(lastChunkSize);
248 byteCounts.add(actualChunkSize);
254 static_cast<uint32_t>(numStrips), UNDEFINED_ENDIAN, byteCounts.array());
354 const uint32_t* byteCounts = stripByteCounts->getData<uint32_t>(); local
358 total += byteCounts[i];

Completed in 6 milliseconds