Searched refs:mInputChannelRanges (Results 1 – 1 of 1) sorted by relevance
1390 private Range<Integer>[] mInputChannelRanges; field in MediaCodecInfo.AudioCapabilities1437 for (int i = mInputChannelRanges.length - 1; i >= 0; i--) { in getMaxInputChannelCount()1438 int lmax = mInputChannelRanges[i].getUpper(); in getMaxInputChannelCount()1456 for (int i = mInputChannelRanges.length - 1; i >= 0; i--) { in getMinInputChannelCount()1457 int lmin = mInputChannelRanges[i].getLower(); in getMinInputChannelCount()1476 return Arrays.copyOf(mInputChannelRanges, mInputChannelRanges.length); in getInputChannelCountRanges()1499 mInputChannelRanges = new Range[] {Range.create(1, MAX_INPUT_CHANNEL_COUNT)}; in initWithPlatformLimits()1513 mInputChannelRanges, inputChannels); in supports()1715 intersectSortedDistinctRanges(myInputChannels, mInputChannelRanges); in applyLimits()1716 mInputChannelRanges = joinedChannelList; in applyLimits()