Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DStaticMetadata.java2078 Integer maxNumStreams = in getMaxNumOutputStreamsRawChecked() local
2080 if (maxNumStreams == null) in getMaxNumOutputStreamsRawChecked()
2082 return maxNumStreams; in getMaxNumOutputStreamsRawChecked()
2091 Integer maxNumStreams = in getMaxNumOutputStreamsProcessedChecked() local
2093 if (maxNumStreams == null) in getMaxNumOutputStreamsProcessedChecked()
2095 return maxNumStreams; in getMaxNumOutputStreamsProcessedChecked()
2104 Integer maxNumStreams = in getMaxNumOutputStreamsProcessedStallChecked() local
2106 if (maxNumStreams == null) in getMaxNumOutputStreamsProcessedStallChecked()
2108 return maxNumStreams; in getMaxNumOutputStreamsProcessedStallChecked()