Home
last modified time | relevance | path

Searched refs:ExifInterface (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DExifInterfaceTest.java24 import android.media.ExifInterface;
45 private static final String TAG = ExifInterface.class.getSimpleName();
62 ExifInterface.TAG_MAKE,
63 ExifInterface.TAG_MODEL,
64 ExifInterface.TAG_F_NUMBER,
65 ExifInterface.TAG_DATETIME,
66 ExifInterface.TAG_EXPOSURE_TIME,
67 ExifInterface.TAG_FLASH,
68 ExifInterface.TAG_FOCAL_LENGTH,
69 ExifInterface.TAG_GPS_ALTITUDE,
[all …]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifInterface.java64 public class ExifInterface { class
713 public ExifInterface() { in ExifInterface() method in ExifInterface
1505 if (!ExifInterface.isIfdAllowed(info, ifdId)) { in buildTag()
1990 latitude >= 0 ? ExifInterface.GpsLatitudeRef.NORTH in addGpsTags()
1991 : ExifInterface.GpsLatitudeRef.SOUTH); in addGpsTags()
1993 longitude >= 0 ? ExifInterface.GpsLongitudeRef.EAST in addGpsTags()
1994 : ExifInterface.GpsLongitudeRef.WEST); in addGpsTags()
2084 mTagInfo.put(ExifInterface.TAG_MAKE, in initTagInfo()
2086 mTagInfo.put(ExifInterface.TAG_IMAGE_WIDTH, in initTagInfo()
2088 mTagInfo.put(ExifInterface.TAG_IMAGE_LENGTH, in initTagInfo()
[all …]
DExifOutputStream.java83 private final ExifInterface mInterface;
85 protected ExifOutputStream(OutputStream ou, ExifInterface iRef) { in ExifOutputStream()
246 if (t.getValue() == null && !ExifInterface.isOffsetTag(t.getTagId())) { in stripNullValueTags()
328 ExifTag exifOffsetTag = mInterface.buildUninitializedTag(ExifInterface.TAG_EXIF_IFD); in createRequiredIfdAndTag()
331 + ExifInterface.TAG_EXIF_IFD); in createRequiredIfdAndTag()
345 ExifTag gpsOffsetTag = mInterface.buildUninitializedTag(ExifInterface.TAG_GPS_IFD); in createRequiredIfdAndTag()
348 + ExifInterface.TAG_GPS_IFD); in createRequiredIfdAndTag()
357 .buildUninitializedTag(ExifInterface.TAG_INTEROPERABILITY_IFD); in createRequiredIfdAndTag()
360 + ExifInterface.TAG_INTEROPERABILITY_IFD); in createRequiredIfdAndTag()
376 .buildUninitializedTag(ExifInterface.TAG_JPEG_INTERCHANGE_FORMAT); in createRequiredIfdAndTag()
[all …]
DExifParser.java163 private final ExifInterface mInterface;
165 private static final short TAG_EXIF_IFD = ExifInterface
166 .getTrueTagKey(ExifInterface.TAG_EXIF_IFD);
167 private static final short TAG_GPS_IFD = ExifInterface.getTrueTagKey(ExifInterface.TAG_GPS_IFD);
168 private static final short TAG_INTEROPERABILITY_IFD = ExifInterface
169 .getTrueTagKey(ExifInterface.TAG_INTEROPERABILITY_IFD);
170 private static final short TAG_JPEG_INTERCHANGE_FORMAT = ExifInterface
171 .getTrueTagKey(ExifInterface.TAG_JPEG_INTERCHANGE_FORMAT);
172 private static final short TAG_JPEG_INTERCHANGE_FORMAT_LENGTH = ExifInterface
173 .getTrueTagKey(ExifInterface.TAG_JPEG_INTERCHANGE_FORMAT_LENGTH);
[all …]
DExifModifier.java34 private final ExifInterface mInterface;
47 protected ExifModifier(ByteBuffer byteBuffer, ExifInterface iRef) throws IOException, in ExifModifier()
61 ExifInterface.closeSilently(is); in ExifModifier()
135 ExifInterface.closeSilently(is); in commit()
DExifReader.java31 private final ExifInterface mInterface;
33 ExifReader(ExifInterface iRef) { in ExifReader()
DExifData.java221 ExifTag tag = ifdData.getTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_USER_COMMENT)); in getUserComment()
DIfdData.java139 if (ExifInterface.isOffsetTag(tag.getTagId())) { in equals()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestUtils.java49 import android.media.ExifInterface;
1788 ExifInterface exif = new ExifInterface(jpegFilename); in verifyJpegKeys()
1804 int exifOrientation = exif.getAttributeInt(ExifInterface.TAG_ORIENTATION, in verifyJpegKeys()
1806 if (exifOrientation == ExifInterface.ORIENTATION_UNDEFINED) { in verifyJpegKeys()
1843 case ExifInterface.ORIENTATION_NORMAL: in getExifOrientationInDegree()
1845 case ExifInterface.ORIENTATION_ROTATE_90: in getExifOrientationInDegree()
1847 case ExifInterface.ORIENTATION_ROTATE_180: in getExifOrientationInDegree()
1849 case ExifInterface.ORIENTATION_ROTATE_270: in getExifOrientationInDegree()
1933 private static void verifyJpegExifExtraTags(ExifInterface exif, Size jpegSize, in verifyJpegExifExtraTags()
1949 int exifWidth = exif.getAttributeInt(ExifInterface.TAG_IMAGE_WIDTH, /*defaultValue*/0); in verifyJpegExifExtraTags()
[all …]
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
DBitmapRegionTileSource.java36 import com.android.gallery3d.exif.ExifInterface;
169 ExifInterface ei = new ExifInterface(); in loadInBackground()
171 Integer ori = ei.getTagIntValue(ExifInterface.TAG_ORIENTATION); in loadInBackground()
173 mRotation = ExifInterface.getRotationForOrientationValue(ori.shortValue()); in loadInBackground()
219 public abstract boolean readExif(ExifInterface ei); in readExif()
244 public boolean readExif(ExifInterface ei) { in readExif()
301 public boolean readExif(ExifInterface ei) { in readExif()
353 public boolean readExif(ExifInterface ei) { in readExif()
/frameworks/support/documents-archive/src/android/support/provider/
DDocumentArchive.java24 import android.media.ExifInterface;
453 final ExifInterface exif = new ExifInterface(inputStream); in openDocumentThumbnail()
456 switch (exif.getAttributeInt(ExifInterface.TAG_ORIENTATION, -1)) { in openDocumentThumbnail()
457 case ExifInterface.ORIENTATION_ROTATE_90: in openDocumentThumbnail()
461 case ExifInterface.ORIENTATION_ROTATE_180: in openDocumentThumbnail()
465 case ExifInterface.ORIENTATION_ROTATE_270: in openDocumentThumbnail()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java34 import android.media.ExifInterface;
1290 final ExifInterface exif = new ExifInterface(file.getAbsolutePath()); in openImageThumbnail()
1292 switch (exif.getAttributeInt(ExifInterface.TAG_ORIENTATION, -1)) { in openImageThumbnail()
1293 case ExifInterface.ORIENTATION_ROTATE_90: in openImageThumbnail()
1297 case ExifInterface.ORIENTATION_ROTATE_180: in openImageThumbnail()
1301 case ExifInterface.ORIENTATION_ROTATE_270: in openImageThumbnail()
/frameworks/base/core/java/android/hardware/camera2/
DDngCreator.java27 import android.media.ExifInterface;
135 if (orientation < ExifInterface.ORIENTATION_UNDEFINED || in setOrientation()
136 orientation > ExifInterface.ORIENTATION_ROTATE_270) { in setOrientation()
142 if (orientation == ExifInterface.ORIENTATION_UNDEFINED) { in setOrientation()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java46 import com.android.gallery3d.exif.ExifInterface;
279 ExifInterface ei = new ExifInterface(); in getRotationFromExifHelper()
294 Integer ori = ei.getTagIntValue(ExifInterface.TAG_ORIENTATION); in getRotationFromExifHelper()
296 return ExifInterface.getRotationForOrientationValue(ori.shortValue()); in getRotationFromExifHelper()
/frameworks/base/media/java/android/media/
DThumbnailUtils.java477 ExifInterface exif = null; in createThumbnailFromEXIF()
480 exif = new ExifInterface(filePath); in createThumbnailFromEXIF()
DMediaScanner.java904 ExifInterface exif = null;
906 exif = new ExifInterface(entry.mPath);
932 ExifInterface.TAG_ORIENTATION, -1);
937 case ExifInterface.ORIENTATION_ROTATE_90:
940 case ExifInterface.ORIENTATION_ROTATE_180:
943 case ExifInterface.ORIENTATION_ROTATE_270:
DExifInterface.java67 public class ExifInterface { class
1096 public ExifInterface(String filename) throws IOException { in ExifInterface() method in ExifInterface
1122 public ExifInterface(FileDescriptor fileDescriptor) throws IOException { in ExifInterface() method in ExifInterface
1156 public ExifInterface(InputStream inputStream) throws IOException { in ExifInterface() method in ExifInterface
/frameworks/base/docs/html/about/versions/
Dandroid-2.2.jd168 <li>New support in {@link android.media.ExifInterface android.media.ExifInterface} for retrieving G…
Dandroid-2.3.jd224 {@link android.media.ExifInterface#getAltitude(double) getAltitude()} method to
Dandroid-3.0.jd611 <p>The {@link android.media.ExifInterface} includes new fields for photo aperture, ISO, and exposure
/frameworks/base/
Dcompiled-classes-phone2347 android.media.ExifInterface
2348 android.media.ExifInterface$ByteOrderAwarenessDataInputStream
2349 android.media.ExifInterface$ByteOrderAwarenessDataOutputStream
2350 android.media.ExifInterface$ExifAttribute
2351 android.media.ExifInterface$ExifTag
2352 android.media.ExifInterface$Rational
Dpreloaded-classes1417 android.media.ExifInterface
/frameworks/base/api/
Dcurrent.txt20003 public class ExifInterface {
20004 ctor public ExifInterface(java.lang.String) throws java.io.IOException;
20005 ctor public ExifInterface(java.io.FileDescriptor) throws java.io.IOException;
20006 ctor public ExifInterface(java.io.InputStream) throws java.io.IOException;
Dtest-current.txt20072 public class ExifInterface {
20073 ctor public ExifInterface(java.lang.String) throws java.io.IOException;
20074 ctor public ExifInterface(java.io.FileDescriptor) throws java.io.IOException;
20075 ctor public ExifInterface(java.io.InputStream) throws java.io.IOException;
Dsystem-current.txt21523 public class ExifInterface {
21524 ctor public ExifInterface(java.lang.String) throws java.io.IOException;
21525 ctor public ExifInterface(java.io.FileDescriptor) throws java.io.IOException;
21526 ctor public ExifInterface(java.io.InputStream) throws java.io.IOException;

12