Searched refs:highSpeedSend (Results 1 – 2 of 2) sorted by relevance
111 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()
247 int16_t highSpeedSend; member