OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:echo_path_ptr
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aecm/
echo_control_mobile.c
520
const int16_t*
echo_path_ptr
= echo_path;
local
538
WebRtcAecm_InitEchoPathCore(aecm->aecmCore,
echo_path_ptr
);
548
int16_t*
echo_path_ptr
= echo_path;
local
566
memcpy(
echo_path_ptr
, aecm->aecmCore->channelStored, size_bytes);
Completed in 59 milliseconds