HomeSort by relevance Sort by last modified time
    Searched defs:writeExif (Results 1 - 9 of 9) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/
ImagePersistTask.java 127 exifInterface.writeExif(clippedBitmap, outputStream);
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
ImagePersistTask.java 127 exifInterface.writeExif(clippedBitmap, outputStream);
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
ExifInterface.java 367 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException {
  /packages/apps/Camera2/src/com/android/camera/
Storage.java 309 exif.writeExif(jpeg, path);
  /packages/apps/Camera2/src/com/android/camera/tinyplanet/
TinyPlanetFragment.java 379 exif.writeExif(jpeg, jpegOut);
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java 798 public void writeExif(byte[] jpeg, OutputStream exifOutStream) throws IOException {
816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException {
834 public void writeExif(InputStream jpegStream, OutputStream exifOutStream) throws IOException {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 798 public void writeExif(byte[] jpeg, OutputStream exifOutStream) throws IOException {
816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException {
834 public void writeExif(InputStream jpegStream, OutputStream exifOutStream) throws IOException {
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 798 public void writeExif(byte[] jpeg, OutputStream exifOutStream) throws IOException {
816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException {
834 public void writeExif(InputStream jpegStream, OutputStream exifOutStream) throws IOException {
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifInterface.java 798 public void writeExif(byte[] jpeg, OutputStream exifOutStream) throws IOException {
816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException {
834 public void writeExif(InputStream jpegStream, OutputStream exifOutStream) throws IOException {
    [all...]

Completed in 1625 milliseconds