Searched defs:exif (Results 1 – 2 of 2) sorted by relevance
808 ExifInterface exif = new ExifInterface(JPEG_PATH); in testJpegThumbnailSizeByCamera() local876 ExifInterface exif = new ExifInterface(JPEG_PATH); in testJpegExifByCamera() local930 private boolean checkExtraExifTagsSucceeds(StringBuffer logBuf, ExifInterface exif) { in checkExtraExifTagsSucceeds()1068 private void assertBitmapAndJpegSizeEqual(byte[] jpegData, ExifInterface exif) { in assertBitmapAndJpegSizeEqual()1091 ExifInterface exif = new ExifInterface(JPEG_PATH); in testGpsExifValues() local1107 private long getGpsDateTimeFromJpeg(ExifInterface exif) { in getGpsDateTimeFromJpeg()1126 private void checkGpsDataNull(ExifInterface exif) { in checkGpsDataNull()
1760 ExifInterface exif = new ExifInterface(jpegFilename); in verifyJpegKeys() local1905 private static void verifyJpegExifExtraTags(ExifInterface exif, Size jpegSize, in verifyJpegExifExtraTags()