Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/
Daudio_processing_unittest.cc2321 rtc::ArrayView<const int> sample_rates_hz, in RunApmRateAndChannelTest() argument
2344 for (auto render_input_sample_rate_hz : sample_rates_hz) { in RunApmRateAndChannelTest()
2345 for (auto render_output_sample_rate_hz : sample_rates_hz) { in RunApmRateAndChannelTest()
2346 for (auto capture_input_sample_rate_hz : sample_rates_hz) { in RunApmRateAndChannelTest()
2347 for (auto capture_output_sample_rate_hz : sample_rates_hz) { in RunApmRateAndChannelTest()
2841 std::array<int, 3> sample_rates_hz = {16000, 32000, 48000}; in TEST() local
2844 RunApmRateAndChannelTest(sample_rates_hz, render_channel_counts, in TEST()
2849 std::array<int, 1> sample_rates_hz = {48000}; in TEST() local
2852 RunApmRateAndChannelTest(sample_rates_hz, render_channel_counts, in TEST()
2857 std::array<int, 9> sample_rates_hz = {8000, 11025, 16000, 22050, 32000, in TEST() local
[all …]