Searched refs:BurstCounter (Results 1 – 4 of 4) sorted by relevance
819 if (State->BurstCounter) in WebRtcIsac_GetMinBytes()838 State->BurstCounter--; in WebRtcIsac_GetMinBytes()874 (State->BurstCounter == 0)) in WebRtcIsac_GetMinBytes()878 State->BurstCounter = BURST_LEN - 1; in WebRtcIsac_GetMinBytes()882 State->BurstCounter = BURST_LEN; in WebRtcIsac_GetMinBytes()929 State->BurstCounter = 0; /* packets */ in WebRtcIsac_InitRateModel()
224 int BurstCounter; member
848 if (State->BurstCounter) { in WebRtcIsacfix_GetMinBytes()875 State->BurstCounter--; in WebRtcIsacfix_GetMinBytes()910 if ((State->ExceedAgo > BURST_INTERVAL) && (State->BurstCounter == 0)) { in WebRtcIsacfix_GetMinBytes()912 State->BurstCounter = BURST_LEN - 1; in WebRtcIsacfix_GetMinBytes()914 State->BurstCounter = BURST_LEN; in WebRtcIsacfix_GetMinBytes()962 State->BurstCounter = 0; /* packets */ in WebRtcIsacfix_InitRateModel()
236 int16_t BurstCounter; member