Home
last modified time | relevance | path

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

/frameworks/support/exifinterface/src/androidTest/java/androidx/exifinterface/media/
DExifInterfaceTest.java451 ExifInterface exif = createTestExifInterface(); in testSetGpsInfo() local
475 ExifInterface exif = createTestExifInterface(); in testSetLatLong_withValidValues() local
489 ExifInterface exif = createTestExifInterface(); in testSetLatLong_withInvalidLatitude() local
505 ExifInterface exif = createTestExifInterface(); in testSetLatLong_withInvalidLongitude() local
521 ExifInterface exif = createTestExifInterface(); in testSetAltitude() local
535 ExifInterface exif = new ExifInterface(imageFile.getAbsolutePath()); in testSetDateTime() local
565 ExifInterface exif = new ExifInterface(imageFile.getAbsolutePath()); in testRotation() local
640 ExifInterface exif = createTestExifInterface(); in testInterchangeabilityBetweenTwoIsoSpeedTags() local
887 private void assertLatLongValuesAreNotSet(ExifInterface exif) { in assertLatLongValuesAreNotSet()
/frameworks/base/core/tests/utiltests/src/android/util/
DMetadataReaderTest.java56 Bundle exif = mData.getBundle(DocumentsContract.METADATA_EXIF); in testGetMetadata() local
/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.java1643 final ExifInterface exif = new ExifInterface(file.getAbsolutePath()); in openImageThumbnail() local
DMetadataReader.java259 Bundle exif = new Bundle(); in getExifData() local