Searched defs:exifOutFileName (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java848 * @param exifOutFileName a String containing the filepath to which the jpeg
853 public void writeExif(byte[] jpeg, String exifOutFileName) throws FileNotFoundException, argument
855 if (jpeg == null || exifOutFileName == null) {
860 s = getExifWriterStream(exifOutFileName);
875 * @param exifOutFileName a String containing the filepath to which the jpeg
880 public void writeExif(Bitmap bmap, String exifOutFileName) throws FileNotFoundException, argument
882 if (bmap == null || exifOutFileName == null) {
887 s = getExifWriterStream(exifOutFileName);
902 * @param exifOutFileName a String containing the filepath to which the jpeg
907 public void writeExif(InputStream jpegStream, String exifOutFileName) argument
934 writeExif(String jpegFileName, String exifOutFileName) argument
982 getExifWriterStream(String exifOutFileName) argument
[all...]

Completed in 563 milliseconds