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

/frameworks/base/media/java/android/media/
H A DExifInterface.java73 public class ExifInterface { class
74 private static final String TAG = "ExifInterface";
1320 public ExifInterface(String filename) throws IOException { method in class:ExifInterface
1346 public ExifInterface(FileDescriptor fileDescriptor) throws IOException { method in class:ExifInterface
1380 public ExifInterface(InputStream inputStream) throws IOException { method in class:ExifInterface
1722 // ExifInterface.
1725 Log.w(TAG, "Invalid image: ExifInterface got an unsupported image format file"
1726 + "(ExifInterface supports JPEG and some RAW image formats only) "
1727 + "or a corrupted JPEG file to ExifInterface.", e);
1770 throw new IOException("ExifInterface onl
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java64 public class ExifInterface { class
713 public ExifInterface() { method in class:ExifInterface
718 * Reads the exif tags from a byte array, clearing this ExifInterface
729 * Reads the exif tags from an InputStream, clearing this ExifInterface
749 * Reads the exif tags from a file, clearing this ExifInterface object's
772 * Sets the exif tags, clearing this ExifInterface object's existing exif
783 * Clears this ExifInterface object's existing exif tags.
790 * Writes the tags from this ExifInterface object into a jpeg image,
808 * Writes the tags from this ExifInterface object into a jpeg compressed
826 * Writes the tags from this ExifInterface objec
[all...]
/frameworks/support/exifinterface/src/android/support/media/
H A DExifInterface.java64 public class ExifInterface { class
65 private static final String TAG = "ExifInterface";
1297 public ExifInterface(String filename) throws IOException { method in class:ExifInterface
1318 public ExifInterface(InputStream inputStream) throws IOException { method in class:ExifInterface
1654 // ExifInterface.
1657 Log.w(TAG, "Invalid image: ExifInterface got an unsupported image format file"
1658 + "(ExifInterface supports JPEG and some RAW image formats only) "
1659 + "or a corrupted JPEG file to ExifInterface.", e);
1693 throw new IOException("ExifInterface only supports saving attributes on JPEG formats.");
1697 "ExifInterface doe
[all...]

Completed in 653 milliseconds