Home
last modified time | relevance | path

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

/external/webrtc/media/engine/
Dwebrtc_voice_engine.h124 absl::optional<bool> experimental_ns_; variable
Dwebrtc_voice_engine.cc521 experimental_ns_ = options.experimental_ns; in ApplyOptions()
523 if (experimental_ns_) { in ApplyOptions()
524 RTC_LOG(LS_INFO) << "Experimental ns is enabled? " << *experimental_ns_; in ApplyOptions()
526 new webrtc::ExperimentalNs(*experimental_ns_)); in ApplyOptions()