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.java82 private String mJpegPath = null; field in CameraTest
221 mJpegPath = parent.getPath() + "/test.jpg"; in initializeMessageLooper()
353 File rawoutput = new File(mJpegPath); in onPictureTaken()
928 ExifInterface exif = new ExifInterface(mJpegPath); in testJpegThumbnailSizeByCamera()
954 exif = new ExifInterface(mJpegPath); in testJpegThumbnailSizeByCamera()
957 BitmapFactory.decodeFile(mJpegPath, bmpOptions); in testJpegThumbnailSizeByCamera()
970 BitmapFactory.decodeFile(mJpegPath)); in testJpegThumbnailSizeByCamera()
995 ExifInterface exif = new ExifInterface(mJpegPath); in testJpegExifByCamera()
1037 exif = new ExifInterface(mJpegPath); in testJpegExifByCamera()
1220 ExifInterface exif = new ExifInterface(mJpegPath); in testGpsExifValues()