Searched refs:maxInputChannels (Results 1 – 1 of 1) sorted by relevance
1130 private void applyLimits(int maxInputChannels, Range<Integer> bitRates) { in applyLimits() argument1132 .clamp(maxInputChannels); in applyLimits()1139 int maxInputChannels = MAX_INPUT_CHANNEL_COUNT; in parseFromInfo() local1151 maxInputChannels = Utils.parseIntSafely( in parseFromInfo()1152 info.getString("max-channel-count"), maxInputChannels); in parseFromInfo()1158 applyLimits(maxInputChannels, bitRates); in parseFromInfo()