Searched refs:getTagCount (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DIfdData.java104 protected int getTagCount() { method in class:IfdData
136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) {
H A DExifModifier.java119 if (currIfd.getTagCount() == 0) {
129 if (ifd != null && ifd.getTagCount() > 0) {
H A DExifOutputStream.java310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4;
/frameworks/av/camera/tests/
H A DVendorTagDescriptorTests.cpp104 int tagCount = vDesc->getTagCount();
148 int tagCount = vDescOriginal->getTagCount();
149 ASSERT_EQ(tagCount, vDescParceled->getTagCount());
191 EXPECT_EQ(VENDOR_TAG_COUNT_ERR, vDesc->getTagCount());
/frameworks/av/include/camera/
H A DVendorTagDescriptor.h58 int getTagCount() const;
/frameworks/av/camera/
H A DVendorTagDescriptor.cpp208 int VendorTagDescriptor::getTagCount() const { function in class:android::hardware::camera2::params::VendorTagDescriptor
462 return sGlobalVendorTagDescriptor->getTagCount();
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp690 int count = vTags->getTagCount();

Completed in 186 milliseconds