Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera2/
DREADME.txt16 The left (or above) panel generally displays output from the camera subsystem, while the right
63 This is the basic still capture output, used for JPEG or uncompressed data that needs to be
64 application-accessible. It is simply configured with the desired output format, and the size.
81 image output. A given request can send data to any subset of the configured targets, but it
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DImageReaderSubPane.java578 File output = getOutputImageFile(img.getFormat(), timestamp); in saveImage() local
579 try (FileOutputStream out = new FileOutputStream(output)) { in saveImage()
607 return output.getName(); in saveImage()