Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java352 File rawoutput = new File(mJpegPath); in onPictureTaken() local
353 FileOutputStream outStream = new FileOutputStream(rawoutput); in onPictureTaken()