Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DRedactionTestHelper.java65 final ExifInterface exif = new ExifInterface(file); in getExifMetadataFromFile() local
76 final ExifInterface exif = new ExifInterface(is); in getExifMetadataFromUri() local
88 final ExifInterface exif; in getExifMetadataFromRawResource() local
130 private static HashMap<String, String> dumpExifGpsTagsToMap(ExifInterface exif) { in dumpExifGpsTagsToMap()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
DCameraIntentsActivity.java473 final ExifInterface exif = new ExifInterface(new FileInputStream(mImageTarget)); in handleIntentPictureResult() local
528 private boolean checkExifAttribute(ExifInterface exif, String tag) { in checkExifAttribute()
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DStorageOwnedFilesTest.java230 HashMap<String, String> exif = getExifMetadataFromFile(IMAGE_FILE_2_METADATA); in owned_accessLocationMetadata() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DDetermineFovActivity.java84 ExifInterface exif = new ExifInterface(pictureFile); in onCreate() local
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DExifInterfaceTest.java781 ExifInterface exif = new ExifInterface(imageFile.getAbsolutePath()); in testGetSetDateTime() local
838 ExifInterface exif = new ExifInterface(imageFile.getAbsolutePath()); in testSetAttribute() local
961 ExifInterface exif = new ExifInterface(imageFile.getAbsolutePath()); in testGetAttributeForNullAndNonExistentTag() local
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java928 ExifInterface exif = new ExifInterface(mJpegPath); in testJpegThumbnailSizeByCamera() local
995 ExifInterface exif = new ExifInterface(mJpegPath); in testJpegExifByCamera() local
1059 private boolean checkExtraExifTagsSucceeds(StringBuffer logBuf, ExifInterface exif) { in checkExtraExifTagsSucceeds()
1197 private void assertBitmapAndJpegSizeEqual(byte[] jpegData, ExifInterface exif) { in assertBitmapAndJpegSizeEqual()
1220 ExifInterface exif = new ExifInterface(mJpegPath); in testGpsExifValues() local
1236 private long getGpsDateTimeFromJpeg(ExifInterface exif) { in getGpsDateTimeFromJpeg()
1255 private void checkGpsDataNull(ExifInterface exif) { in checkGpsDataNull()
/cts/tests/PhotoPicker/src/android/photopicker/cts/util/
DResultsAssertionsUtils.java198 final ExifInterface exif = new ExifInterface(is); in assertImageExifRedacted() local
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java888 HashMap<String, String> exif = getExifMetadataFromFile(jpgFile); in testMetaDataRedaction() local
1337 HashMap<String, String> exif = getExifMetadataFromFile(imgFile); in testAccessMediaLocationInvalidation() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraExtensionSessionTest.java1815 ExifInterface exif = new ExifInterface(blobFilename); in verifyJpegOrientation() local
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java3430 ExifInterface exif = new ExifInterface(blobFilename); in verifyJpegKeys() local
3686 private static void verifyJpegExifExtraTags(ExifInterface exif, Size jpegSize, in verifyJpegExifExtraTags()