HomeSort by relevance Sort by last modified time
    Searched full:offsetvector (Results 1 - 1 of 1) sorted by null

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

Completed in 189 milliseconds