HomeSort by relevance Sort by last modified time
    Searched refs:vTags (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 684 sp<VendorTagDescriptor> vTags = VendorTagDescriptor::getGlobalVendorTagDescriptor();
685 if (vTags.get() == nullptr) {
690 int count = vTags->getTagCount();
697 vTags->getTagArray(&tagIds[0]);
725 const char* section = vTags->getSectionName(id);
726 const char* tag = vTags->getTagName(id);
727 int type = vTags->getTagType(id);
793 sp<VendorTagDescriptor> vTags =
795 status_t res = CameraMetadata::getTagFromName(key, vTags.get(), &tag);
  /frameworks/av/include/camera/
CameraMetadata.h 221 const VendorTagDescriptor* vTags, uint32_t *tag);
  /frameworks/av/services/camera/libcameraservice/utils/
TagMonitor.cpp 56 sp<VendorTagDescriptor> vTags =
66 status_t res = CameraMetadata::getTagFromName(nextTagName, vTags.get(), &tag);
  /frameworks/av/camera/
CameraMetadata.cpp 698 const VendorTagDescriptor* vTags, uint32_t *tag) {
707 if (vTags != NULL) {
708 vendorSections = vTags->getAllSectionNames();
776 } else if (vTags != NULL) {
782 if ((res = vTags->lookupTag(tagName, sectionName, &candidateTag)) != OK) {

Completed in 572 milliseconds