Home
last modified time | relevance | path

Searched defs:exif (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/exifinterface/tests/src/android/support/media/
DExifInterfaceTest.java256 ExifInterface exif = createTestExifInterface(); in testSetLatLong_withValidValues() local
270 ExifInterface exif = createTestExifInterface(); in testSetLatLong_withInvalidLatitude() local
286 ExifInterface exif = createTestExifInterface(); in testSetLatLong_withInvalidLongitude() local
507 private void assertLatLongValuesAreNotSet(ExifInterface exif) { in assertLatLongValuesAreNotSet()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestUtils.java1788 ExifInterface exif = new ExifInterface(jpegFilename); in verifyJpegKeys() local
1933 private static void verifyJpegExifExtraTags(ExifInterface exif, Size jpegSize, in verifyJpegExifExtraTags()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java1535 final ExifInterface exif = new ExifInterface(file.getAbsolutePath()); in openImageThumbnail() local