Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DExifInterfaceTest.java199 private void printExifTagsAndValues(String fileName, ExifInterface exifInterface) { in printExifTagsAndValues()
243 private void assertIntTag(ExifInterface exifInterface, String tag, int expectedValue) { in assertIntTag()
248 private void assertFloatTag(ExifInterface exifInterface, String tag, float expectedValue) { in assertFloatTag()
253 private void assertStringTag(ExifInterface exifInterface, String tag, String expectedValue) { in assertStringTag()
263 private void compareWithExpectedValue(ExifInterface exifInterface, in compareWithExpectedValue()
367 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath()); in testExifInterfaceCommon() local
404 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath()); in testSaveAttributes_withFileName() local
431 ExifInterface exifInterface = new ExifInterface(fd); in testSaveAttributes_withFileDescriptor() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodPresentMediaDialog.java215 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath()); in getOrientationInDegreeFromImage() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DDngCreatorTest.java289 ExifInterface exifInterface = new ExifInterface(filePath); in testSingleImageThumbnail() local