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/webrtc/modules/audio_processing/aec/
echo_cancellation.h
182
int
WebRtcAec_set_config
(void* handle, AecConfig config);
echo_cancellation.c
258
if (
WebRtcAec_set_config
(aecpc, aecConfig) == -1) {
401
int
WebRtcAec_set_config
(void* handle, AecConfig config) {
/external/webrtc/webrtc/modules/audio_processing/
echo_cancellation_impl.cc
489
return
WebRtcAec_set_config
(static_cast<Handle*>(handle), config);
Completed in 128 milliseconds