Searched refs:WebRtcVad_InitCore (Results 1 – 6 of 6) sorted by relevance
28 EXPECT_EQ(-1, WebRtcVad_InitCore(NULL)); in TEST_F()31 EXPECT_EQ(0, WebRtcVad_InitCore(self)); in TEST_F()44 ASSERT_EQ(0, WebRtcVad_InitCore(self)); in TEST_F()67 ASSERT_EQ(0, WebRtcVad_InitCore(self)); in TEST_F()
46 ASSERT_EQ(0, WebRtcVad_InitCore(self)); in TEST_F()63 ASSERT_EQ(0, WebRtcVad_InitCore(self)); in TEST_F()81 ASSERT_EQ(0, WebRtcVad_InitCore(self)); in TEST_F()
65 int WebRtcVad_InitCore(VadInstT* self);
58 ASSERT_EQ(0, WebRtcVad_InitCore(self)); in TEST_F()
41 return WebRtcVad_InitCore((VadInstT*) handle); in WebRtcVad_Init()
482 int WebRtcVad_InitCore(VadInstT* self) { in WebRtcVad_InitCore() function