Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c816 if (State->InitCounter > 0) in WebRtcIsac_GetMinBytes()
818 if (State->InitCounter-- <= INIT_BURST_LEN) in WebRtcIsac_GetMinBytes()
930 State->InitCounter = 0; in WebRtcIsac_UpdateRateModel()
948 State->InitCounter = INIT_BURST_LEN + 10; /* packets */ in WebRtcIsac_InitRateModel()
Dstructs.h241 int InitCounter; member
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c857 if (State->InitCounter > 0) { in WebRtcIsacfix_GetMinBytes()
858 if (State->InitCounter-- <= INIT_BURST_LEN) { in WebRtcIsacfix_GetMinBytes()
963 State->InitCounter = 0; in WebRtcIsacfix_UpdateRateModel()
980 State->InitCounter = INIT_BURST_LEN + 10; /* packets */ in WebRtcIsacfix_InitRateModel()
Dstructs.h262 int16_t InitCounter; member