Searched refs:getTagCount (Results 1 – 11 of 11) sorted by relevance
104 protected int getTagCount() { in getTagCount() method in IfdData136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) { in equals()
119 if (currIfd.getTagCount() == 0) { in commit()129 if (ifd != null && ifd.getTagCount() > 0) { in commit()
310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4; in calculateOffsetOfIfd()
104 int tagCount = vDesc->getTagCount(); in TEST()149 int tagCount = vDescOriginal->getTagCount(); in TEST()150 ASSERT_EQ(tagCount, vDescParceled->getTagCount()); in TEST()192 EXPECT_EQ(VENDOR_TAG_COUNT_ERR, vDesc->getTagCount()); in TEST()
58 int getTagCount() const;195 int getTagCount(metadata_vendor_id_t id) const;
220 int VendorTagDescriptor::getTagCount() const { in getTagCount() function in android::hardware::camera2::params::VendorTagDescriptor419 int VendorTagDescriptorCache::getTagCount(metadata_vendor_id_t id) const { in getTagCount() function in android::hardware::camera2::params::VendorTagDescriptorCache423 ret = desc->second->getTagCount(); in getTagCount()671 return sGlobalVendorTagDescriptor->getTagCount(); in vendor_tag_descriptor_get_tag_count()716 return sGlobalVendorTagDescriptorCache->getTagCount(id); in vendor_tag_descriptor_cache_get_tag_count()
421 if ((nullptr == vTags.get()) || (0 >= vTags->getTagCount())) { in removePermissionEntries()429 if ((nullptr != vTags.get()) && (vTags->getTagCount() > 0)) { in removePermissionEntries()430 tagCount = vTags->getTagCount(); in removePermissionEntries()
250 int tagCount = desc->getTagCount(); in getCameraVendorTagSections()
63 if ((nullptr == vTags.get()) || (0 >= vTags->getTagCount())) { in parseTagsToMonitor()
722 int count = vTags->getTagCount(); in CameraMetadata_getAllVendorKeys()877 if (0 < desc->getTagCount()) { in CameraMetadata_setupGlobalVendorTagDescriptor()
139 if (0 < desc->getTagCount()) { in getCameraServiceLocked()