Searched refs:countRanges (Results 1 – 1 of 1) sorted by relevance
523 Range<Integer>[] countRanges = acaps.getInputChannelCountRanges(); in testInputChannelLimits() local526 countRanges); in testInputChannelLimits()528 countRanges.length > 0); in testInputChannelLimits()531 countMin, countRanges[0].getLower().intValue()); in testInputChannelLimits()533 countMax, countRanges[countRanges.length-1].getUpper().intValue()); in testInputChannelLimits()537 for (Range<Integer> oneRange: countRanges) { in testInputChannelLimits()