Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/acm2/
Dacm_resampler.cc26 int in_freq_hz, in Resample10Msec() argument
31 size_t in_length = in_freq_hz * num_audio_channels / 100; in Resample10Msec()
32 if (in_freq_hz == out_freq_hz) { in Resample10Msec()
41 if (resampler_.InitializeIfNeeded(in_freq_hz, out_freq_hz, in Resample10Msec()
43 RTC_LOG(LS_ERROR) << "InitializeIfNeeded(" << in_freq_hz << ", " in Resample10Msec()
Dacm_resampler.h28 int in_freq_hz,
/external/webrtc/common_audio/resampler/include/
Dresampler.h70 static int ComputeResamplerMode(int in_freq_hz,
/external/webrtc/common_audio/resampler/
Dresampler.cc311 int Resampler::ComputeResamplerMode(int in_freq_hz, in ComputeResamplerMode() argument
315 int a = in_freq_hz; in ComputeResamplerMode()
326 const int reduced_in_freq = in_freq_hz / b; in ComputeResamplerMode()