Searched refs:VadInst (Results 1 – 8 of 8) sorted by relevance
23 typedef struct WebRtcVadInst VadInst; typedef30 VadInst* WebRtcVad_Create();35 void WebRtcVad_Free(VadInst* handle);43 int WebRtcVad_Init(VadInst* handle);56 int WebRtcVad_set_mode(VadInst* handle, int mode);70 int WebRtcVad_Process(VadInst* handle, int fs, const int16_t* audio_frame,
25 VadInst* WebRtcVad_Create() { in WebRtcVad_Create()31 return (VadInst*)self; in WebRtcVad_Create()34 void WebRtcVad_Free(VadInst* handle) { in WebRtcVad_Free()39 int WebRtcVad_Init(VadInst* handle) { in WebRtcVad_Init()45 int WebRtcVad_set_mode(VadInst* handle, int mode) { in WebRtcVad_set_mode()58 int WebRtcVad_Process(VadInst* handle, int fs, const int16_t* audio_frame, in WebRtcVad_Process()
53 VadInst* handle_;
62 VadInst* handle = WebRtcVad_Create(); in TEST_F()
57 explicit StandaloneVad(VadInst* vad);62 VadInst* vad_;
23 StandaloneVad::StandaloneVad(VadInst* vad) in StandaloneVad()32 VadInst* vad = WebRtcVad_Create(); in Create()
28 VadInst* state() { return state_; } in state()30 VadInst* state_ = nullptr;
66 ::VadInst* vad_instance_;