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

  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl.cc 537 size_t AudioProcessingImpl::num_proc_channels() const { function in class:webrtc::AudioProcessingImpl
    [all...]
audio_processing_impl.h 105 size_t num_proc_channels() const override;
gain_control_impl.cc 438 return apm_->num_proc_channels();
echo_cancellation_impl.cc 177 assert(audio->num_channels() == apm_->num_proc_channels());
  /external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h 81 size_t num_proc_channels() const override { return 0; }
  /external/webrtc/webrtc/modules/audio_processing/include/
audio_processing.h 297 virtual size_t num_proc_channels() const = 0;
    [all...]

Completed in 4068 milliseconds