Searched refs:NsHandle (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/ns/ |
D | noise_suppression.h | 18 typedef struct NsHandleT NsHandle; typedef 27 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);
|
D | noise_suppression.c | 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()
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | noise_suppression_impl.cc | 20 typedef NsHandle NsState;
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 2299 RpcNsMgmtHandleSetExpAge(NsHandle ptr[inout, array[int8]], ExpirationAge int32)
|