OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INIT_BURST_LEN
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
settings.h
144
#define
INIT_BURST_LEN
5
bandwidth_estimator.c
856
/* first 10 packets @ low rate, then
INIT_BURST_LEN
packets @ fixed rate of INIT_RATE bps */
858
if (State->InitCounter-- <=
INIT_BURST_LEN
) {
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.h
64
#define
INIT_BURST_LEN
5
bandwidth_estimator.c
814
// first 10 packets @ low rate, then
INIT_BURST_LEN
packets @
818
if (State->InitCounter-- <=
INIT_BURST_LEN
)
948
State->InitCounter =
INIT_BURST_LEN
+ 10; /* packets */
Completed in 36 milliseconds