Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
DCameraIntentsActivity.java469 final ExifInterface exif = new ExifInterface(new FileInputStream(mImageTarget)); in handleIntentPictureResult() local
520 private boolean checkExifAttribute(ExifInterface exif, String tag) { in checkExifAttribute()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java895 ExifInterface exif = new ExifInterface(mJpegPath); in testJpegThumbnailSizeByCamera() local
963 ExifInterface exif = new ExifInterface(mJpegPath); in testJpegExifByCamera() local
1027 private boolean checkExtraExifTagsSucceeds(StringBuffer logBuf, ExifInterface exif) { in checkExtraExifTagsSucceeds()
1165 private void assertBitmapAndJpegSizeEqual(byte[] jpegData, ExifInterface exif) { in assertBitmapAndJpegSizeEqual()
1188 ExifInterface exif = new ExifInterface(mJpegPath); in testGpsExifValues() local
1204 private long getGpsDateTimeFromJpeg(ExifInterface exif) { in getGpsDateTimeFromJpeg()
1223 private void checkGpsDataNull(ExifInterface exif) { in checkGpsDataNull()
/cts/tests/tests/media/src/android/media/cts/
DExifInterfaceTest.java661 ExifInterface exif = new ExifInterface(imageFile.getAbsolutePath()); in testSetDateTime() local
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2284 ExifInterface exif = new ExifInterface(blobFilename); in verifyJpegKeys() local
2430 private static void verifyJpegExifExtraTags(ExifInterface exif, Size jpegSize, in verifyJpegExifExtraTags()