Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c111 bweStr->highSpeedSend = 0; in WebRtcIsacfix_InitBandwidthEstimator()
330 if (!(bweStr->highSpeedSend && bweStr->highSpeedRec)) { in WebRtcIsacfix_UpdateUplinkBwImpl()
588 if (WEBRTC_SPL_RSHIFT_U32(bweStr->sendBwAvg, 7) > 28000 && !bweStr->highSpeedSend) { in WebRtcIsacfix_UpdateUplinkBwRec()
593 bweStr->highSpeedSend = 1; in WebRtcIsacfix_UpdateUplinkBwRec()
595 } else if (!bweStr->highSpeedSend) { in WebRtcIsacfix_UpdateUplinkBwRec()
Dstructs.h247 int16_t highSpeedSend; member