Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiofoundation/
DAudioPort.cpp77 SampleRateSet flatenedRates; in toAudioPort() local
86 flatenedRates.insert(ratesToExport.begin(), ratesToExport.end()); in toAudioPort()
89 if (flatenedRates.size() > AUDIO_PORT_MAX_SAMPLING_RATES || in toAudioPort()
98 port->num_sample_rates = flatenedRates.size(); in toAudioPort()
101 std::copy(flatenedRates.begin(), flatenedRates.end(), port->sample_rates); in toAudioPort()