Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c108 bweStr->countHighSpeedRec = 0; in WebRtcIsacfix_InitBandwidthEstimator()
686 bweStr->countHighSpeedRec++; in WebRtcIsacfix_GetDownlinkBwIndexImpl()
687 if (bweStr->countHighSpeedRec >= 66) { in WebRtcIsacfix_GetDownlinkBwIndexImpl()
691 bweStr->countHighSpeedRec = 0; in WebRtcIsacfix_GetDownlinkBwIndexImpl()
Dstructs.h232 int16_t countHighSpeedRec; member