Searched refs:sampleRateRanges (Results 1 – 2 of 2) sorted by relevance
150 Range<Integer>[] sampleRateRanges = in collectDeviceInfo() local152 minSampleRate = sampleRateRanges[0].getLower(); in collectDeviceInfo()153 … maxSampleRate = sampleRateRanges[sampleRateRanges.length - 1].getUpper(); in collectDeviceInfo()
2091 final Range<Integer>[] sampleRateRanges = acaps.getSupportedSampleRateRanges(); in testPCMEncoding() local2092 assertNotNull("supported sample rate ranges must be non-null", sampleRateRanges); in testPCMEncoding()2093 final int sampleRate = sampleRateRanges[0].getLower(); in testPCMEncoding()