Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiofoundation/
DAudioPort.cpp99 SampleRateSet flatenedRates; in toAudioPort() local
108 flatenedRates.insert(ratesToExport.begin(), ratesToExport.end()); in toAudioPort()
111 if (flatenedRates.size() > AUDIO_PORT_MAX_SAMPLING_RATES || in toAudioPort()
120 port->num_sample_rates = flatenedRates.size(); in toAudioPort()
123 std::copy(flatenedRates.begin(), flatenedRates.end(), port->sample_rates); in toAudioPort()