Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c150 float rec_rtp_rate; in WebRtcIsac_UpdateBandwidthEstimator() local
174 rec_rtp_rate = ((float)pksize * 8.0f * 1000.0f / (float)frame_length) + in WebRtcIsac_UpdateBandwidthEstimator()
190 bwest_str->prev_rec_rtp_rate = rec_rtp_rate; in WebRtcIsac_UpdateBandwidthEstimator()
349 (rec_rtp_rate > bwest_str->rec_bw_avg) && in WebRtcIsac_UpdateBandwidthEstimator()
461 bwest_str->prev_rec_rtp_rate = rec_rtp_rate; in WebRtcIsac_UpdateBandwidthEstimator()