Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/vad/
Dvad_unittest.cc73 EXPECT_EQ(-1, WebRtcVad_Init(nullptr)); in TEST_F()
86 ASSERT_EQ(0, WebRtcVad_Init(handle)); in TEST_F()
Dvad.cc48 RTC_CHECK_EQ(WebRtcVad_Init(handle_), 0); in Reset()
Dwebrtc_vad.c39 int WebRtcVad_Init(VadInst* handle) { in WebRtcVad_Init() function
/external/webrtc/webrtc/common_audio/vad/include/
Dwebrtc_vad.h43 int WebRtcVad_Init(VadInst* handle);
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dpost_decode_vad.cc42 WebRtcVad_Init(vad_instance_); in Init()
/external/webrtc/webrtc/modules/audio_processing/vad/
Dstandalone_vad.cc36 int err = WebRtcVad_Init(vad); in Create()
/external/webrtc/webrtc/modules/audio_processing/
Dvoice_detection_impl.cc22 int error = WebRtcVad_Init(state_); in Vad()
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
DRTPencode.cc923 ok = WebRtcVad_Init(VAD_inst[k]); in NetEQTest_init_coders()