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.java78 private String mJpegPath = null; field in CameraTest
195 mJpegPath = parent.getPath() + "/test.jpg"; in initializeMessageLooper()
314 File rawoutput = new File(mJpegPath); in onPictureTaken()
895 ExifInterface exif = new ExifInterface(mJpegPath); in testJpegThumbnailSizeByCamera()
921 exif = new ExifInterface(mJpegPath); in testJpegThumbnailSizeByCamera()
924 BitmapFactory.decodeFile(mJpegPath, bmpOptions); in testJpegThumbnailSizeByCamera()
937 BitmapFactory.decodeFile(mJpegPath)); in testJpegThumbnailSizeByCamera()
963 ExifInterface exif = new ExifInterface(mJpegPath); in testJpegExifByCamera()
1005 exif = new ExifInterface(mJpegPath); in testJpegExifByCamera()
1188 ExifInterface exif = new ExifInterface(mJpegPath); in testGpsExifValues()