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

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java 829 * @param jpegStream an InputStream containing a jpeg compressed image.
834 public void writeExif(InputStream jpegStream, OutputStream exifOutStream) throws IOException {
835 if (jpegStream == null || exifOutStream == null) {
839 doExifStreamIO(jpegStream, s)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 829 * @param jpegStream an InputStream containing a jpeg compressed image.
834 public void writeExif(InputStream jpegStream, OutputStream exifOutStream) throws IOException {
835 if (jpegStream == null || exifOutStream == null) {
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 829 * @param jpegStream an InputStream containing a jpeg compressed image.
834 public void writeExif(InputStream jpegStream, OutputStream exifOutStream) throws IOException {
835 if (jpegStream == null || exifOutStream == null) {
839 doExifStreamIO(jpegStream, s)
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifInterface.java 829 * @param jpegStream an InputStream containing a jpeg compressed image.
834 public void writeExif(InputStream jpegStream, OutputStream exifOutStream) throws IOException {
835 if (jpegStream == null || exifOutStream == null) {
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]

Completed in 76 milliseconds