/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/ |
H A D | IfdData.java | 87 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 D | IfdData.java | 104 protected int getTagCount() { in getTagCount() method in IfdData 136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) { in equals()
|
H A D | ExifModifier.java | 119 if (currIfd.getTagCount() == 0) { in commit() 129 if (ifd != null && ifd.getTagCount() > 0) { in commit()
|
H A D | ExifOutputStream.java | 310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4; in calculateOffsetOfIfd()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
H A D | IfdData.java | 104 protected int getTagCount() { in getTagCount() method in IfdData 136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) { in equals()
|
H A D | ExifModifier.java | 120 if (currIfd.getTagCount() == 0) { in commit() 130 if (ifd != null && ifd.getTagCount() > 0) { in commit()
|
H A D | ExifOutputStream.java | 314 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4; in calculateOffsetOfIfd()
|
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
H A D | IfdData.java | 104 protected int getTagCount() { in getTagCount() method in IfdData 136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) { in equals()
|
H A D | ExifModifier.java | 120 if (currIfd.getTagCount() == 0) { in commit() 130 if (ifd != null && ifd.getTagCount() > 0) { in commit()
|
H A D | ExifOutputStream.java | 310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4; in calculateOffsetOfIfd()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/exif/ |
H A D | IfdData.java | 104 protected int getTagCount() { in getTagCount() method in IfdData 136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) { in equals()
|
H A D | ExifModifier.java | 119 if (currIfd.getTagCount() == 0) { in commit() 129 if (ifd != null && ifd.getTagCount() > 0) { in commit()
|
H A D | ExifOutputStream.java | 310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4; in calculateOffsetOfIfd()
|
/aosp12/frameworks/av/camera/tests/ |
H A D | VendorTagDescriptorTests.cpp | 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()
|
/aosp12/hardware/interfaces/camera/common/1.0/default/include/ |
H A D | VendorTagDescriptor.h | 56 int getTagCount() const; 178 int getTagCount(metadata_vendor_id_t id) const;
|
/aosp12/frameworks/av/camera/include/camera/ |
H A D | VendorTagDescriptor.h | 58 int getTagCount() const; 195 int getTagCount(metadata_vendor_id_t id) const;
|
/aosp12/hardware/interfaces/camera/common/1.0/default/ |
H A D | VendorTagDescriptor.cpp | 83 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 D | VendorTagDescriptor.cpp | 220 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 D | CameraMetadata.cpp | 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()
|
/aosp12/hardware/libhardware/modules/camera/3_0/ |
H A D | VendorTags.h | 32 int getTagCount(const vendor_tag_ops_t* ops);
|
H A D | VendorTags.cpp | 141 int VendorTags::getTagCount(const vendor_tag_ops_t* /*ops*/) in getTagCount() function in default_camera_hal::VendorTags
|
H A D | CameraHAL.cpp | 129 return gVendorTags.getTagCount(ops); in get_tag_count()
|
/aosp12/frameworks/av/services/camera/libcameraservice/utils/ |
H A D | TagMonitor.cpp | 73 if ((nullptr == vTags.get()) || (0 >= vTags->getTagCount())) { in parseTagsToMonitor()
|
/aosp12/frameworks/av/services/camera/libcameraservice/hidl/ |
H A D | HidlCameraService.cpp | 281 int tagCount = desc->getTagCount(); in getCameraVendorTagSections()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_hardware_camera2_CameraMetadata.cpp | 787 int count = vTags->getTagCount(); in CameraMetadata_getAllVendorKeys() 963 if (0 < desc->getTagCount()) { in CameraMetadata_setupGlobalVendorTagDescriptor()
|