Searched defs:exifInterface (Results 1 – 7 of 7) 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
378 ExifInterface exifInterface = new ExifInterface(fd); in isFileDescriptorRedactedForUri() local
557 final ExifInterface exifInterface = new ExifInterface(img); in assertUriIsUnredacted() local
438 ExifInterface exifInterface = new ExifInterface( in testCompressYuvToJpegRWithExif() local
1079 val exifInterface = ExifInterface(inputStream) in <lambda>() constant
404 ExifInterface exifInterface = new ExifInterface(filePath); in testSingleImageThumbnail() local