OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:delay_quality_threshold
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_internal.h
144
float
delay_quality_threshold
;
member in struct:AecCore
aec_core.c
872
// |
delay_quality_threshold
|.
879
self->
delay_quality_threshold
)) {
909
// Update the |
delay_quality_threshold
| once we have our first delay
915
self->
delay_quality_threshold
=
916
(delay_quality > self->
delay_quality_threshold
? delay_quality :
917
self->
delay_quality_threshold
);
[
all
...]
Completed in 39 milliseconds