Searched defs:exifInterface (Results 1 – 6 of 6) sorted by relevance
246 private void printExifTagsAndValues(String fileName, ExifInterface exifInterface) { in printExifTagsAndValues()290 private void assertIntTag(ExifInterface exifInterface, String tag, int expectedValue) { in assertIntTag()295 private void assertFloatTag(ExifInterface exifInterface, String tag, float expectedValue) { in assertFloatTag()300 private void assertStringTag(ExifInterface exifInterface, String tag, String expectedValue) { in assertStringTag()310 private void compareWithExpectedValue(ExifInterface exifInterface, in compareWithExpectedValue()438 ExifInterface exifInterface = in readFromStandaloneDataWithExif() local450 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath()); in testExifInterfaceCommon() local545 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath()); in writeToFilesWithExif() local629 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath()); in writeToFilesWithoutExif() local640 private void testThumbnail(ExpectedValue expectedValue, ExifInterface exifInterface) { in testThumbnail()
215 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath()); in getOrientationInDegreeFromImage() local
357 ExifInterface exifInterface = new ExifInterface(fd); in isFileDescriptorRedactedForUri() local
437 ExifInterface exifInterface = new ExifInterface( in testCompressYuvToJpegRWithExif() local
527 final ExifInterface exifInterface = new ExifInterface(img); in assertUriIsUnredacted() local
404 ExifInterface exifInterface = new ExifInterface(filePath); in testSingleImageThumbnail() local