Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/cts/
DCameraTest.java72 private final String JPEG_PATH = Environment.getExternalStorageDirectory().getPath() + field in CameraTest
282 File rawoutput = new File(JPEG_PATH); in onPictureTaken()
808 ExifInterface exif = new ExifInterface(JPEG_PATH); in testJpegThumbnailSizeByCamera()
834 exif = new ExifInterface(JPEG_PATH); in testJpegThumbnailSizeByCamera()
837 BitmapFactory.decodeFile(JPEG_PATH, bmpOptions); in testJpegThumbnailSizeByCamera()
850 BitmapFactory.decodeFile(JPEG_PATH)); in testJpegThumbnailSizeByCamera()
876 ExifInterface exif = new ExifInterface(JPEG_PATH); in testJpegExifByCamera()
908 exif = new ExifInterface(JPEG_PATH); in testJpegExifByCamera()
1091 ExifInterface exif = new ExifInterface(JPEG_PATH); in testGpsExifValues()