OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BURST_INTERVAL
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
settings.h
142
#define
BURST_INTERVAL
800
bandwidth_estimator.c
913
State->ExceedAgo -=
BURST_INTERVAL
/ (BURST_LEN - 1);
927
if ((State->ExceedAgo >
BURST_INTERVAL
) && (State->BurstCounter == 0)) {
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.h
61
#define
BURST_INTERVAL
500
bandwidth_estimator.c
812
int burstInterval =
BURST_INTERVAL
;
874
State->ExceedAgo -= /*
BURST_INTERVAL
*/ burstInterval / (BURST_LEN - 1);
Completed in 910 milliseconds