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

/frameworks/av/camera/tests/
H A DVendorTagDescriptorTests.cpp41 static bool ContainsTag(uint32_t* tagArray, size_t size, uint32_t tag) { argument
43 if (tag == tagArray[i]) return true;
60 static void default_get_all_tags(const vendor_tag_ops_t* vOps, uint32_t* tagArray) { argument
184 uint32_t* tagArray = reinterpret_cast<uint32_t*>(BAD_TAG_ARRAY); local
185 uint32_t* testArray = tagArray;
186 vDesc->getTagArray(tagArray);
187 EXPECT_EQ(testArray, tagArray);
/frameworks/av/camera/
H A DVendorTagDescriptor.cpp38 static void vendor_tag_descriptor_get_all_tags(const vendor_tag_ops_t* v, uint32_t* tagArray);
72 Vector<uint32_t> tagArray; local
73 LOG_ALWAYS_FATAL_IF(tagArray.resize(tagCount) != tagCount,
76 vOps->get_all_tags(vOps, /*out*/tagArray.editArray());
85 uint32_t tag = tagArray[i];
118 uint32_t tag = tagArray[i];
260 void VendorTagDescriptor::getTagArray(uint32_t* tagArray) const {
263 tagArray[i] = mTagToNameMap.keyAt(i);
423 void vendor_tag_descriptor_get_all_tags(const vendor_tag_ops_t* /*v*/, uint32_t* tagArray) {
429 sGlobalVendorTagDescriptor->getTagArray(tagArray);
[all...]
/frameworks/av/include/camera/
H A DVendorTagDescriptor.h51 void getTagArray(uint32_t* tagArray) const;

Completed in 60 milliseconds