Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c109 bweStr->highSpeedRec = 0; in WebRtcIsacfix_InitBandwidthEstimator()
330 if (!(bweStr->highSpeedSend && bweStr->highSpeedRec)) { in WebRtcIsacfix_UpdateUplinkBwImpl()
685 if ((bweStr->recBwAvgQ > 3584000) && !bweStr->highSpeedRec) { in WebRtcIsacfix_GetDownlinkBwIndexImpl()
688 bweStr->highSpeedRec = 1; in WebRtcIsacfix_GetDownlinkBwIndexImpl()
690 } else if (!bweStr->highSpeedRec) { in WebRtcIsacfix_GetDownlinkBwIndexImpl()
Dstructs.h228 …int16_t highSpeedRec; /* flag for marking that a high speed network has been detected dow… member