Home
last modified time | relevance | path

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

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DExifInterfaceTest.java244 private void printExifTagsAndValues(String fileName, ExifInterface exifInterface) { in printExifTagsAndValues()
288 private void assertIntTag(ExifInterface exifInterface, String tag, int expectedValue) { in assertIntTag()
293 private void assertFloatTag(ExifInterface exifInterface, String tag, float expectedValue) { in assertFloatTag()
298 private void assertStringTag(ExifInterface exifInterface, String tag, String expectedValue) { in assertStringTag()
308 private void compareWithExpectedValue(ExifInterface exifInterface, in compareWithExpectedValue()
436 ExifInterface exifInterface = in readFromStandaloneDataWithExif() local
448 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath()); in testExifInterfaceCommon() local
543 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath()); in writeToFilesWithExif() local
627 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath()); in writeToFilesWithoutExif() local
638 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.java378 ExifInterface exifInterface = new ExifInterface(fd); in isFileDescriptorRedactedForUri() local
/cts/hostsidetests/scopedstorage/redacturi/src/android/scopedstorage/cts/redacturi/
DRedactUriDeviceTest.java557 final ExifInterface exifInterface = new ExifInterface(img); in assertUriIsUnredacted() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DYuvImageTest.java438 ExifInterface exifInterface = new ExifInterface( in testCompressYuvToJpegRWithExif() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DAImageDecoderTest.kt1079 val exifInterface = ExifInterface(inputStream) in <lambda>() constant
/cts/tests/camera/src/android/hardware/camera2/cts/
DDngCreatorTest.java404 ExifInterface exifInterface = new ExifInterface(filePath); in testSingleImageThumbnail() local