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

  /frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 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)
    [all...]
  /frameworks/av/services/camera/libcameraservice/utils/
TagMonitor.cpp 60 sp<VendorTagDescriptor> vTags =
62 if ((nullptr == vTags.get()) || (0 >= vTags->getTagCount())) {
66 cache->getVendorTagDescriptor(mVendorTagId, &vTags);
77 status_t res = CameraMetadata::getTagFromName(nextTagName, vTags.get(), &tag);
  /hardware/interfaces/camera/common/1.0/default/
CameraMetadata.cpp 469 const VendorTagDescriptor* vTags, uint32_t *tag) {
478 if (vTags != NULL) {
479 vendorSections = vTags->getAllSectionNames();
545 } else if (vTags != NULL) {
551 if ((res = vTags->lookupTag(tagName, sectionName, &candidateTag)) != OK) {
  /frameworks/av/camera/include/camera/
CameraMetadata.h 221 const VendorTagDescriptor* vTags, uint32_t *tag);
  /hardware/interfaces/camera/common/1.0/default/include/
CameraMetadata.h 200 const VendorTagDescriptor* vTags, uint32_t *tag);
  /frameworks/av/camera/
CameraMetadata.cpp 701 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) {

Completed in 267 milliseconds