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

  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
ExifReader.java 70 case ExifParser.EVENT_UNCOMPRESSED_STRIP:
ExifParser.java 90 static final int EVENT_UNCOMPRESSED_STRIP = 4;
246 * @see #EVENT_UNCOMPRESSED_STRIP
428 * When receiving {@link #EVENT_UNCOMPRESSED_STRIP}, call this function to get the index of this
435 /** When receiving {@link #EVENT_UNCOMPRESSED_STRIP}, call this function to get the strip size. */
485 mCorrespondingEvent.put((int) offset, new ImageEvent(EVENT_UNCOMPRESSED_STRIP, stripIndex));
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifReader.java 79 case ExifParser.EVENT_UNCOMPRESSED_STRIP:
ExifParser.java 100 public static final int EVENT_UNCOMPRESSED_STRIP = 4;
268 * @see #EVENT_UNCOMPRESSED_STRIP
456 * When receiving {@link #EVENT_UNCOMPRESSED_STRIP}, call this function to
466 * When receiving {@link #EVENT_UNCOMPRESSED_STRIP}, call this function to
476 * When receiving {@link #EVENT_UNCOMPRESSED_STRIP}, call this function to
529 mCorrespondingEvent.put((int) offset, new ImageEvent(EVENT_UNCOMPRESSED_STRIP
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifReader.java 79 case ExifParser.EVENT_UNCOMPRESSED_STRIP:
ExifParser.java 100 public static final int EVENT_UNCOMPRESSED_STRIP = 4;
268 * @see #EVENT_UNCOMPRESSED_STRIP
456 * When receiving {@link #EVENT_UNCOMPRESSED_STRIP}, call this function to
466 * When receiving {@link #EVENT_UNCOMPRESSED_STRIP}, call this function to
476 * When receiving {@link #EVENT_UNCOMPRESSED_STRIP}, call this function to
529 mCorrespondingEvent.put((int) offset, new ImageEvent(EVENT_UNCOMPRESSED_STRIP
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifReader.java 79 case ExifParser.EVENT_UNCOMPRESSED_STRIP:
ExifParser.java 100 public static final int EVENT_UNCOMPRESSED_STRIP = 4;
268 * @see #EVENT_UNCOMPRESSED_STRIP
456 * When receiving {@link #EVENT_UNCOMPRESSED_STRIP}, call this function to
466 * When receiving {@link #EVENT_UNCOMPRESSED_STRIP}, call this function to
476 * When receiving {@link #EVENT_UNCOMPRESSED_STRIP}, call this function to
529 mCorrespondingEvent.put((int) offset, new ImageEvent(EVENT_UNCOMPRESSED_STRIP
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifReader.java 80 case ExifParser.EVENT_UNCOMPRESSED_STRIP:
ExifParser.java 101 public static final int EVENT_UNCOMPRESSED_STRIP = 4;
269 * @see #EVENT_UNCOMPRESSED_STRIP
457 * When receiving {@link #EVENT_UNCOMPRESSED_STRIP}, call this function to
467 * When receiving {@link #EVENT_UNCOMPRESSED_STRIP}, call this function to
477 * When receiving {@link #EVENT_UNCOMPRESSED_STRIP}, call this function to
531 mCorrespondingEvent.put((int) offset, new ImageEvent(EVENT_UNCOMPRESSED_STRIP
    [all...]

Completed in 724 milliseconds