Searched defs:exifInterface (Results 1 – 3 of 3) sorted by relevance
199 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() local404 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath()); in testSaveAttributes_withFileName() local431 ExifInterface exifInterface = new ExifInterface(fd); in testSaveAttributes_withFileDescriptor() local
215 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath()); in getOrientationInDegreeFromImage() local
289 ExifInterface exifInterface = new ExifInterface(filePath); in testSingleImageThumbnail() local