Searched refs:flatenedRates (Results 1 – 1 of 1) sorted by relevance
77 SampleRateSet flatenedRates; in toAudioPort() local86 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()