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

  /frameworks/base/packages/WallpaperCropper/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...]
  /packages/apps/Camera2/src/com/android/camera/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...]
  /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...]
  /packages/apps/Launcher3/WallpaperPicker/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...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifOutputStream.java 397 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));
ExifParser.java 178 private static final short TAG_STRIP_BYTE_COUNTS = ExifInterface
179 .getTrueTagKey(ExifInterface.TAG_STRIP_BYTE_COUNTS);
632 } else if (tid == TAG_STRIP_BYTE_COUNTS
633 && 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 545 milliseconds