Searched refs:NsHandle (Results 1 – 3 of 3) sorted by relevance
18 typedef struct NsHandleT NsHandle; typedef27 NsHandle* WebRtcNs_Create();36 void WebRtcNs_Free(NsHandle* NS_inst);52 int WebRtcNs_Init(NsHandle* NS_inst, uint32_t fs);67 int WebRtcNs_set_policy(NsHandle* NS_inst, int mode);80 void WebRtcNs_Analyze(NsHandle* NS_inst, const float* spframe);95 void WebRtcNs_Process(NsHandle* NS_inst,110 float WebRtcNs_prior_speech_probability(NsHandle* handle);
20 NsHandle* WebRtcNs_Create() { in WebRtcNs_Create()23 return (NsHandle*)self; in WebRtcNs_Create()26 void WebRtcNs_Free(NsHandle* NS_inst) { in WebRtcNs_Free()30 int WebRtcNs_Init(NsHandle* NS_inst, uint32_t fs) { in WebRtcNs_Init()34 int WebRtcNs_set_policy(NsHandle* NS_inst, int mode) { in WebRtcNs_set_policy()38 void WebRtcNs_Analyze(NsHandle* NS_inst, const float* spframe) { in WebRtcNs_Analyze()42 void WebRtcNs_Process(NsHandle* NS_inst, in WebRtcNs_Process()50 float WebRtcNs_prior_speech_probability(NsHandle* handle) { in WebRtcNs_prior_speech_probability()
20 typedef NsHandle NsState;