Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c837 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()
Dstructs.h239 int BurstCounter; member
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c865 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()
Dstructs.h260 int16_t BurstCounter; member