Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1388 int maxInputChannels = MAX_INPUT_CHANNEL_COUNT; in parseFromInfo() local
1389 Range<Integer>[] channels = new Range[] { Range.create(1, maxInputChannels)}; in parseFromInfo()
1414 maxInputChannels = Utils.parseIntSafely( in parseFromInfo()
1415 info.getString("max-channel-count"), maxInputChannels); in parseFromInfo()
1416 if (maxInputChannels == 0) { in parseFromInfo()
1419 channels = new Range[] {Range.create(1, maxInputChannels)}; in parseFromInfo()
1422 maxInputChannels = 0; in parseFromInfo()