Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Decho_cancellation.h97 int32_t WebRtcAec_Init(void* aecInst, int32_t sampFreq, int32_t scSampFreq);
Dsystem_delay_unittest.cc100 EXPECT_EQ(0, WebRtcAec_Init(handle_, sample_rate_hz, 48000)); in Init()
Decho_cancellation.c186 int32_t WebRtcAec_Init(void* aecInst, int32_t sampFreq, int32_t scSampFreq) { in WebRtcAec_Init() function
/external/webrtc/webrtc/modules/audio_processing/
Decho_cancellation_impl.cc470 return WebRtcAec_Init(static_cast<Handle*>(handle), in InitializeHandle()