Searched refs:channelMasks (Results 1 – 5 of 5) sorted by relevance
94 channelMasks.map { channelMask -> in <lambda>()122 private val channelMasks = listOf( in <lambda>() constant
142 int[] channelMasks = deviceInfo.getChannelMasks(); in test_devicesInfoFields() local143 assertNotNull(channelMasks); in test_devicesInfoFields()
116 channelMasks.map { channelMask -> in <lambda>()
2238 Set<Integer> channelMasks = IntStream.of(device.getChannelMasks()).boxed() in testGetDevices() local2265 assertEquals(channelMasks, channelMasksFromProfile); in testGetDevices()
346 int[] channelMasks = { AudioFormat.CHANNEL_OUT_MONO, in testDecodeG711ChannelsAndRates() local350 verifyChannelsAndRates(mimetypes, sampleRates, channelMasks); in testDecodeG711ChannelsAndRates()358 int[] channelMasks = { AudioFormat.CHANNEL_OUT_MONO, in testDecodeOpusChannelsAndRates() local362 verifyChannelsAndRates(mimetypes, sampleRates, channelMasks); in testDecodeOpusChannelsAndRates()366 int[] channelMasks) throws Exception { in verifyChannelsAndRates() argument374 for (int channelMask : channelMasks) { in verifyChannelsAndRates()396 for (int channelMask : channelMasks) { in verifyChannelsAndRates()