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

/frameworks/base/media/java/android/media/
H A DExifInterface.java30 public class ExifInterface { class
119 public ExifInterface(String filename) throws IOException { method in class:ExifInterface
313 String latValue = mAttributes.get(ExifInterface.TAG_GPS_LATITUDE);
314 String latRef = mAttributes.get(ExifInterface.TAG_GPS_LATITUDE_REF);
315 String lngValue = mAttributes.get(ExifInterface.TAG_GPS_LONGITUDE);
316 String lngRef = mAttributes.get(ExifInterface.TAG_GPS_LONGITUDE_REF);
/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...]

Completed in 108 milliseconds