Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c81 bweStr->prevRtpRate = 1; in WebRtcIsacfix_InitBandwidthEstimator()
241 bweStr->prevRtpRate = recRtpRate; in WebRtcIsacfix_UpdateUplinkBwImpl()
353 if ((bweStr->prevRtpRate > (int32_t)bweStr->recBwAvg >> 5) && in WebRtcIsacfix_UpdateUplinkBwImpl()
505 bweStr->prevRtpRate = recRtpRate; in WebRtcIsacfix_UpdateUplinkBwImpl()
Dstructs.h199 …uint16_t prevRtpRate; /* rate of previous packet, derived from RTP timestamps (in bits/s… member