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

/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java794 * @param exifOutStream an OutputStream to which the jpeg image with added
798 public void writeExif(byte[] jpeg, OutputStream exifOutStream) throws IOException { argument
799 if (jpeg == null || exifOutStream == null) {
802 OutputStream s = getExifWriterStream(exifOutStream);
812 * @param exifOutStream the OutputStream to which the jpeg image with added
816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException { argument
817 if (bmap == null || exifOutStream == null) {
820 OutputStream s = getExifWriterStream(exifOutStream);
830 * @param exifOutStream an OutputStream to which the jpeg image with added
834 public void writeExif(InputStream jpegStream, OutputStream exifOutStream) throw argument
[all...]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java794 * @param exifOutStream an OutputStream to which the jpeg image with added
798 public void writeExif(byte[] jpeg, OutputStream exifOutStream) throws IOException { argument
799 if (jpeg == null || exifOutStream == null) {
802 OutputStream s = getExifWriterStream(exifOutStream);
812 * @param exifOutStream the OutputStream to which the jpeg image with added
816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException { argument
817 if (bmap == null || exifOutStream == null) {
820 OutputStream s = getExifWriterStream(exifOutStream);
830 * @param exifOutStream an OutputStream to which the jpeg image with added
834 public void writeExif(InputStream jpegStream, OutputStream exifOutStream) throw argument
[all...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DExifInterface.java794 * @param exifOutStream an OutputStream to which the jpeg image with added
798 public void writeExif(byte[] jpeg, OutputStream exifOutStream) throws IOException { argument
799 if (jpeg == null || exifOutStream == null) {
802 OutputStream s = getExifWriterStream(exifOutStream);
812 * @param exifOutStream the OutputStream to which the jpeg image with added
816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException { argument
817 if (bmap == null || exifOutStream == null) {
820 OutputStream s = getExifWriterStream(exifOutStream);
830 * @param exifOutStream an OutputStream to which the jpeg image with added
834 public void writeExif(InputStream jpegStream, OutputStream exifOutStream) throw argument
[all...]
/packages/apps/Mms/src/com/android/mms/exif/
H A DExifInterface.java794 * @param exifOutStream an OutputStream to which the jpeg image with added
798 public void writeExif(byte[] jpeg, OutputStream exifOutStream) throws IOException { argument
799 if (jpeg == null || exifOutStream == null) {
802 OutputStream s = getExifWriterStream(exifOutStream);
812 * @param exifOutStream the OutputStream to which the jpeg image with added
816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException { argument
817 if (bmap == null || exifOutStream == null) {
820 OutputStream s = getExifWriterStream(exifOutStream);
830 * @param exifOutStream an OutputStream to which the jpeg image with added
834 public void writeExif(InputStream jpegStream, OutputStream exifOutStream) throw argument
[all...]

Completed in 81 milliseconds