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

/frameworks/av/camera/
H A DVendorTagDescriptor.cpp134 Vector<uint32_t> allTags; local
168 allTags.add(tag);
202 LOG_ALWAYS_FATAL_IF(static_cast<size_t>(tagCount) != allTags.size(),
203 "tagCount must be the same as allTags size");
206 uint32_t tag = allTags[i];

Completed in 1639 milliseconds