Searched refs:get_tag_count (Results 1 – 10 of 10) sorted by relevance
45 int (*get_tag_count)(const vendor_tag_ops_t *v); member102 int (*get_tag_count)(metadata_vendor_id_t id); member
127 static int get_tag_count(const vendor_tag_ops_t* ops) in get_tag_count() function155 ops->get_tag_count = get_tag_count; in get_vendor_tag_ops()
85 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()
665 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
572 static int get_tag_count(
302 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()
525 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()
152 .get_tag_count = google_camera_hal::GetCount, in AddTags()
206 CHECK_MEMBER_AT(vendor_tag_ops_t, get_tag_count, 0, 0); in CheckOffsets()
405 if (vOps.get_tag_count == nullptr || vOps.get_all_tags == nullptr || in setUpVendorTags()