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

/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/base/media/java/android/media/
H A DExifInterface.java73 public class ExifInterface { class
74 private static final String TAG = "ExifInterface";
1326 public ExifInterface(String filename) throws IOException { method in class:ExifInterface
1352 public ExifInterface(FileDescriptor fileDescriptor) throws IOException { method in class:ExifInterface
1386 public ExifInterface(InputStream inputStream) throws IOException { method in class:ExifInterface
1732 // ExifInterface.
1735 Log.w(TAG, "Invalid image: ExifInterface got an unsupported image format file"
1736 + "(ExifInterface supports JPEG and some RAW image formats only) "
1737 + "or a corrupted JPEG file to ExifInterface.", e);
1780 throw new IOException("ExifInterface onl
[all...]
/frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/
H A DExifInterface.java70 public class ExifInterface { class
71 private static final String TAG = "ExifInterface";
3706 public ExifInterface(@NonNull String filename) throws IOException { method in class:ExifInterface
3727 public ExifInterface(@NonNull InputStream inputStream) throws IOException { method in class:ExifInterface
4244 // ExifInterface.
4247 Log.w(TAG, "Invalid image: ExifInterface got an unsupported image format file"
4248 + "(ExifInterface supports JPEG and some RAW image formats only) "
4249 + "or a corrupted JPEG file to ExifInterface.", e);
4283 throw new IOException("ExifInterface only supports saving attributes on JPEG formats.");
4287 "ExifInterface doe
[all...]

Completed in 64 milliseconds