OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:send_max_delay_avg
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c
103
bwest_str->
send_max_delay_avg
= 10.0f;
523
bwest_str->
send_max_delay_avg
= 0.9f * bwest_str->
send_max_delay_avg
+
529
bwest_str->
send_max_delay_avg
= 0.9f * bwest_str->
send_max_delay_avg
+
575
bwest_str->
send_max_delay_avg
= 0.9f * bwest_str->
send_max_delay_avg
+
581
bwest_str->
send_max_delay_avg
= 0.9f * bwest_str->
send_max_delay_avg
+
770
send_max_delay = (WebRtc_Word32)(bwest_str->
send_max_delay_avg
);
[
all
...]
structs.h
198
float
send_max_delay_avg
;
member in struct:__anon28641
Completed in 102 milliseconds