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

/frameworks/base/packages/WallpaperCropper/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,

Completed in 110 milliseconds