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

/packages/apps/Camera2/src/com/android/camera/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) {
859 s = getExifWriterStream(exifOutFileName);
870 * @param exifOutFileName a String containing the filepath to which the jpeg
875 public void writeExif(Bitmap bmap, String exifOutFileName) throws FileNotFoundException, argument
877 if (bmap == null || exifOutFileName == null) {
882 s = getExifWriterStream(exifOutFileName);
893 * @param exifOutFileName a String containing the filepath to which the jpeg
898 public void writeExif(InputStream jpegStream, String exifOutFileName) argument
922 writeExif(String jpegFileName, String exifOutFileName) argument
967 getExifWriterStream(String exifOutFileName) argument
[all...]
/packages/apps/Gallery2/gallerycommon/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...]
/packages/apps/Messaging/src/com/android/messaging/util/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 19 milliseconds