Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
DIfdData.java87 private int getTagCount() { in getTagCount() method in IfdData
105 if (data.getId() == ifdId && data.getTagCount() == getTagCount()) { in equals()
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DIfdData.java104 protected int getTagCount() { in getTagCount() method in IfdData
136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) { in equals()
DExifModifier.java120 if (currIfd.getTagCount() == 0) { in commit()
130 if (ifd != null && ifd.getTagCount() > 0) { in commit()
DExifOutputStream.java314 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4; in calculateOffsetOfIfd()
/packages/apps/Gallery2/gallerycommon/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.java120 if (currIfd.getTagCount() == 0) { in commit()
130 if (ifd != null && ifd.getTagCount() > 0) { in commit()
DExifOutputStream.java310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4; in calculateOffsetOfIfd()
/packages/apps/Camera2/src/com/android/camera/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()