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.java131 getStaticInfo(cameraId).getMaxNumOutputStreamsProcessedChecked(); in testTextureViewPreviewWithImageReader()
170 getStaticInfo(cameraId).getMaxNumOutputStreamsProcessedChecked(); in testDualTextureViewPreview()
212 getStaticInfo(cameraId).getMaxNumOutputStreamsProcessedChecked(); in testDualTextureViewAndImageReaderPreview()
880 getStaticInfo(id).getMaxNumOutputStreamsProcessedChecked(); in testTextureImageWriterReaderOperation()
DStaticMetadataTest.java163 int maxNumStreamsProc = mStaticInfo.getMaxNumOutputStreamsProcessedChecked(); in testMaxNumOutputStreams()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java2555 public int getMaxNumOutputStreamsProcessedChecked() { in getMaxNumOutputStreamsProcessedChecked() method in StaticMetadata