Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DBurstCaptureRawTest.java216 SimpleImageReaderListener rawReaderListener, int rawFormat) throws Exception; in execute() argument
227 SimpleImageReaderListener rawReaderListener, int rawFormat) throws Exception in execute() argument
277 SimpleImageReaderListener rawReaderListener, int rawFormat) throws Exception in execute() argument
370 SimpleImageReaderListener rawReaderListener, int rawFormat) throws Exception { in execute() argument
459 for (int rawFormat : testedFormats) { in checkCapability()
460 if (!config.isOutputSupportedFor(rawFormat)) { in checkCapability()
463 supportedRawList.add(rawFormat); in checkCapability()
689 for (int rawFormat : supportedRawList) { in performTestRoutine()
690 Log.i(TAG, "Testing format " + imageFormatToString(rawFormat) + "."); in performTestRoutine()
709 previewCaptureSize, rawCaptureSize, rawFormat, previewCaptureCallback, in performTestRoutine()
[all …]