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