Home
last modified time | relevance | path

Searched refs:WebRtcNsx_set_policy (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/src/modules/audio_processing/ns/interface/
Dnoise_suppression_x.h93 int WebRtcNsx_set_policy(NsxHandle* nsxInst, int mode);
/external/webrtc/src/modules/audio_processing/ns/
Dnoise_suppression_x.c55 int WebRtcNsx_set_policy(NsxHandle* nsxInst, int mode) { in WebRtcNsx_set_policy() function
/external/webrtc/src/modules/audio_processing/
Dnoise_suppression_impl.cc164 return WebRtcNsx_set_policy(static_cast<Handle*>(handle), in ConfigureHandle()