OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcAecm_InitEchoPathCore
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/modules/audio_processing/aecm/
aecm_core.h
255
//
WebRtcAecm_InitEchoPathCore
(...)
265
void
WebRtcAecm_InitEchoPathCore
(AecmCore_t* aecm, const WebRtc_Word16* echo_path);
aecm_core.c
340
void
WebRtcAecm_InitEchoPathCore
(AecmCore_t* aecm, const WebRtc_Word16* echo_path)
618
WebRtcAecm_InitEchoPathCore
(aecm, kChannelStored8kHz);
622
WebRtcAecm_InitEchoPathCore
(aecm, kChannelStored16kHz);
[
all
...]
echo_control_mobile.c
667
WebRtcAecm_InitEchoPathCore
(aecm->aecmCore, echo_path_ptr);
Completed in 52 milliseconds