Home
last modified time | relevance | path

Searched refs:offsetVector (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/img_utils/src/
DTiffWriter.cpp71 KeyedVector<uint32_t, uint32_t> offsetVector; in write() local
82 offsetVector.add(mNamedIfds.keyAt(i), totalSize); in write()
86 size_t offVecSize = offsetVector.size(); in write()
108 uint32_t ifdKey = offsetVector.keyAt(i); in write()
126 assert(offsetVector[i] == endOut.getCurrentOffset()); in write()