Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnoise_suppression_x.h16 typedef struct NsxHandleT NsxHandle; typedef
25 NsxHandle* WebRtcNsx_Create();
34 void WebRtcNsx_Free(NsxHandle* nsxInst);
49 int WebRtcNsx_Init(NsxHandle* nsxInst, uint32_t fs);
64 int WebRtcNsx_set_policy(NsxHandle* nsxInst, int mode);
79 void WebRtcNsx_Process(NsxHandle* nsxInst,
Dnoise_suppression_x.c19 NsxHandle* WebRtcNsx_Create() { in WebRtcNsx_Create()
24 return (NsxHandle*)self; in WebRtcNsx_Create()
27 void WebRtcNsx_Free(NsxHandle* nsxInst) { in WebRtcNsx_Free()
32 int WebRtcNsx_Init(NsxHandle* nsxInst, uint32_t fs) { in WebRtcNsx_Init()
36 int WebRtcNsx_set_policy(NsxHandle* nsxInst, int mode) { in WebRtcNsx_set_policy()
40 void WebRtcNsx_Process(NsxHandle* nsxInst, in WebRtcNsx_Process()
/external/webrtc/webrtc/modules/audio_processing/
Dnoise_suppression_impl.cc27 typedef NsxHandle NsState;