Home
last modified time | relevance | path

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

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DIfdData.java104 protected int getTagCount() { in getTagCount() method in IfdData
136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) { in equals()
DExifModifier.java119 if (currIfd.getTagCount() == 0) { in commit()
129 if (ifd != null && ifd.getTagCount() > 0) { in commit()
DExifOutputStream.java310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4; in calculateOffsetOfIfd()
/frameworks/av/camera/tests/
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()
/frameworks/av/camera/include/camera/
DVendorTagDescriptor.h58 int getTagCount() const;
195 int getTagCount(metadata_vendor_id_t id) const;
/frameworks/av/camera/
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()
671 return sGlobalVendorTagDescriptor->getTagCount(); in vendor_tag_descriptor_get_tag_count()
716 return sGlobalVendorTagDescriptorCache->getTagCount(id); in vendor_tag_descriptor_cache_get_tag_count()
DCameraMetadata.cpp421 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()
/frameworks/av/services/camera/libcameraservice/hidl/
DHidlCameraService.cpp250 int tagCount = desc->getTagCount(); in getCameraVendorTagSections()
/frameworks/av/services/camera/libcameraservice/utils/
DTagMonitor.cpp63 if ((nullptr == vTags.get()) || (0 >= vTags->getTagCount())) { in parseTagsToMonitor()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_CameraMetadata.cpp722 int count = vTags->getTagCount(); in CameraMetadata_getAllVendorKeys()
877 if (0 < desc->getTagCount()) { in CameraMetadata_setupGlobalVendorTagDescriptor()
/frameworks/av/camera/ndk/impl/
DACameraManager.cpp139 if (0 < desc->getTagCount()) { in getCameraServiceLocked()