Searched refs:BurstCounter (Results 1 – 4 of 4) sorted by relevance
837 if (State->BurstCounter) in WebRtcIsac_GetMinBytes()856 State->BurstCounter--; in WebRtcIsac_GetMinBytes()892 (State->BurstCounter == 0)) in WebRtcIsac_GetMinBytes()896 State->BurstCounter = BURST_LEN - 1; in WebRtcIsac_GetMinBytes()900 State->BurstCounter = BURST_LEN; in WebRtcIsac_GetMinBytes()947 State->BurstCounter = 0; /* packets */ in WebRtcIsac_InitRateModel()
239 int BurstCounter; member
865 if (State->BurstCounter) { in WebRtcIsacfix_GetMinBytes()892 State->BurstCounter--; in WebRtcIsacfix_GetMinBytes()927 if ((State->ExceedAgo > BURST_INTERVAL) && (State->BurstCounter == 0)) { in WebRtcIsacfix_GetMinBytes()929 State->BurstCounter = BURST_LEN - 1; in WebRtcIsacfix_GetMinBytes()931 State->BurstCounter = BURST_LEN; in WebRtcIsacfix_GetMinBytes()979 State->BurstCounter = 0; /* packets */ in WebRtcIsacfix_InitRateModel()
260 int16_t BurstCounter; member