Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c107 bweStr->countHighSpeedRec = 0; in WebRtcIsacfix_InitBandwidthEstimator()
685 bweStr->countHighSpeedRec++; in WebRtcIsacfix_GetDownlinkBwIndexImpl()
686 if (bweStr->countHighSpeedRec >= 66) { in WebRtcIsacfix_GetDownlinkBwIndexImpl()
690 bweStr->countHighSpeedRec = 0; in WebRtcIsacfix_GetDownlinkBwIndexImpl()
Dstructs.h208 int16_t countHighSpeedRec; member