Home | History | Annotate | Download | only in jni

Lines Matching refs:vTags

679     sp<VendorTagDescriptor> vTags;
687 cache->getVendorTagDescriptor(vendorId, &vTags);
691 status_t res = CameraMetadata::getTagFromName(key, vTags.get(), &tag);
702 sp<VendorTagDescriptor> vTags = VendorTagDescriptor::getGlobalVendorTagDescriptor();
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->getSectionName(id);
758 const char* tag = vTags->getTagName(id);
759 int type = vTags->getTagType(id);
825 sp<VendorTagDescriptor> vTags =
827 if (vTags.get() == nullptr) {
830 cache->getVendorTagDescriptor(vendorId, &vTags);
834 status_t res = CameraMetadata::getTagFromName(key, vTags.get(), &tag);