Searched refs:channelMasks (Results 1 – 2 of 2) sorted by relevance
141 int[] channelMasks = deviceInfo.getChannelMasks(); in test_devicesInfoFields() local142 assertNotNull(channelMasks); in test_devicesInfoFields()
241 int[] channelMasks = { AudioFormat.CHANNEL_OUT_MONO, in testDecodeG711ChannelsAndRates() local245 verifyChannelsAndRates(mimetypes, sampleRates, channelMasks); in testDecodeG711ChannelsAndRates()252 int[] channelMasks = { AudioFormat.CHANNEL_OUT_MONO, in testDecodeOpusChannelsAndRates() local256 verifyChannelsAndRates(mimetypes, sampleRates, channelMasks); in testDecodeOpusChannelsAndRates()260 int[] channelMasks) throws Exception { in verifyChannelsAndRates() argument270 for (int channelMask : channelMasks) { in verifyChannelsAndRates()