Searched refs:in_freq_hz (Results 1 – 4 of 4) sorted by relevance
26 int in_freq_hz, in Resample10Msec() argument31 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()
28 int in_freq_hz,
70 static int ComputeResamplerMode(int in_freq_hz,
311 int Resampler::ComputeResamplerMode(int in_freq_hz, in ComputeResamplerMode() argument315 int a = in_freq_hz; in ComputeResamplerMode()326 const int reduced_in_freq = in_freq_hz / b; in ComputeResamplerMode()