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

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
JpegHeader.java 21 public static final short APP1 = (short) 0xFFE1;
ExifOutputStream.java 155 // We ignore the APP1 segment and copy all other segments
173 if (marker == JpegHeader.APP1) {
224 dataOutputStream.writeShort(JpegHeader.APP1);
ExifParser.java 132 protected static final short EXIF_HEADER_TAIL = (short) 0x0000; // EXIF header in APP1
520 // than the size of APP1 (65536)
763 // Some invalid formatted image contains multiple APP1,
765 if (marker == JpegHeader.APP1) {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
JpegHeader.java 21 public static final short APP1 = (short) 0xFFE1;
ExifOutputStream.java 155 // We ignore the APP1 segment and copy all other segments
173 if (marker == JpegHeader.APP1) {
224 dataOutputStream.writeShort(JpegHeader.APP1);
ExifParser.java 132 protected static final short EXIF_HEADER_TAIL = (short) 0x0000; // EXIF header in APP1
520 // than the size of APP1 (65536)
763 // Some invalid formatted image contains multiple APP1,
765 if (marker == JpegHeader.APP1) {
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
JpegHeader.java 21 public static final short APP1 = (short) 0xFFE1;
ExifOutputStream.java 155 // We ignore the APP1 segment and copy all other segments
173 if (marker == JpegHeader.APP1) {
224 dataOutputStream.writeShort(JpegHeader.APP1);
ExifParser.java 132 protected static final short EXIF_HEADER_TAIL = (short) 0x0000; // EXIF header in APP1
520 // than the size of APP1 (65536)
763 // Some invalid formatted image contains multiple APP1,
765 if (marker == JpegHeader.APP1) {
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
JpegHeader.java 21 public static final short APP1 = (short) 0xFFE1;
ExifOutputStream.java 155 // We ignore the APP1 segment and copy all other segments
173 if (marker == JpegHeader.APP1) {
224 dataOutputStream.writeShort(JpegHeader.APP1);
ExifParser.java 132 protected static final short EXIF_HEADER_TAIL = (short) 0x0000; // EXIF header in APP1
520 // than the size of APP1 (65536)
763 // Some invalid formatted image contains multiple APP1,
765 if (marker == JpegHeader.APP1) {
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
JpegHeader.java 21 public static final short APP1 = (short) 0xFFE1;
ExifOutputStream.java 155 // We ignore the APP1 segment and copy all other segments
173 if (marker == JpegHeader.APP1) {
224 dataOutputStream.writeShort(JpegHeader.APP1);
ExifParser.java 132 protected static final short EXIF_HEADER_TAIL = (short) 0x0000; // EXIF header in APP1
520 // than the size of APP1 (65536)
763 // Some invalid formatted image contains multiple APP1,
765 if (marker == JpegHeader.APP1) {
    [all...]

Completed in 220 milliseconds