Searched defs:ExifInterface (Results 1 - 4 of 4) sorted by relevance
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/ |
H A D | ExifInterface.java | 45 public class ExifInterface { class 81 public ExifInterface() { method in class:ExifInterface 87 * Reads the exif tags from a byte array, clearing this ExifInterface object's existing exif tags. 97 * Reads the exif tags from an InputStream, clearing this ExifInterface object's existing exif 176 mTagInfo.put(ExifInterface.TAG_STRIP_OFFSETS, ifdFlags | ExifTag.TYPE_UNSIGNED_LONG << 16); 177 mTagInfo.put(ExifInterface.TAG_EXIF_IFD, ifdFlags | ExifTag.TYPE_UNSIGNED_LONG << 16 | 1); 178 mTagInfo.put(ExifInterface.TAG_GPS_IFD, ifdFlags | ExifTag.TYPE_UNSIGNED_LONG << 16 | 1); 179 mTagInfo.put(ExifInterface.TAG_ORIENTATION, ifdFlags | ExifTag.TYPE_UNSIGNED_SHORT << 16 | 1); 180 mTagInfo.put(ExifInterface.TAG_STRIP_BYTE_COUNTS, ifdFlags | ExifTag.TYPE_UNSIGNED_LONG << 16); 185 ExifInterface [all...] |
/packages/apps/Camera2/src/com/android/camera/exif/ |
H A D | ExifInterface.java | 65 public class ExifInterface { class 322 private static final Log.Tag TAG = new Log.Tag("ExifInterface"); 716 public ExifInterface() { method in class:ExifInterface 721 * Reads the exif tags from a byte array, clearing this ExifInterface 732 * Reads the exif tags from an InputStream, clearing this ExifInterface 752 * 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 objec [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
H A D | ExifInterface.java | 64 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...] |
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
H A D | ExifInterface.java | 64 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 126 milliseconds