Searched refs:WebRtcAec_Init (Results 1 – 4 of 4) sorted by relevance
97 int32_t WebRtcAec_Init(void* aecInst, int32_t sampFreq, int32_t scSampFreq);
100 EXPECT_EQ(0, WebRtcAec_Init(handle_, sample_rate_hz, 48000)); in Init()
186 int32_t WebRtcAec_Init(void* aecInst, int32_t sampFreq, int32_t scSampFreq) { in WebRtcAec_Init() function
470 return WebRtcAec_Init(static_cast<Handle*>(handle), in InitializeHandle()