Searched refs:flatenedChannels (Results 1 – 1 of 1) sorted by relevance
75 ChannelsVector flatenedChannels; in toAudioPort() local93 if (flatenedChannels.indexOf(channels) < 0) { in toAudioPort()94 flatenedChannels.add(channels); in toAudioPort()98 flatenedChannels.size() > AUDIO_PORT_MAX_CHANNEL_MASKS || in toAudioPort()109 port->num_channel_masks = flatenedChannels.size(); in toAudioPort()114 for (size_t i = 0; i < flatenedChannels.size(); i++) { in toAudioPort()115 port->channel_masks[i] = flatenedChannels[i]; in toAudioPort()