Home
last modified time | relevance | path

Searched refs:exifOutFileName (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifInterface.java853 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 …]