Searched refs:flatenedChannels (Results 1 – 1 of 1) sorted by relevance
70 ChannelsVector flatenedChannels; in toAudioPort() local88 if (flatenedChannels.indexOf(channels) < 0) { in toAudioPort()89 flatenedChannels.add(channels); in toAudioPort()93 flatenedChannels.size() > AUDIO_PORT_MAX_CHANNEL_MASKS || in toAudioPort()104 port->num_channel_masks = flatenedChannels.size(); in toAudioPort()109 for (size_t i = 0; i < flatenedChannels.size(); i++) { in toAudioPort()110 port->channel_masks[i] = flatenedChannels[i]; in toAudioPort()