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

/frameworks/av/media/img_utils/src/
H A DTiffIfd.cpp253 sp<TiffEntry> stripByteCounts = TiffWriter::uncheckedBuildEntry(TAG_STRIPBYTECOUNTS, LONG, local
256 if (stripByteCounts == NULL) {
273 if(addEntry(stripByteCounts) != OK) {
305 sp<TiffEntry> stripByteCounts = getEntry(TAG_STRIPBYTECOUNTS); local
306 if (stripByteCounts == NULL) {
312 uint32_t byteCount = stripByteCounts->getCount();
319 const uint32_t* stripByteCountsArray = stripByteCounts->getData<uint32_t>();
347 sp<TiffEntry> stripByteCounts = getEntry(TAG_STRIPBYTECOUNTS); local
348 if (stripByteCounts == NULL) {
353 uint32_t count = stripByteCounts
[all...]

Completed in 24 milliseconds