Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dsettings.h142 #define BURST_INTERVAL 800 macro
Dbandwidth_estimator.c913 State->ExceedAgo -= BURST_INTERVAL / (BURST_LEN - 1); in WebRtcIsacfix_GetMinBytes()
927 if ((State->ExceedAgo > BURST_INTERVAL) && (State->BurstCounter == 0)) { in WebRtcIsacfix_GetMinBytes()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.h61 #define BURST_INTERVAL 500 macro
Dbandwidth_estimator.c812 int burstInterval = BURST_INTERVAL; in WebRtcIsac_GetMinBytes()