Searched refs:BurstCounter (Results 1 – 4 of 4) sorted by relevance
826 if (State->BurstCounter) in WebRtcIsac_GetMinBytes()845 State->BurstCounter--; in WebRtcIsac_GetMinBytes()881 (State->BurstCounter == 0)) in WebRtcIsac_GetMinBytes()885 State->BurstCounter = BURST_LEN - 1; in WebRtcIsac_GetMinBytes()889 State->BurstCounter = BURST_LEN; in WebRtcIsac_GetMinBytes()936 State->BurstCounter = 0; /* packets */ in WebRtcIsac_InitRateModel()
237 int BurstCounter; member
855 if (State->BurstCounter) { in WebRtcIsacfix_GetMinBytes()879 State->BurstCounter--; in WebRtcIsacfix_GetMinBytes()914 if ((State->ExceedAgo > BURST_INTERVAL) && (State->BurstCounter == 0)) { in WebRtcIsacfix_GetMinBytes()916 State->BurstCounter = BURST_LEN - 1; in WebRtcIsacfix_GetMinBytes()918 State->BurstCounter = BURST_LEN; in WebRtcIsacfix_GetMinBytes()967 State->BurstCounter = 0; /* packets */ in WebRtcIsacfix_InitRateModel()
260 WebRtc_Word16 BurstCounter; member