Home
last modified time | relevance | path

Searched refs:countHighSpeedSent (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c110 bweStr->countHighSpeedSent = 0; in WebRtcIsacfix_InitBandwidthEstimator()
589 bweStr->countHighSpeedSent++; in WebRtcIsacfix_UpdateUplinkBwRec()
592 if (bweStr->countHighSpeedSent >= 66) { in WebRtcIsacfix_UpdateUplinkBwRec()
596 bweStr->countHighSpeedSent = 0; in WebRtcIsacfix_UpdateUplinkBwRec()
Dstructs.h243 int16_t countHighSpeedSent; member