Home
last modified time | relevance | path

Searched defs:exifInterface (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DExifInterfaceTest.java246 private void printExifTagsAndValues(String fileName, ExifInterface exifInterface) { in printExifTagsAndValues()
290 private void assertIntTag(ExifInterface exifInterface, String tag, int expectedValue) { in assertIntTag()
295 private void assertFloatTag(ExifInterface exifInterface, String tag, float expectedValue) { in assertFloatTag()
300 private void assertStringTag(ExifInterface exifInterface, String tag, String expectedValue) { in assertStringTag()
310 private void compareWithExpectedValue(ExifInterface exifInterface, in compareWithExpectedValue()
438 ExifInterface exifInterface = in readFromStandaloneDataWithExif() local
450 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath()); in testExifInterfaceCommon() local
545 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath()); in writeToFilesWithExif() local
629 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath()); in writeToFilesWithoutExif() local
640 private void testThumbnail(ExpectedValue expectedValue, ExifInterface exifInterface) { in testThumbnail()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodPresentMediaDialog.java215 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath()); in getOrientationInDegreeFromImage() local
/cts/hostsidetests/scopedstorage/ScopedStorageTestHelper/src/android/scopedstorage/cts/
DScopedStorageTestHelper.java357 ExifInterface exifInterface = new ExifInterface(fd); in isFileDescriptorRedactedForUri() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DYuvImageTest.java437 ExifInterface exifInterface = new ExifInterface( in testCompressYuvToJpegRWithExif() local
/cts/hostsidetests/scopedstorage/redacturi/src/android/scopedstorage/cts/redacturi/
DRedactUriDeviceTest.java527 final ExifInterface exifInterface = new ExifInterface(img); in assertUriIsUnredacted() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DDngCreatorTest.java404 ExifInterface exifInterface = new ExifInterface(filePath); in testSingleImageThumbnail() local