Searched defs:exifInterface (Results 1 – 3 of 3) sorted by relevance
204 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() local369 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath()); in testSaveAttributes_withFileName() local394 ExifInterface exifInterface = new ExifInterface(fd); in testSaveAttributes_withFileDescriptor() local425 ExifInterface exifInterface = new ExifInterface(in); in testSaveAttributes_withInputStream() local
215 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath()); in getOrientationInDegreeFromImage() local
279 ExifInterface exifInterface = new ExifInterface(filePath); in testSingleImageThumbnail() local