Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/acm2/
Dacm_resampler.cc29 int in_freq_hz, in Resample10Msec() argument
34 size_t in_length = in_freq_hz * num_audio_channels / 100; in Resample10Msec()
35 if (in_freq_hz == out_freq_hz) { in Resample10Msec()
44 if (resampler_.InitializeIfNeeded(in_freq_hz, out_freq_hz, in Resample10Msec()
46 LOG(LS_ERROR) << "InitializeIfNeeded(" << in_freq_hz << ", " << out_freq_hz in Resample10Msec()
Dacm_resampler.h26 int in_freq_hz,