Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java2543 Integer maxNumStreams = in getMaxNumOutputStreamsRawChecked() local
2545 if (maxNumStreams == null) in getMaxNumOutputStreamsRawChecked()
2547 return maxNumStreams; in getMaxNumOutputStreamsRawChecked()
2556 Integer maxNumStreams = in getMaxNumOutputStreamsProcessedChecked() local
2558 if (maxNumStreams == null) in getMaxNumOutputStreamsProcessedChecked()
2560 return maxNumStreams; in getMaxNumOutputStreamsProcessedChecked()
2569 Integer maxNumStreams = in getMaxNumOutputStreamsProcessedStallChecked() local
2571 if (maxNumStreams == null) in getMaxNumOutputStreamsProcessedStallChecked()
2573 return maxNumStreams; in getMaxNumOutputStreamsProcessedStallChecked()