Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DRedactionTestHelper.java60 final ExifInterface exif = new ExifInterface(file); in getExifMetadata() local
70 final ExifInterface exif; in getExifMetadataFromRawResource() local
112 private static HashMap<String, String> dumpExifGpsTagsToMap(ExifInterface exif) { in dumpExifGpsTagsToMap()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
DCameraIntentsActivity.java475 final ExifInterface exif = new ExifInterface(new FileInputStream(mImageTarget)); in handleIntentPictureResult() local
526 private boolean checkExifAttribute(ExifInterface exif, String tag) { in checkExifAttribute()
/cts/tests/tests/media/src/android/media/cts/
DExifInterfaceTest.java736 ExifInterface exif = new ExifInterface(imageFile.getAbsolutePath()); in testGetSetDateTime() local
791 ExifInterface exif = new ExifInterface(imageFile.getAbsolutePath()); in testSetAttribute() local
913 ExifInterface exif = new ExifInterface(imageFile.getAbsolutePath()); in testGetAttributeForNullAndNonExistentTag() local
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java927 ExifInterface exif = new ExifInterface(mJpegPath); in testJpegThumbnailSizeByCamera() local
994 ExifInterface exif = new ExifInterface(mJpegPath); in testJpegExifByCamera() local
1058 private boolean checkExtraExifTagsSucceeds(StringBuffer logBuf, ExifInterface exif) { in checkExtraExifTagsSucceeds()
1196 private void assertBitmapAndJpegSizeEqual(byte[] jpegData, ExifInterface exif) { in assertBitmapAndJpegSizeEqual()
1219 ExifInterface exif = new ExifInterface(mJpegPath); in testGpsExifValues() local
1235 private long getGpsDateTimeFromJpeg(ExifInterface exif) { in getGpsDateTimeFromJpeg()
1254 private void checkGpsDataNull(ExifInterface exif) { in checkGpsDataNull()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraExtensionSessionTest.java932 ExifInterface exif = new ExifInterface(blobFilename); in verifyJpegOrientation() local
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java867 HashMap<String, String> exif = getExifMetadata(jpgFile); in testMetaDataRedaction() local
1248 HashMap<String, String> exif = getExifMetadata(imgFile); in testAccessMediaLocationInvalidation() local
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2808 ExifInterface exif = new ExifInterface(blobFilename); in verifyJpegKeys() local
2954 private static void verifyJpegExifExtraTags(ExifInterface exif, Size jpegSize, in verifyJpegExifExtraTags()