Home
last modified time | relevance | path

Searched refs:INIT_BURST_LEN (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dsettings.h144 #define INIT_BURST_LEN 5 macro
Dbandwidth_estimator.c858 if (State->InitCounter-- <= INIT_BURST_LEN) { in WebRtcIsacfix_GetMinBytes()
980 State->InitCounter = INIT_BURST_LEN + 10; /* packets */ in WebRtcIsacfix_InitRateModel()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.h64 #define INIT_BURST_LEN 5 macro
Dbandwidth_estimator.c818 if (State->InitCounter-- <= INIT_BURST_LEN) in WebRtcIsac_GetMinBytes()
948 State->InitCounter = INIT_BURST_LEN + 10; /* packets */ in WebRtcIsac_InitRateModel()