Searched defs:exifOutFileName (Results 1 - 4 of 4) 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) {
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/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/Launcher3/WallpaperPicker/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/Mms/src/com/android/mms/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 38 milliseconds