Home
last modified time | relevance | path

Searched refs:getTagCount (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
H A DIfdData.java87 private int getTagCount() { in getTagCount() method in IfdData
105 if (data.getId() == ifdId && data.getTagCount() == getTagCount()) { in equals()
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DIfdData.java104 protected int getTagCount() { in getTagCount() method in IfdData
136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) { in equals()
H A DExifModifier.java119 if (currIfd.getTagCount() == 0) { in commit()
129 if (ifd != null && ifd.getTagCount() > 0) { in commit()
H A DExifOutputStream.java310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4; in calculateOffsetOfIfd()
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DIfdData.java104 protected int getTagCount() { in getTagCount() method in IfdData
136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) { in equals()
H A DExifModifier.java120 if (currIfd.getTagCount() == 0) { in commit()
130 if (ifd != null && ifd.getTagCount() > 0) { in commit()
H A DExifOutputStream.java314 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4; in calculateOffsetOfIfd()
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DIfdData.java104 protected int getTagCount() { in getTagCount() method in IfdData
136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) { in equals()
H A DExifModifier.java120 if (currIfd.getTagCount() == 0) { in commit()
130 if (ifd != null && ifd.getTagCount() > 0) { in commit()
H A DExifOutputStream.java310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4; in calculateOffsetOfIfd()
/aosp12/packages/apps/Camera2/src/com/android/camera/exif/
H A DIfdData.java104 protected int getTagCount() { in getTagCount() method in IfdData
136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) { in equals()
H A DExifModifier.java119 if (currIfd.getTagCount() == 0) { in commit()
129 if (ifd != null && ifd.getTagCount() > 0) { in commit()
H A DExifOutputStream.java310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4; in calculateOffsetOfIfd()
/aosp12/frameworks/av/camera/tests/
H A DVendorTagDescriptorTests.cpp104 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()
/aosp12/hardware/interfaces/camera/common/1.0/default/include/
H A DVendorTagDescriptor.h56 int getTagCount() const;
178 int getTagCount(metadata_vendor_id_t id) const;
/aosp12/frameworks/av/camera/include/camera/
H A DVendorTagDescriptor.h58 int getTagCount() const;
195 int getTagCount(metadata_vendor_id_t id) const;
/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DVendorTagDescriptor.cpp83 int VendorTagDescriptor::getTagCount() const { in getTagCount() function in android::hardware::camera2::params::VendorTagDescriptor
179 int VendorTagDescriptorCache::getTagCount(metadata_vendor_id_t id) const { in getTagCount() function in android::hardware::camera2::params::VendorTagDescriptorCache
183 ret = desc->second->getTagCount(); in getTagCount()
448 return sGlobalVendorTagDescriptor->getTagCount(); in vendor_tag_descriptor_get_tag_count()
493 return sGlobalVendorTagDescriptorCache->getTagCount(id); in vendor_tag_descriptor_cache_get_tag_count()
/aosp12/frameworks/av/camera/
H A DVendorTagDescriptor.cpp220 int VendorTagDescriptor::getTagCount() const { in getTagCount() function in android::hardware::camera2::params::VendorTagDescriptor
419 int VendorTagDescriptorCache::getTagCount(metadata_vendor_id_t id) const { in getTagCount() function in android::hardware::camera2::params::VendorTagDescriptorCache
423 ret = desc->second->getTagCount(); in getTagCount()
681 return sGlobalVendorTagDescriptor->getTagCount(); in vendor_tag_descriptor_get_tag_count()
726 return sGlobalVendorTagDescriptorCache->getTagCount(id); in vendor_tag_descriptor_cache_get_tag_count()
H A DCameraMetadata.cpp436 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()
/aosp12/hardware/libhardware/modules/camera/3_0/
H A DVendorTags.h32 int getTagCount(const vendor_tag_ops_t* ops);
H A DVendorTags.cpp141 int VendorTags::getTagCount(const vendor_tag_ops_t* /*ops*/) in getTagCount() function in default_camera_hal::VendorTags
H A DCameraHAL.cpp129 return gVendorTags.getTagCount(ops); in get_tag_count()
/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DTagMonitor.cpp73 if ((nullptr == vTags.get()) || (0 >= vTags->getTagCount())) { in parseTagsToMonitor()
/aosp12/frameworks/av/services/camera/libcameraservice/hidl/
H A DHidlCameraService.cpp281 int tagCount = desc->getTagCount(); in getCameraVendorTagSections()
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp787 int count = vTags->getTagCount(); in CameraMetadata_getAllVendorKeys()
963 if (0 < desc->getTagCount()) { in CameraMetadata_setupGlobalVendorTagDescriptor()

12