Searched refs:TAG_STRIP_BYTE_COUNTS (Results 1 - 4 of 4) sorted by last modified time

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
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,
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)
/frameworks/base/media/java/android/media/
H A DExifInterface.java115 public static final String TAG_STRIP_BYTE_COUNTS = "StripByteCounts"; field in class:ExifInterface
831 new ExifTag(TAG_STRIP_BYTE_COUNTS, 279, IFD_FORMAT_USHORT, IFD_FORMAT_ULONG),
966 new ExifTag(TAG_STRIP_BYTE_COUNTS, 279, IFD_FORMAT_USHORT, IFD_FORMAT_ULONG),

Completed in 82 milliseconds