Searched refs:WebRtcVad_InitCore (Results 1 – 6 of 6) sorted by relevance
28 EXPECT_EQ(-1, WebRtcVad_InitCore(nullptr)); 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()
44 ASSERT_EQ(0, WebRtcVad_InitCore(self)); in TEST_F()61 ASSERT_EQ(0, WebRtcVad_InitCore(self)); in TEST_F()79 ASSERT_EQ(0, WebRtcVad_InitCore(self)); in TEST_F()
56 ASSERT_EQ(0, WebRtcVad_InitCore(self)); in TEST_F()
60 int WebRtcVad_InitCore(VadInstT* self);
39 return WebRtcVad_InitCore((VadInstT*) handle); in WebRtcVad_Init()
491 int WebRtcVad_InitCore(VadInstT* self) { in WebRtcVad_InitCore() function