Home
last modified time | relevance | path

Searched refs:mJpegPath (Results 1 – 1 of 1) sorted by relevance

/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java81 private String mJpegPath = null; field in CameraTest
220 mJpegPath = parent.getPath() + "/test.jpg"; in initializeMessageLooper()
352 File rawoutput = new File(mJpegPath); in onPictureTaken()
927 ExifInterface exif = new ExifInterface(mJpegPath); in testJpegThumbnailSizeByCamera()
953 exif = new ExifInterface(mJpegPath); in testJpegThumbnailSizeByCamera()
956 BitmapFactory.decodeFile(mJpegPath, bmpOptions); in testJpegThumbnailSizeByCamera()
969 BitmapFactory.decodeFile(mJpegPath)); in testJpegThumbnailSizeByCamera()
994 ExifInterface exif = new ExifInterface(mJpegPath); in testJpegExifByCamera()
1036 exif = new ExifInterface(mJpegPath); in testJpegExifByCamera()
1219 ExifInterface exif = new ExifInterface(mJpegPath); in testGpsExifValues()