Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/interface/
Dnoise_suppression_x.h78 int WebRtcNsx_Init(NsxHandle* nsxInst, WebRtc_UWord32 fs);
/external/webrtc/src/modules/audio_processing/ns/
Dnoise_suppression_x.c51 int WebRtcNsx_Init(NsxHandle* nsxInst, WebRtc_UWord32 fs) { in WebRtcNsx_Init() function
/external/webrtc/src/modules/audio_processing/
Dnoise_suppression_impl.cc155 return WebRtcNsx_Init(static_cast<Handle*>(handle), apm_->sample_rate_hz()); in InitializeHandle()