Searched defs:channelMasks (Results 1 – 4 of 4) sorted by relevance
122 private val channelMasks = listOf( in <lambda>() constant
142 int[] channelMasks = deviceInfo.getChannelMasks(); in test_devicesInfoFields() local
2238 Set<Integer> channelMasks = IntStream.of(device.getChannelMasks()).boxed() in testGetDevices() local
346 int[] channelMasks = { AudioFormat.CHANNEL_OUT_MONO, in testDecodeG711ChannelsAndRates() local358 int[] channelMasks = { AudioFormat.CHANNEL_OUT_MONO, in testDecodeOpusChannelsAndRates() local366 int[] channelMasks) throws Exception { in verifyChannelsAndRates()