Searched refs:tag_name (Results 1 – 10 of 10) sorted by relevance
/hardware/google/camera/common/hal/common/ |
D | vendor_tag_defs.h | 96 .tag_name = "DefaultPhysicalCamId", 109 .tag_name = "3a.hybrid_ae_enable", 122 .tag_name = "request.disable_hdrplus", 135 .tag_name = "SensorModeFullFov", 148 .tag_name = "hdrplus.PayloadFrames", 162 .tag_name = "ProcessingMode", 171 .tag_name = "thermal_throttling", 182 .tag_name = "OutputIntent", 191 .tag_name = "AvailableNonWarpedYuvSizes", 201 .tag_name = "NonWarpedYuvStreamId", [all …]
|
D | hal_types.h | 83 std::string tag_name; member
|
/hardware/google/camera/common/hal/tests/ |
D | vendor_tag_tests.cc | 97 .tag_name = "magic", in TEST() 100 .tag_name = "wand", in TEST() 104 .tag_name = "aec", in TEST() 107 .tag_name = "awb", in TEST() 113 .tag_name = "hybrid_ae.enabled", in TEST() 118 .tag_name = "af", in TEST() 183 const char* tag_name = VendorTagManager::GetInstance().GetTagName(tag_id); in TEST() local 186 section_name, tag_name); in TEST() 200 .tag_name = "extra_tag", in TEST() 223 .tag_name = "magic", in TEST() [all …]
|
D | camera_provider_tests.cc | 112 .tag_name = "tag0", in TEST_F() 117 .tag_name = "tag1", in TEST_F() 128 .tag_name = "tag2", in TEST_F() 133 .tag_name = "tag3", in TEST_F() 138 .tag_name = "tag4", in TEST_F() 171 EXPECT_EQ(returned_tag.tag_name, mock_tag.tag_name); in TEST_F()
|
/hardware/google/camera/common/hal/utils/ |
D | vendor_tag_interface.h | 32 std::string tag_name; member 43 const std::string tag_name, uint32_t* tag_id);
|
D | vendor_tag_utils.cc | 56 std::string full_tag_name = section.section_name + "." + tag.tag_name; in CombineVendorTags() 143 .tag_name = tag.tag_name}; in AddTags() 145 vendor_tag_inverse_map_[TagString(section.section_name, tag.tag_name)] = in AddTags() 216 return it->second.tag_name.c_str(); in GetTagName() 247 const std::string tag_name, uint32_t* tag_id) { in GetTag() argument 254 const TagString section_tag{section_name, tag_name}; in GetTag()
|
D | vendor_tag_utils.h | 82 status_t GetTag(const std::string section_name, const std::string tag_name,
|
D | hal_camera_metadata.cc | 579 const char *tag_name, *tag_section; in Dump() local 584 tag_name = get_local_camera_metadata_tag_name(entry.tag, metadata_); in Dump() 585 if (tag_name == nullptr) { in Dump() 586 tag_name = "unknownTag"; in Dump() 595 tag_name, entry.tag, type_name, entry.count); in Dump()
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedCameraProviderHWLImpl.cpp | 129 const char* tag_name = get_camera_metadata_tag_name(candidate_tag); in GetTagFromName() local 131 if (strcmp(name_tag_name, tag_name) == 0) { in GetTagFromName() 132 ALOGV("%s: Found matched tag '%s' (%d)", __FUNCTION__, tag_name, in GetTagFromName()
|
/hardware/google/camera/common/hal/aidl_service/ |
D | aidl_utils.cc | 119 (*aidl_sections)[i].tags[j].tagName = hal_sections[i].tags[j].tag_name; in ConvertToAidlVendorTagSections()
|