/packages/apps/Camera2/src/com/android/camera/exif/ |
H A D | ExifInterface.java | 798 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 D | ExifInterface.java | 798 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 D | ExifInterface.java | 798 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 D | ExifInterface.java | 798 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 D | ImagePersistTask.java | 127 exifInterface.writeExif(clippedBitmap, outputStream);
|
/packages/apps/Camera2/src/com/android/camera/ |
H A D | Storage.java | 309 exif.writeExif(jpeg, path);
|
/packages/apps/Camera2/src/com/android/camera/tinyplanet/ |
H A D | TinyPlanetFragment.java | 379 exif.writeExif(jpeg, jpegOut);
|