Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c156 uint16_t recRtpRate; in WebRtcIsacfix_UpdateUplinkBwImpl() local
209 recRtpRate = (int16_t)((kBitsByteSec * pksize) >> 15) + in WebRtcIsacfix_UpdateUplinkBwImpl()
224 recRtpRate = (uint16_t)((kBitsByteSec * pksize) >> 14) + in WebRtcIsacfix_UpdateUplinkBwImpl()
241 bweStr->prevRtpRate = recRtpRate; in WebRtcIsacfix_UpdateUplinkBwImpl()
354 (recRtpRate > (int32_t)bweStr->recBwAvg >> 5) && in WebRtcIsacfix_UpdateUplinkBwImpl()
505 bweStr->prevRtpRate = recRtpRate; in WebRtcIsacfix_UpdateUplinkBwImpl()