Home
last modified time | relevance | path

Searched refs:flatenedChannels (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libaudiofoundation/
DAudioPort.cpp100 ChannelMaskSet flatenedChannels; in toAudioPort() local
109 flatenedChannels.insert(channelsToExport.begin(), channelsToExport.end()); in toAudioPort()
112 flatenedChannels.size() > AUDIO_PORT_MAX_CHANNEL_MASKS || in toAudioPort()
121 port->num_channel_masks = flatenedChannels.size(); in toAudioPort()
124 std::copy(flatenedChannels.begin(), flatenedChannels.end(), port->channel_masks); in toAudioPort()