Searched defs:EVENT_UNCOMPRESSED_STRIP (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifParser.java100 public static final int EVENT_UNCOMPRESSED_STRIP = 4; field in class:ExifParser
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
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifParser.java100 public static final int EVENT_UNCOMPRESSED_STRIP = 4; field in class:ExifParser
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
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifParser.java101 public static final int EVENT_UNCOMPRESSED_STRIP = 4; field in class:ExifParser
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

Completed in 45 milliseconds