Searched refs:getTagCount (Results 1 – 13 of 13) 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()
105 int32_t tagCount = mVendorTagDescriptor->getTagCount(); in invokeVendorTagDescriptor()123 if (mVendorTagDescriptor->getTagCount() > 0) { in invokeVendorTagDescriptor()177 int32_t tagCount = mVendorTagDescriptorCache->getTagCount(id); in invokeVendorTagDescriptorCache()225 int32_t tagCount = vDesc->getTagCount(); in invokeVendorTagErrorConditions()
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()685 return sGlobalVendorTagDescriptor->getTagCount(); in vendor_tag_descriptor_get_tag_count()730 return sGlobalVendorTagDescriptorCache->getTagCount(id); in vendor_tag_descriptor_cache_get_tag_count()
436 if ((nullptr == vTags.get()) || (0 >= vTags->getTagCount())) { in removePermissionEntries()444 if ((nullptr != vTags.get()) && (vTags->getTagCount() > 0)) { in removePermissionEntries()445 tagCount = vTags->getTagCount(); in removePermissionEntries()
298 int tagCount = desc->getTagCount(); in getCameraVendorTagSections()
307 int tagCount = desc->getTagCount(); in getCameraVendorTagSections()
787 int count = vTags->getTagCount(); in CameraMetadata_getAllVendorKeys()963 if (0 < desc->getTagCount()) { in CameraMetadata_setupGlobalVendorTagDescriptor()
78 if ((nullptr == vTags.get()) || (0 >= vTags->getTagCount())) { in parseTagsToMonitor()
234 if (0 < desc->getTagCount()) { in getCameraServiceLocked()