Home
last modified time | relevance | path

Searched defs:exif (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/provider/src/android/provider/cts/
DMediaStoreUiTest.java233 final ExifInterface exif = new ExifInterface(new FileInputStream(target)); in testImageCapture() local
239 private static void assertAttribute(ExifInterface exif, String tag) { in assertAttribute()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java806 ExifInterface exif = new ExifInterface(JPEG_PATH); in testJpegThumbnailSizeByCamera() local
874 ExifInterface exif = new ExifInterface(JPEG_PATH); in testJpegExifByCamera() local
928 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() local
1105 private long getGpsDateTimeFromJpeg(ExifInterface exif) { in getGpsDateTimeFromJpeg()
1124 private void checkGpsDataNull(ExifInterface exif) { in checkGpsDataNull()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java1977 ExifInterface exif = new ExifInterface(jpegFilename); in verifyJpegKeys() local
2123 private static void verifyJpegExifExtraTags(ExifInterface exif, Size jpegSize, in verifyJpegExifExtraTags()