Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c826 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()
Dstructs.h237 int BurstCounter; member
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c855 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()
Dstructs.h260 WebRtc_Word16 BurstCounter; member