HomeSort by relevance Sort by last modified time
    Searched refs:NsxHandle (Results 1 - 3 of 3) sorted by null

  /external/webrtc/src/modules/audio_processing/ns/interface/
noise_suppression_x.h 16 typedef struct NsxHandleT NsxHandle;
49 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,
  /external/webrtc/src/modules/audio_processing/ns/
noise_suppression_x.c 35 int WebRtcNsx_Create(NsxHandle** nsxInst) {
36 *nsxInst = (NsxHandle*)malloc(sizeof(NsxInst_t));
46 int WebRtcNsx_Free(NsxHandle* nsxInst) {
51 int WebRtcNsx_Init(NsxHandle* nsxInst, WebRtc_UWord32 fs) {
55 int WebRtcNsx_set_policy(NsxHandle* nsxInst, int mode) {
59 int WebRtcNsx_Process(NsxHandle* nsxInst, short* speechFrame,
  /external/webrtc/src/modules/audio_processing/
noise_suppression_impl.cc 30 typedef NsxHandle Handle;

Completed in 761 milliseconds