Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiofoundation/
DAudioPort.cpp45 SampleRateSet flatenedRates; in toAudioPort() local
54 flatenedRates.insert(ratesToExport.begin(), ratesToExport.end()); in toAudioPort()
57 if (flatenedRates.size() > AUDIO_PORT_MAX_SAMPLING_RATES || in toAudioPort()
68 port->num_sample_rates = flatenedRates.size(); in toAudioPort()
71 std::copy(flatenedRates.begin(), flatenedRates.end(), port->sample_rates); in toAudioPort()