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.cpp679 sp<VendorTagDescriptor> vTags; local
687 cache->getVendorTagDescriptor(vendorId, &vTags);
691 status_t res = CameraMetadata::getTagFromName(key, vTags.get(), &tag);
702 sp<VendorTagDescriptor> vTags = VendorTagDescriptor::getGlobalVendorTagDescriptor(); local
703 if (vTags.get() == nullptr) {
715 cache->getVendorTagDescriptor(vendorId, &vTags);
717 if (vTags.get() == nullptr) {
722 int count = vTags->getTagCount();
729 vTags->getTagArray(&tagIds[0]);
757 const char* section = vTags
825 sp<VendorTagDescriptor> vTags = local
[all...]

Completed in 84 milliseconds