Home
last modified time | relevance | path

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

/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.h146 rtc::Optional<bool> experimental_ns_; variable
Dwebrtcvoiceengine.cc827 experimental_ns_ = options.experimental_ns; in ApplyOptions()
829 if (experimental_ns_) { in ApplyOptions()
830 LOG(LS_INFO) << "Experimental ns is enabled? " << *experimental_ns_; in ApplyOptions()
832 new webrtc::ExperimentalNs(*experimental_ns_)); in ApplyOptions()