Home
last modified time | relevance | path

Searched refs:kNsHighSuppression (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Daudio_processing_test.cc281 TryEnablingNsWithMode(webrtc::kNsHighSuppression, in TEST_F()
282 webrtc::kNsHighSuppression); in TEST_F()
292 webrtc::kNsHighSuppression); in TEST_F()
310 TryEnablingRxNsWithMode(webrtc::kNsHighSuppression, in TEST_F()
311 webrtc::kNsHighSuppression); in TEST_F()
319 webrtc::kNsHighSuppression); in TEST_F()
/external/webrtc/webrtc/voice_engine/
Dvoe_audio_processing_impl.cc98 case kNsHighSuppression: in SetNsStatus()
145 mode = kNsHighSuppression; in GetNsStatus()
Dchannel.cc2799 case kNsHighSuppression: in SetRxNsStatus()
2848 mode = kNsHighSuppression; in GetRxNsStatus()
/external/webrtc/webrtc/
Dcommon_types.h418 kNsHighSuppression, enumerator
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
Dandroid_test.cc859 NSmode = kNsHighSuppression; in Java_org_webrtc_voiceengine_test_AndroidTest_SetNSStatus()
/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine_unittest.cc2554 EXPECT_EQ(ns_mode, webrtc::kNsHighSuppression); in TEST_F()
2579 EXPECT_EQ(ns_mode, webrtc::kNsHighSuppression); in TEST_F()
2610 EXPECT_EQ(ns_mode, webrtc::kNsHighSuppression); in TEST_F()
2674 EXPECT_EQ(webrtc::kNsHighSuppression, ns_mode); in TEST_F()
Dwebrtcvoiceengine.cc597 webrtc::NsModes ns_mode = webrtc::kNsHighSuppression; in ApplyOptions()