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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_resampler.cc 30 int out_freq_hz,
35 int out_length = out_freq_hz * num_audio_channels / 100;
36 if (in_freq_hz == out_freq_hz) {
45 if (resampler_.InitializeIfNeeded(in_freq_hz, out_freq_hz,
47 LOG_FERR3(LS_ERROR, InitializeIfNeeded, in_freq_hz, out_freq_hz,
acm_resampler.h 27 int out_freq_hz,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
TestAllCodecs.cc 753 int32_t out_freq_hz = outfile_b_.SamplingFrequency(); local
787 CHECK_ERROR(acm_b_->PlayoutData10Ms(out_freq_hz, &audio_frame));

Completed in 2239 milliseconds