Searched refs:TAG_EXIF_IFD (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
H A DExifInterface.java53 static final int TAG_EXIF_IFD = defineTag(IfdId.TYPE_IFD_0, (short) 0x8769); field in class:ExifInterface
68 sOffsetTags.add(getTrueTagKey(TAG_EXIF_IFD));
143 * Returns true if tag TID is one of the following: {@code TAG_EXIF_IFD}, {@code TAG_GPS_IFD},
177 mTagInfo.put(ExifInterface.TAG_EXIF_IFD, ifdFlags | ExifTag.TYPE_UNSIGNED_LONG << 16 | 1);
246 * @param tagId a defined tag constant, e.g. {@link #TAG_EXIF_IFD}.
350 * @param tagId a defined tag constant, e.g. {@link #TAG_EXIF_IFD}.
H A DExifParser.java138 private static final short TAG_EXIF_IFD = ExifInterface.getTrueTagKey(ExifInterface.TAG_EXIF_IFD); field in class:ExifParser
551 if (tid == TAG_EXIF_IFD && checkAllowed(ifd, ExifInterface.TAG_EXIF_IFD)) {
/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifParser.java165 private static final short TAG_EXIF_IFD = ExifInterface field in class:ExifParser
166 .getTrueTagKey(ExifInterface.TAG_EXIF_IFD);
592 if (tid == TAG_EXIF_IFD && checkAllowed(ifd, ExifInterface.TAG_EXIF_IFD)) {
H A DExifOutputStream.java328 ExifTag exifOffsetTag = mInterface.buildUninitializedTag(ExifInterface.TAG_EXIF_IFD);
331 + ExifInterface.TAG_EXIF_IFD);
438 ifd0.getTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_EXIF_IFD)).setValue(offset);
H A DExifInterface.java132 public static final int TAG_EXIF_IFD = field in class:ExifInterface
331 sOffsetTags.add(getTrueTagKey(TAG_EXIF_IFD));
1451 * Returns true if tag TID is one of the following: {@link TAG_EXIF_IFD},
2121 mTagInfo.put(ExifInterface.TAG_EXIF_IFD,
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifParser.java165 private static final short TAG_EXIF_IFD = ExifInterface field in class:ExifParser
166 .getTrueTagKey(ExifInterface.TAG_EXIF_IFD);
592 if (tid == TAG_EXIF_IFD && checkAllowed(ifd, ExifInterface.TAG_EXIF_IFD)) {
H A DExifOutputStream.java328 ExifTag exifOffsetTag = mInterface.buildUninitializedTag(ExifInterface.TAG_EXIF_IFD);
331 + ExifInterface.TAG_EXIF_IFD);
438 ifd0.getTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_EXIF_IFD)).setValue(offset);
H A DExifInterface.java130 public static final int TAG_EXIF_IFD = field in class:ExifInterface
328 sOffsetTags.add(getTrueTagKey(TAG_EXIF_IFD));
1472 * Returns true if tag TID is one of the following: {@link TAG_EXIF_IFD},
2142 mTagInfo.put(ExifInterface.TAG_EXIF_IFD,
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifParser.java166 private static final short TAG_EXIF_IFD = ExifInterface field in class:ExifParser
167 .getTrueTagKey(ExifInterface.TAG_EXIF_IFD);
594 if (tid == TAG_EXIF_IFD && checkAllowed(ifd, ExifInterface.TAG_EXIF_IFD)) {
H A DExifOutputStream.java332 ExifTag exifOffsetTag = mInterface.buildUninitializedTag(ExifInterface.TAG_EXIF_IFD);
335 + ExifInterface.TAG_EXIF_IFD);
442 ifd0.getTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_EXIF_IFD)).setValue(offset);
H A DExifInterface.java130 public static final int TAG_EXIF_IFD = field in class:ExifInterface
328 sOffsetTags.add(getTrueTagKey(TAG_EXIF_IFD));
1472 * Returns true if tag TID is one of the following: {@link TAG_EXIF_IFD},
2183 mTagInfo.put(ExifInterface.TAG_EXIF_IFD,

Completed in 140 milliseconds