Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java70 private final String JPEG_PATH = Environment.getExternalStorageDirectory().getPath() + field in CameraTest
280 File rawoutput = new File(JPEG_PATH); in onPictureTaken()
806 ExifInterface exif = new ExifInterface(JPEG_PATH); in testJpegThumbnailSizeByCamera()
832 exif = new ExifInterface(JPEG_PATH); in testJpegThumbnailSizeByCamera()
835 BitmapFactory.decodeFile(JPEG_PATH, bmpOptions); in testJpegThumbnailSizeByCamera()
848 BitmapFactory.decodeFile(JPEG_PATH)); in testJpegThumbnailSizeByCamera()
874 ExifInterface exif = new ExifInterface(JPEG_PATH); in testJpegExifByCamera()
906 exif = new ExifInterface(JPEG_PATH); in testJpegExifByCamera()
1089 ExifInterface exif = new ExifInterface(JPEG_PATH); in testGpsExifValues()