HomeSort by relevance Sort by last modified time
    Searched refs:APP1 (Results 1 - 16 of 16) 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/Messaging/src/com/android/messaging/util/exif/
JpegHeader.java 21 public static final short APP1 = (short) 0xFFE1;
ExifOutputStream.java 156 // We ignore the APP1 segment and copy all other segments
174 if (marker == JpegHeader.APP1) {
225 dataOutputStream.writeShort(JpegHeader.APP1);
ExifParser.java 133 protected static final short EXIF_HEADER_TAIL = (short) 0x0000; // EXIF header in APP1
522 // than the size of APP1 (65536)
765 // Some invalid formatted image contains multiple APP1,
767 if (marker == JpegHeader.APP1) {
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/
util_test.py 33 APP1 = wsgi_util.static_page('App1')
216 self.ResetServer(wsgi_util.first_found([APP1]))
221 self.assertEquals('App1', content)
228 self.ResetServer(wsgi_util.first_found(iter([APP1])))
233 self.assertEquals('App1', content)
243 self.assertEquals('App1', content)
250 self.ResetServer(wsgi_util.first_found([APP1, APP2]))
255 self.assertEquals('App1', content)

Completed in 188 milliseconds