HomeSort by relevance Sort by last modified time
    Searched refs:TAG_STRIP_BYTE_COUNTS (Results 1 - 5 of 5) sorted by null

  /packages/apps/Gallery2/tests/src/com/android/gallery3d/exif/
ExifReaderTest.java 127 if (!ifd1Truth.containsKey(ExifInterface.TAG_STRIP_BYTE_COUNTS)) {
131 .getTrueTagKey(ExifInterface.TAG_STRIP_BYTE_COUNTS));
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifOutputStream.java 395 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));
ExifParser.java 176 private static final short TAG_STRIP_BYTE_COUNTS = ExifInterface
177 .getTrueTagKey(ExifInterface.TAG_STRIP_BYTE_COUNTS);
630 } else if (tid == TAG_STRIP_BYTE_COUNTS
631 && checkAllowed(ifd, ExifInterface.TAG_STRIP_BYTE_COUNTS)
    [all...]
ExifInterface.java 98 public static final int TAG_STRIP_BYTE_COUNTS =
341 sBannedDefines.add(getTrueTagKey(TAG_STRIP_BYTE_COUNTS));
    [all...]
  /external/jhead/
exif.c 100 #define TAG_STRIP_BYTE_COUNTS 0x0117
209 { TAG_STRIP_BYTE_COUNTS, "StripByteCounts", FMT_USHORT, 1},
    [all...]

Completed in 127 milliseconds