Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c155 uint16_t recRtpRate; in WebRtcIsacfix_UpdateUplinkBwImpl() local
208 recRtpRate = (int16_t)((kBitsByteSec * pksize) >> 15) + in WebRtcIsacfix_UpdateUplinkBwImpl()
223 recRtpRate = (uint16_t)((kBitsByteSec * pksize) >> 14) + in WebRtcIsacfix_UpdateUplinkBwImpl()
240 bweStr->prevRtpRate = recRtpRate; in WebRtcIsacfix_UpdateUplinkBwImpl()
353 (recRtpRate > (int32_t)bweStr->recBwAvg >> 5) && in WebRtcIsacfix_UpdateUplinkBwImpl()
504 bweStr->prevRtpRate = recRtpRate; in WebRtcIsacfix_UpdateUplinkBwImpl()