Home
last modified time | relevance | path

Searched refs:VadInst (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/common_audio/vad/include/
Dwebrtc_vad.h22 typedef struct WebRtcVadInst VadInst; typedef
29 VadInst* WebRtcVad_Create(void);
34 void WebRtcVad_Free(VadInst* handle);
42 int WebRtcVad_Init(VadInst* handle);
55 int WebRtcVad_set_mode(VadInst* handle, int mode);
69 int WebRtcVad_Process(VadInst* handle,
/external/webrtc/common_audio/vad/
Dwebrtc_vad.c24 VadInst* WebRtcVad_Create() { in WebRtcVad_Create()
29 return (VadInst*)self; in WebRtcVad_Create()
32 void WebRtcVad_Free(VadInst* handle) { in WebRtcVad_Free()
37 int WebRtcVad_Init(VadInst* handle) { in WebRtcVad_Init()
43 int WebRtcVad_set_mode(VadInst* handle, int mode) { in WebRtcVad_set_mode()
56 int WebRtcVad_Process(VadInst* handle, int fs, const int16_t* audio_frame, in WebRtcVad_Process()
Dvad.cc56 VadInst* handle_;
Dvad_unittest.cc61 VadInst* handle = WebRtcVad_Create(); in TEST_F()
/external/webrtc/modules/audio_processing/vad/
Dstandalone_vad.h56 explicit StandaloneVad(VadInst* vad);
61 VadInst* vad_;
Dstandalone_vad.cc22 StandaloneVad::StandaloneVad(VadInst* vad) in StandaloneVad()
30 VadInst* vad = WebRtcVad_Create(); in Create()
/external/webrtc/modules/audio_processing/
Dvoice_detection.cc31 VadInst* state() { return state_; } in state()
34 VadInst* state_ = nullptr;
/external/webrtc/modules/audio_coding/neteq/
Dpost_decode_vad.h65 ::VadInst* vad_instance_;