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.java204 private void printExifTagsAndValues(String fileName, ExifInterface exifInterface) { in printExifTagsAndValues()
249 private void assertIntTag(ExifInterface exifInterface, String tag, int expectedValue) { in assertIntTag()
254 private void assertFloatTag(ExifInterface exifInterface, String tag, float expectedValue) { in assertFloatTag()
259 private void assertStringTag(ExifInterface exifInterface, String tag, String expectedValue) { in assertStringTag()
267 private void compareWithExpectedValue(ExifInterface exifInterface, in compareWithExpectedValue()
328 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath()); in testExifInterfaceCommon() local
369 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath()); in testSaveAttributes_withFileName() local
394 ExifInterface exifInterface = new ExifInterface(fd); in testSaveAttributes_withFileDescriptor() local
425 ExifInterface exifInterface = new ExifInterface(in); in testSaveAttributes_withInputStream() 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.java279 ExifInterface exifInterface = new ExifInterface(filePath); in testSingleImageThumbnail() local