Searched defs:exif (Results 1 – 2 of 2) sorted by relevance
806 ExifInterface exif = new ExifInterface(JPEG_PATH); in testJpegThumbnailSizeByCamera() local874 ExifInterface exif = new ExifInterface(JPEG_PATH); in testJpegExifByCamera() local928 private boolean checkExtraExifTagsSucceeds(StringBuffer logBuf, ExifInterface exif) { in checkExtraExifTagsSucceeds()1066 private void assertBitmapAndJpegSizeEqual(byte[] jpegData, ExifInterface exif) { in assertBitmapAndJpegSizeEqual()1089 ExifInterface exif = new ExifInterface(JPEG_PATH); in testGpsExifValues() local1105 private long getGpsDateTimeFromJpeg(ExifInterface exif) { in getGpsDateTimeFromJpeg()1124 private void checkGpsDataNull(ExifInterface exif) { in checkGpsDataNull()
1886 ExifInterface exif = new ExifInterface(jpegFilename); in verifyJpegKeys() local2031 private static void verifyJpegExifExtraTags(ExifInterface exif, Size jpegSize, in verifyJpegExifExtraTags()