Searched refs:exifOutFileName (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
D | ExifInterface.java | 853 public void writeExif(byte[] jpeg, String exifOutFileName) throws FileNotFoundException, in writeExif() argument 855 if (jpeg == null || exifOutFileName == null) { in writeExif() 860 s = getExifWriterStream(exifOutFileName); in writeExif() 880 public void writeExif(Bitmap bmap, String exifOutFileName) throws FileNotFoundException, in writeExif() argument 882 if (bmap == null || exifOutFileName == null) { in writeExif() 887 s = getExifWriterStream(exifOutFileName); in writeExif() 907 public void writeExif(InputStream jpegStream, String exifOutFileName) in writeExif() argument 909 if (jpegStream == null || exifOutFileName == null) { in writeExif() 914 s = getExifWriterStream(exifOutFileName); in writeExif() 934 public void writeExif(String jpegFileName, String exifOutFileName) in writeExif() argument [all …]
|
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
D | ExifInterface.java | 853 public void writeExif(byte[] jpeg, String exifOutFileName) throws FileNotFoundException, in writeExif() argument 855 if (jpeg == null || exifOutFileName == null) { in writeExif() 860 s = getExifWriterStream(exifOutFileName); in writeExif() 880 public void writeExif(Bitmap bmap, String exifOutFileName) throws FileNotFoundException, in writeExif() argument 882 if (bmap == null || exifOutFileName == null) { in writeExif() 887 s = getExifWriterStream(exifOutFileName); in writeExif() 907 public void writeExif(InputStream jpegStream, String exifOutFileName) in writeExif() argument 909 if (jpegStream == null || exifOutFileName == null) { in writeExif() 914 s = getExifWriterStream(exifOutFileName); in writeExif() 934 public void writeExif(String jpegFileName, String exifOutFileName) in writeExif() argument [all …]
|
/packages/apps/Camera2/src/com/android/camera/exif/ |
D | ExifInterface.java | 853 public void writeExif(byte[] jpeg, String exifOutFileName) throws FileNotFoundException, in writeExif() argument 855 if (jpeg == null || exifOutFileName == null) { in writeExif() 859 s = getExifWriterStream(exifOutFileName); in writeExif() 875 public void writeExif(Bitmap bmap, String exifOutFileName) throws FileNotFoundException, in writeExif() argument 877 if (bmap == null || exifOutFileName == null) { in writeExif() 882 s = getExifWriterStream(exifOutFileName); in writeExif() 898 public void writeExif(InputStream jpegStream, String exifOutFileName) in writeExif() argument 900 if (jpegStream == null || exifOutFileName == null) { in writeExif() 905 s = getExifWriterStream(exifOutFileName); in writeExif() 922 public void writeExif(String jpegFileName, String exifOutFileName) in writeExif() argument [all …]
|