OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcAec_set_config
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/modules/audio_processing/aec/interface/
echo_cancellation.h
179
WebRtc_Word32
WebRtcAec_set_config
(void *aecInst, AecConfig config);
/external/webrtc/src/modules/audio_processing/
echo_cancellation_impl.cc
371
return
WebRtcAec_set_config
(static_cast<Handle*>(handle), config);
/external/webrtc/src/modules/audio_processing/aec/
echo_cancellation.c
275
if (
WebRtcAec_set_config
(aecpc, aecConfig) == -1) {
604
WebRtc_Word32
WebRtcAec_set_config
(void *aecInst, AecConfig config)
Completed in 129 milliseconds