Searched refs:WebRtcVad_Create (Results 1 – 4 of 4) sorted by relevance
99 EXPECT_EQ(-1, WebRtcVad_Create(NULL)); in TEST_F()119 ASSERT_EQ(0, WebRtcVad_Create(&handle)); in TEST_F()
67 WebRtc_Word16 WebRtcVad_Create(VadInst **vad_inst) in WebRtcVad_Create() function
84 WebRtc_Word16 WebRtcVad_Create(VadInst **vad_inst);
171 if (WebRtcVad_Create(&handle) != apm_->kNoError) { in CreateHandle()