HomeSort by relevance Sort by last modified time
    Searched refs:out_freq_hz (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/acm2/
acm_resampler.cc 30 int out_freq_hz,
35 if (in_freq_hz == out_freq_hz) {
44 if (resampler_.InitializeIfNeeded(in_freq_hz, out_freq_hz,
46 LOG(LS_ERROR) << "InitializeIfNeeded(" << in_freq_hz << ", " << out_freq_hz
acm_resampler.h 27 int out_freq_hz,
  /external/webrtc/webrtc/modules/audio_coding/test/
TestAllCodecs.cc 420 int32_t out_freq_hz = outfile_b_.SamplingFrequency(); local
455 CHECK_ERROR(acm_b_->PlayoutData10Ms(out_freq_hz, &audio_frame));

Completed in 540 milliseconds