OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcAec_Init
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/modules/audio_processing/aec/interface/
echo_cancellation.h
65
* separately using the
WebRtcAec_Init
() function.
107
WebRtc_Word32
WebRtcAec_Init
(void *aecInst,
/external/webrtc/src/modules/audio_processing/
echo_cancellation_impl.cc
358
return
WebRtcAec_Init
(static_cast<Handle*>(handle),
/external/webrtc/src/modules/audio_processing/aec/
echo_cancellation.c
199
WebRtc_Word32
WebRtcAec_Init
(void *aecInst, WebRtc_Word32 sampFreq, WebRtc_Word32 scSampFreq)
Completed in 29 milliseconds