Home
last modified time | relevance | path

Searched refs:WebRtcVad_Create (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/src/common_audio/vad/
Dvad_unittest.cc99 EXPECT_EQ(-1, WebRtcVad_Create(NULL)); in TEST_F()
119 ASSERT_EQ(0, WebRtcVad_Create(&handle)); in TEST_F()
Dwebrtc_vad.c67 WebRtc_Word16 WebRtcVad_Create(VadInst **vad_inst) in WebRtcVad_Create() function
/external/webrtc/src/common_audio/vad/include/
Dwebrtc_vad.h84 WebRtc_Word16 WebRtcVad_Create(VadInst **vad_inst);
/external/webrtc/src/modules/audio_processing/
Dvoice_detection_impl.cc171 if (WebRtcVad_Create(&handle) != apm_->kNoError) { in CreateHandle()