Searched refs:VadInst (Results 1 – 8 of 8) sorted by relevance
22 typedef struct WebRtcVadInst VadInst; typedef29 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,
24 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()
56 VadInst* handle_;
61 VadInst* handle = WebRtcVad_Create(); in TEST_F()
56 explicit StandaloneVad(VadInst* vad);61 VadInst* vad_;
22 StandaloneVad::StandaloneVad(VadInst* vad) in StandaloneVad()30 VadInst* vad = WebRtcVad_Create(); in Create()
31 VadInst* state() { return state_; } in state()34 VadInst* state_ = nullptr;
65 ::VadInst* vad_instance_;