Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c152 WebRtc_UWord16 recRtpRate; in WebRtcIsacfix_UpdateUplinkBwImpl() local
203 recRtpRate = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(kBitsByteSec, in WebRtcIsacfix_UpdateUplinkBwImpl()
218 recRtpRate = (WebRtc_UWord16)WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(kBitsByteSec, in WebRtcIsacfix_UpdateUplinkBwImpl()
235 bweStr->prevRtpRate = recRtpRate; in WebRtcIsacfix_UpdateUplinkBwImpl()
349 (recRtpRate > WEBRTC_SPL_RSHIFT_W32((WebRtc_Word32)bweStr->recBwAvg, 5)) && in WebRtcIsacfix_UpdateUplinkBwImpl()
501 bweStr->prevRtpRate = recRtpRate; in WebRtcIsacfix_UpdateUplinkBwImpl()