Searched refs:writeExif (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java798 public void writeExif(byte[] jpeg, OutputStream exifOutStream) throws IOException { method in class:ExifInterface
816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException { method in class:ExifInterface
834 public void writeExif(InputStream jpegStream, OutputStream exifOutStream) throws IOException { method in class:ExifInterface
853 public void writeExif(byte[] jpeg, String exifOutFileName) throws FileNotFoundException, method in class:ExifInterface
875 public void writeExif(Bitmap bmap, String exifOutFileName) throws FileNotFoundException, method in class:ExifInterface
898 public void writeExif(InputStream jpegStream, String exifOutFileName) method in class:ExifInterface
922 public void writeExif(String jpegFileName, String exifOutFileName) method in class:ExifInterface
930 writeExif(is, exifOutFileName);
1092 writeExif(imageBytes, filename);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java798 public void writeExif(byte[] jpeg, OutputStream exifOutStream) throws IOException { method in class:ExifInterface
816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException { method in class:ExifInterface
834 public void writeExif(InputStream jpegStream, OutputStream exifOutStream) throws IOException { method in class:ExifInterface
853 public void writeExif(byte[] jpeg, String exifOutFileName) throws FileNotFoundException, method in class:ExifInterface
880 public void writeExif(Bitmap bmap, String exifOutFileName) throws FileNotFoundException, method in class:ExifInterface
907 public void writeExif(InputStream jpegStream, String exifOutFileName) method in class:ExifInterface
934 public void writeExif(String jpegFileName, String exifOutFileName) method in class:ExifInterface
942 writeExif(is, exifOutFileName);
1110 writeExif(imageBytes, filename);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DExifInterface.java798 public void writeExif(byte[] jpeg, OutputStream exifOutStream) throws IOException { method in class:ExifInterface
816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException { method in class:ExifInterface
834 public void writeExif(InputStream jpegStream, OutputStream exifOutStream) throws IOException { method in class:ExifInterface
853 public void writeExif(byte[] jpeg, String exifOutFileName) throws FileNotFoundException, method in class:ExifInterface
880 public void writeExif(Bitmap bmap, String exifOutFileName) throws FileNotFoundException, method in class:ExifInterface
907 public void writeExif(InputStream jpegStream, String exifOutFileName) method in class:ExifInterface
934 public void writeExif(String jpegFileName, String exifOutFileName) method in class:ExifInterface
942 writeExif(is, exifOutFileName);
1110 writeExif(imageBytes, filename);
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifInterface.java798 public void writeExif(byte[] jpeg, OutputStream exifOutStream) throws IOException { method in class:ExifInterface
816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException { method in class:ExifInterface
834 public void writeExif(InputStream jpegStream, OutputStream exifOutStream) throws IOException { method in class:ExifInterface
853 public void writeExif(byte[] jpeg, String exifOutFileName) throws FileNotFoundException, method in class:ExifInterface
880 public void writeExif(Bitmap bmap, String exifOutFileName) throws FileNotFoundException, method in class:ExifInterface
907 public void writeExif(InputStream jpegStream, String exifOutFileName) method in class:ExifInterface
934 public void writeExif(String jpegFileName, String exifOutFileName) method in class:ExifInterface
942 writeExif(is, exifOutFileName);
1110 writeExif(imageBytes, filename);
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DImagePersistTask.java127 exifInterface.writeExif(clippedBitmap, outputStream);
/packages/apps/Camera2/src/com/android/camera/
H A DStorage.java309 exif.writeExif(jpeg, path);
/packages/apps/Camera2/src/com/android/camera/tinyplanet/
H A DTinyPlanetFragment.java379 exif.writeExif(jpeg, jpegOut);

Completed in 122 milliseconds