OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:in_wait_period
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c
113
bwest_str->
in_wait_period
= 0;
197
if(bwest_str->
in_wait_period
> 0 )
199
bwest_str->
in_wait_period
--;
323
if ((late_diff > 8000.0f) && !bwest_str->
in_wait_period
)
326
bwest_str->
in_wait_period
= 55;
331
else if (late_diff > 5120.0f && !bwest_str->
in_wait_period
)
335
bwest_str->
in_wait_period
= 44;
344
!bwest_str->
in_wait_period
)
structs.h
217
int
in_wait_period
;
member in struct:__anon28641
Completed in 196 milliseconds