Searched defs:exifInterface (Results 1 – 6 of 6) sorted by relevance
244 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() local448 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath()); in testExifInterfaceCommon() local543 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath()); in writeToFilesWithExif() local627 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath()); in writeToFilesWithoutExif() local638 private void testThumbnail(ExpectedValue expectedValue, ExifInterface exifInterface) { in testThumbnail()
215 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath()); in getOrientationInDegreeFromImage() local
299 ExifInterface exifInterface = new ExifInterface(fd); in isFileDescriptorRedactedForUri() local
503 final ExifInterface exifInterface = new ExifInterface(img); in assertUriIsUnredacted() local
971 val exifInterface = ExifInterface(inputStream) in <lambda>() constant
413 ExifInterface exifInterface = new ExifInterface(filePath); in testSingleImageThumbnail() local