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

/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifOutputStream.java395 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_BYTE_COUNTS));
408 .buildUninitializedTag(ExifInterface.TAG_STRIP_BYTE_COUNTS);
411 + ExifInterface.TAG_STRIP_BYTE_COUNTS);
427 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_BYTE_COUNTS));
H A DExifParser.java176 private static final short TAG_STRIP_BYTE_COUNTS = ExifInterface field in class:ExifParser
177 .getTrueTagKey(ExifInterface.TAG_STRIP_BYTE_COUNTS);
630 } else if (tid == TAG_STRIP_BYTE_COUNTS
631 && checkAllowed(ifd, ExifInterface.TAG_STRIP_BYTE_COUNTS)
H A DExifInterface.java98 public static final int TAG_STRIP_BYTE_COUNTS = field in class:ExifInterface
341 sBannedDefines.add(getTrueTagKey(TAG_STRIP_BYTE_COUNTS));
2116 mTagInfo.put(ExifInterface.TAG_STRIP_BYTE_COUNTS,
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifOutputStream.java395 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_BYTE_COUNTS));
408 .buildUninitializedTag(ExifInterface.TAG_STRIP_BYTE_COUNTS);
411 + ExifInterface.TAG_STRIP_BYTE_COUNTS);
427 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_BYTE_COUNTS));
H A DExifParser.java176 private static final short TAG_STRIP_BYTE_COUNTS = ExifInterface field in class:ExifParser
177 .getTrueTagKey(ExifInterface.TAG_STRIP_BYTE_COUNTS);
630 } else if (tid == TAG_STRIP_BYTE_COUNTS
631 && checkAllowed(ifd, ExifInterface.TAG_STRIP_BYTE_COUNTS)
H A DExifInterface.java98 public static final int TAG_STRIP_BYTE_COUNTS = field in class:ExifInterface
341 sBannedDefines.add(getTrueTagKey(TAG_STRIP_BYTE_COUNTS));
2116 mTagInfo.put(ExifInterface.TAG_STRIP_BYTE_COUNTS,
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DExifOutputStream.java395 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_BYTE_COUNTS));
408 .buildUninitializedTag(ExifInterface.TAG_STRIP_BYTE_COUNTS);
411 + ExifInterface.TAG_STRIP_BYTE_COUNTS);
427 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_BYTE_COUNTS));
H A DExifParser.java176 private static final short TAG_STRIP_BYTE_COUNTS = ExifInterface field in class:ExifParser
177 .getTrueTagKey(ExifInterface.TAG_STRIP_BYTE_COUNTS);
630 } else if (tid == TAG_STRIP_BYTE_COUNTS
631 && checkAllowed(ifd, ExifInterface.TAG_STRIP_BYTE_COUNTS)
H A DExifInterface.java98 public static final int TAG_STRIP_BYTE_COUNTS = field in class:ExifInterface
341 sBannedDefines.add(getTrueTagKey(TAG_STRIP_BYTE_COUNTS));
2116 mTagInfo.put(ExifInterface.TAG_STRIP_BYTE_COUNTS,
/packages/apps/Mms/src/com/android/mms/exif/
H A DExifOutputStream.java397 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_BYTE_COUNTS));
410 .buildUninitializedTag(ExifInterface.TAG_STRIP_BYTE_COUNTS);
413 + ExifInterface.TAG_STRIP_BYTE_COUNTS);
429 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_BYTE_COUNTS));
H A DExifParser.java178 private static final short TAG_STRIP_BYTE_COUNTS = ExifInterface field in class:ExifParser
179 .getTrueTagKey(ExifInterface.TAG_STRIP_BYTE_COUNTS);
632 } else if (tid == TAG_STRIP_BYTE_COUNTS
633 && checkAllowed(ifd, ExifInterface.TAG_STRIP_BYTE_COUNTS)
H A DExifInterface.java98 public static final int TAG_STRIP_BYTE_COUNTS = field in class:ExifInterface
341 sBannedDefines.add(getTrueTagKey(TAG_STRIP_BYTE_COUNTS));
2116 mTagInfo.put(ExifInterface.TAG_STRIP_BYTE_COUNTS,

Completed in 165 milliseconds