OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastDelayDiff
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
echo_cancellation_internal.h
42
short
lastDelayDiff
;
/external/webrtc/webrtc/modules/audio_processing/aecm/
echo_control_mobile.c
58
short
lastDelayDiff
;
179
aecm->
lastDelayDiff
= 0;
596
if (aecm->
lastDelayDiff
< 96)
605
if (aecm->
lastDelayDiff
> 224)
616
aecm->
lastDelayDiff
= diff;
Completed in 171 milliseconds