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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/include/
noise_suppression_x.h 16 typedef struct NsxHandleT NsxHandle;
35 int WebRtcNsx_Create(NsxHandle** nsxInst);
48 int WebRtcNsx_Free(NsxHandle* nsxInst);
64 int WebRtcNsx_Init(NsxHandle* nsxInst, uint32_t fs);
79 int WebRtcNsx_set_policy(NsxHandle* nsxInst, int mode);
99 int WebRtcNsx_Process(NsxHandle* nsxInst,
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
noise_suppression_x.c 19 int WebRtcNsx_Create(NsxHandle** nsxInst) {
21 *nsxInst = (NsxHandle*)self;
34 int WebRtcNsx_Free(NsxHandle* nsxInst) {
40 int WebRtcNsx_Init(NsxHandle* nsxInst, uint32_t fs) {
44 int WebRtcNsx_set_policy(NsxHandle* nsxInst, int mode) {
48 int WebRtcNsx_Process(NsxHandle* nsxInst, short* speechFrame,
  /external/chromium_org/third_party/webrtc/modules/audio_processing/
noise_suppression_impl.cc 29 typedef NsxHandle Handle;

Completed in 278 milliseconds