OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rec_max_delay
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c
99
bwest_str->
rec_max_delay
= 10.0f;
460
// Replace bwest_str->
rec_max_delay
by the new
462
bwest_str->
rec_max_delay
= 3.0f * bwest_str->rec_jitter;
726
int32_t
rec_max_delay
;
local
728
rec_max_delay
= (int32_t)(bwest_str->
rec_max_delay
);
731
if (
rec_max_delay
< MIN_ISAC_MD)
733
rec_max_delay
= MIN_ISAC_MD;
735
else if (
rec_max_delay
> MAX_ISAC_MD)
737
rec_max_delay
= MAX_ISAC_MD
[
all
...]
structs.h
186
float
rec_max_delay
;
member in struct:__anon20394
Completed in 27 milliseconds