Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DMultiViewTest.java122 getStaticInfo(cameraId).getMaxNumOutputStreamsProcessedChecked(); in testTextureViewPreviewWithImageReader()
161 getStaticInfo(cameraId).getMaxNumOutputStreamsProcessedChecked(); in testDualTextureViewPreview()
203 getStaticInfo(cameraId).getMaxNumOutputStreamsProcessedChecked(); in testDualTextureViewAndImageReaderPreview()
870 getStaticInfo(id).getMaxNumOutputStreamsProcessedChecked(); in testTextureImageWriterReaderOperation()
DStaticMetadataTest.java153 int maxNumStreamsProc = mStaticInfo.getMaxNumOutputStreamsProcessedChecked(); in testMaxNumOutputStreams()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java2393 public int getMaxNumOutputStreamsProcessedChecked() { in getMaxNumOutputStreamsProcessedChecked() method in StaticMetadata