Searched refs:mInputChannelRanges (Results 1 – 1 of 1) sorted by relevance
1253 private Range<Integer>[] mInputChannelRanges; field in MediaCodecInfo.AudioCapabilities1300 for (int i = mInputChannelRanges.length - 1; i >= 0; i--) { in getMaxInputChannelCount()1301 int lmax = mInputChannelRanges[i].getUpper(); in getMaxInputChannelCount()1319 for (int i = mInputChannelRanges.length - 1; i >= 0; i--) { in getMinInputChannelCount()1320 int lmin = mInputChannelRanges[i].getLower(); in getMinInputChannelCount()1339 return Arrays.copyOf(mInputChannelRanges, mInputChannelRanges.length); in getInputChannelCountRanges()1362 mInputChannelRanges = new Range[] {Range.create(1, MAX_INPUT_CHANNEL_COUNT)}; in initWithPlatformLimits()1376 mInputChannelRanges, inputChannels); in supports()1578 intersectSortedDistinctRanges(myInputChannels, mInputChannelRanges); in applyLimits()1579 mInputChannelRanges = joinedChannelList; in applyLimits()