Home
last modified time | relevance | path

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

/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.cc467 : voe_wrapper_(new VoEWrapper()), in WebRtcVoiceEngine()
473 : voe_wrapper_(voe_wrapper) { in WebRtcVoiceEngine()
496 voe_wrapper_.reset(); in ~WebRtcVoiceEngine()
522 if (voe_wrapper_->base()->Init(adm_) == -1) { in InitInternal()
523 LOG_RTCERR0_EX(Init, voe_wrapper_->error()); in InitInternal()
530 if (voe_wrapper_->processing()->GetAgcConfig(default_agc_config_) == -1) { in InitInternal()
554 voe_wrapper_->base()->Terminate(); in Terminate()
637 webrtc::VoEAudioProcessing* voep = voe_wrapper_->processing(); in ApplyOptions()
644 const bool built_in_aec = voe_wrapper_->hw()->BuiltInAECIsAvailable(); in ApplyOptions()
651 if (voe_wrapper_->hw()->EnableBuiltInAEC(enable_built_in_aec) == 0 && in ApplyOptions()
[all …]
Dwebrtcvoiceengine.h91 VoEWrapper* voe() { return voe_wrapper_.get(); } in voe()
129 rtc::scoped_ptr<VoEWrapper> voe_wrapper_; variable