Home
last modified time | relevance | path

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

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DMediaCodecListTest.java523 Range<Integer>[] countRanges = acaps.getInputChannelCountRanges(); in testInputChannelLimits() local
526 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()