Searched refs:TAG_STRIP_OFFSETS (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifOutputStream.java394 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS));
402 ExifTag offsetTag = mInterface.buildUninitializedTag(ExifInterface.TAG_STRIP_OFFSETS);
405 + ExifInterface.TAG_STRIP_OFFSETS);
426 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS));
474 ifd1.getTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS)).setValue(
H A DExifParser.java174 private static final short TAG_STRIP_OFFSETS = ExifInterface field in class:ExifParser
175 .getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS);
616 } else if (tid == TAG_STRIP_OFFSETS && checkAllowed(ifd, ExifInterface.TAG_STRIP_OFFSETS)) {
H A DExifInterface.java90 public static final int TAG_STRIP_OFFSETS = field in class:ExifInterface
331 sOffsetTags.add(getTrueTagKey(TAG_STRIP_OFFSETS));
1474 * {@link TAG_STRIP_OFFSETS}, {@link TAG_INTEROPERABILITY_IFD}
2112 mTagInfo.put(ExifInterface.TAG_STRIP_OFFSETS,
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifOutputStream.java394 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS));
402 ExifTag offsetTag = mInterface.buildUninitializedTag(ExifInterface.TAG_STRIP_OFFSETS);
405 + ExifInterface.TAG_STRIP_OFFSETS);
426 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS));
474 ifd1.getTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS)).setValue(
H A DExifParser.java174 private static final short TAG_STRIP_OFFSETS = ExifInterface field in class:ExifParser
175 .getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS);
616 } else if (tid == TAG_STRIP_OFFSETS && checkAllowed(ifd, ExifInterface.TAG_STRIP_OFFSETS)) {
H A DExifInterface.java90 public static final int TAG_STRIP_OFFSETS = field in class:ExifInterface
331 sOffsetTags.add(getTrueTagKey(TAG_STRIP_OFFSETS));
1474 * {@link TAG_STRIP_OFFSETS}, {@link TAG_INTEROPERABILITY_IFD}
2112 mTagInfo.put(ExifInterface.TAG_STRIP_OFFSETS,
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DExifOutputStream.java394 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS));
402 ExifTag offsetTag = mInterface.buildUninitializedTag(ExifInterface.TAG_STRIP_OFFSETS);
405 + ExifInterface.TAG_STRIP_OFFSETS);
426 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS));
474 ifd1.getTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS)).setValue(
H A DExifParser.java174 private static final short TAG_STRIP_OFFSETS = ExifInterface field in class:ExifParser
175 .getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS);
616 } else if (tid == TAG_STRIP_OFFSETS && checkAllowed(ifd, ExifInterface.TAG_STRIP_OFFSETS)) {
H A DExifInterface.java90 public static final int TAG_STRIP_OFFSETS = field in class:ExifInterface
331 sOffsetTags.add(getTrueTagKey(TAG_STRIP_OFFSETS));
1474 * {@link TAG_STRIP_OFFSETS}, {@link TAG_INTEROPERABILITY_IFD}
2112 mTagInfo.put(ExifInterface.TAG_STRIP_OFFSETS,
/packages/apps/Mms/src/com/android/mms/exif/
H A DExifOutputStream.java394 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS));
402 ExifTag offsetTag = mInterface.buildUninitializedTag(ExifInterface.TAG_STRIP_OFFSETS);
405 + ExifInterface.TAG_STRIP_OFFSETS);
426 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS));
474 ifd1.getTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS)).setValue(
H A DExifParser.java174 private static final short TAG_STRIP_OFFSETS = ExifInterface field in class:ExifParser
175 .getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS);
616 } else if (tid == TAG_STRIP_OFFSETS && checkAllowed(ifd, ExifInterface.TAG_STRIP_OFFSETS)) {
H A DExifInterface.java90 public static final int TAG_STRIP_OFFSETS = field in class:ExifInterface
331 sOffsetTags.add(getTrueTagKey(TAG_STRIP_OFFSETS));
1474 * {@link TAG_STRIP_OFFSETS}, {@link TAG_INTEROPERABILITY_IFD}
2112 mTagInfo.put(ExifInterface.TAG_STRIP_OFFSETS,

Completed in 61 milliseconds