Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnoise_suppression_x.c35 int WebRtcNsx_Create(NsxHandle** nsxInst) { in WebRtcNsx_Create() argument
36 *nsxInst = (NsxHandle*)malloc(sizeof(NsxInst_t)); in WebRtcNsx_Create()
37 if (*nsxInst != NULL) { in WebRtcNsx_Create()
38 (*(NsxInst_t**)nsxInst)->initFlag = 0; in WebRtcNsx_Create()
46 int WebRtcNsx_Free(NsxHandle* nsxInst) { in WebRtcNsx_Free() argument
47 free(nsxInst); in WebRtcNsx_Free()
51 int WebRtcNsx_Init(NsxHandle* nsxInst, WebRtc_UWord32 fs) { in WebRtcNsx_Init() argument
52 return WebRtcNsx_InitCore((NsxInst_t*)nsxInst, fs); in WebRtcNsx_Init()
55 int WebRtcNsx_set_policy(NsxHandle* nsxInst, int mode) { in WebRtcNsx_set_policy() argument
56 return WebRtcNsx_set_policy_core((NsxInst_t*)nsxInst, mode); in WebRtcNsx_set_policy()
[all …]
/external/webrtc/src/modules/audio_processing/ns/interface/
Dnoise_suppression_x.h49 int WebRtcNsx_Create(NsxHandle** nsxInst);
62 int WebRtcNsx_Free(NsxHandle* nsxInst);
78 int WebRtcNsx_Init(NsxHandle* nsxInst, WebRtc_UWord32 fs);
93 int WebRtcNsx_set_policy(NsxHandle* nsxInst, int mode);
113 int WebRtcNsx_Process(NsxHandle* nsxInst,