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

/frameworks/av/services/camera/libcameraservice/utils/
H A DTagMonitor.cpp58 sp<VendorTagDescriptor> vTags = local
60 if ((nullptr == vTags.get()) || (0 >= vTags->getTagCount())) {
64 cache->getVendorTagDescriptor(mVendorTagId, &vTags);
75 status_t res = CameraMetadata::getTagFromName(nextTagName, vTags.get(), &tag);
/frameworks/av/camera/
H A DCameraMetadata.cpp701 const VendorTagDescriptor* vTags, uint32_t *tag) {
710 if (vTags != NULL) {
711 vendorSections = vTags->getAllSectionNames();
779 } else if (vTags != NULL) {
785 if ((res = vTags->lookupTag(tagName, sectionName, &candidateTag)) != OK) {
700 getTagFromName(const char *name, const VendorTagDescriptor* vTags, uint32_t *tag) argument
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp675 sp<VendorTagDescriptor> vTags; local
683 cache->getVendorTagDescriptor(vendorId, &vTags);
687 status_t res = CameraMetadata::getTagFromName(key, vTags.get(), &tag);
698 sp<VendorTagDescriptor> vTags = VendorTagDescriptor::getGlobalVendorTagDescriptor(); local
699 if (vTags.get() == nullptr) {
711 cache->getVendorTagDescriptor(vendorId, &vTags);
713 if (vTags.get() == nullptr) {
718 int count = vTags->getTagCount();
725 vTags->getTagArray(&tagIds[0]);
753 const char* section = vTags
821 sp<VendorTagDescriptor> vTags = local
[all...]

Completed in 2679 milliseconds