Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1587 int maxInputChannels = MAX_INPUT_CHANNEL_COUNT; in parseFromInfo() local
1588 Range<Integer>[] channels = new Range[] { Range.create(1, maxInputChannels)}; in parseFromInfo()
1613 maxInputChannels = Utils.parseIntSafely( in parseFromInfo()
1614 info.getString("max-channel-count"), maxInputChannels); in parseFromInfo()
1615 if (maxInputChannels == 0) { in parseFromInfo()
1618 channels = new Range[] {Range.create(1, maxInputChannels)}; in parseFromInfo()
1621 maxInputChannels = 0; in parseFromInfo()