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/chromium_org/third_party/webrtc/modules/audio_processing/aec/include/
echo_cancellation.h
179
int
WebRtcAec_set_config
(void* handle, AecConfig config);
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
echo_cancellation.c
271
if (
WebRtcAec_set_config
(aecpc, aecConfig) == -1) {
420
int
WebRtcAec_set_config
(void* handle, AecConfig config) {
/external/chromium_org/third_party/webrtc/modules/audio_processing/
echo_cancellation_impl.cc
368
return
WebRtcAec_set_config
(static_cast<Handle*>(handle), config);
Completed in 491 milliseconds