Home
last modified time | relevance | path

Searched refs:get_tag_count (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/media/camera/include/system/
H A Dcamera_vendor_tags.h45 int (*get_tag_count)(const vendor_tag_ops_t *v); member
102 int (*get_tag_count)(metadata_vendor_id_t id); member
/aosp12/hardware/libhardware/modules/camera/3_0/
H A DCameraHAL.cpp127 static int get_tag_count(const vendor_tag_ops_t* ops) in get_tag_count() function
155 ops->get_tag_count = get_tag_count; in get_vendor_tag_ops()
/aosp12/frameworks/av/camera/tests/
H A DVendorTagDescriptorTests.cpp85 vOps->get_tag_count = default_get_tag_count; in FillWithDefaults()
105 EXPECT_EQ(tagCount, vOps->get_tag_count(vOps)); in TEST()
183 vOps.get_tag_count = zero_get_tag_count; in TEST()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3VendorTags.cpp665 ops->get_tag_count = get_tag_count; in get_vendor_tag_ops()
688 int QCamera3VendorTags::get_tag_count( in get_tag_count() function in qcamera::QCamera3VendorTags
H A DQCamera3VendorTags.h572 static int get_tag_count(
/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DVendorTagDescriptor.cpp302 int tagCount = vOps->get_tag_count(vOps); in createDescriptorFromOps()
383 opsPtr->get_tag_count = vendor_tag_descriptor_get_tag_count; in setAsGlobalVendorTagDescriptor()
416 opsPtr->get_tag_count = vendor_tag_descriptor_cache_get_tag_count; in setAsGlobalVendorTagCache()
/aosp12/frameworks/av/camera/
H A DVendorTagDescriptor.cpp525 int tagCount = vOps->get_tag_count(vOps); in createDescriptorFromOps()
606 opsPtr->get_tag_count = vendor_tag_descriptor_get_tag_count; in setAsGlobalVendorTagDescriptor()
639 opsPtr->get_tag_count = vendor_tag_descriptor_cache_get_tag_count; in setAsGlobalVendorTagCache()
/aosp12/hardware/google/camera/common/hal/utils/
H A Dvendor_tag_utils.cc152 .get_tag_count = google_camera_hal::GetCount, in AddTags()
/aosp12/hardware/libhardware/tests/hardware/
H A Dstruct-offset.cpp206 CHECK_MEMBER_AT(vendor_tag_ops_t, get_tag_count, 0, 0); in CheckOffsets()
/aosp12/hardware/interfaces/camera/provider/2.4/default/
H A DLegacyCameraProviderImpl_2_4.cpp405 if (vOps.get_tag_count == nullptr || vOps.get_all_tags == nullptr || in setUpVendorTags()