Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudiofoundation/
H A DAudioPort.cpp78 ChannelMaskSet flatenedChannels; in toAudioPort() local
87 flatenedChannels.insert(channelsToExport.begin(), channelsToExport.end()); in toAudioPort()
90 flatenedChannels.size() > AUDIO_PORT_MAX_CHANNEL_MASKS || in toAudioPort()
99 port->num_channel_masks = flatenedChannels.size(); in toAudioPort()
102 std::copy(flatenedChannels.begin(), flatenedChannels.end(), port->channel_masks); in toAudioPort()