Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/acm2/
Dacm_resampler.cc30 int out_freq_hz, in Resample10Msec() argument
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.h27 int out_freq_hz,
/external/webrtc/webrtc/modules/audio_coding/test/
DTestAllCodecs.cc420 int32_t out_freq_hz = outfile_b_.SamplingFrequency(); in Run() local
455 CHECK_ERROR(acm_b_->PlayoutData10Ms(out_freq_hz, &audio_frame)); in Run()