Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dsettings.h133 #define BURST_INTERVAL 800 macro
Dbandwidth_estimator.c900 State->ExceedAgo -= WEBRTC_SPL_DIV(BURST_INTERVAL, BURST_LEN - 1); in WebRtcIsacfix_GetMinBytes()
914 if ((State->ExceedAgo > BURST_INTERVAL) && (State->BurstCounter == 0)) { in WebRtcIsacfix_GetMinBytes()
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.h61 #define BURST_INTERVAL 500 macro
Dbandwidth_estimator.c801 int burstInterval = BURST_INTERVAL; in WebRtcIsac_GetMinBytes()