Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c145 float rec_rtp_rate; in WebRtcIsac_UpdateBandwidthEstimator() local
168 rec_rtp_rate = ((float)pksize * 8.0f * 1000.0f / (float)frame_length) + in WebRtcIsac_UpdateBandwidthEstimator()
184 bwest_str->prev_rec_rtp_rate = rec_rtp_rate; in WebRtcIsac_UpdateBandwidthEstimator()
343 (rec_rtp_rate > bwest_str->rec_bw_avg) && in WebRtcIsac_UpdateBandwidthEstimator()
455 bwest_str->prev_rec_rtp_rate = rec_rtp_rate; in WebRtcIsac_UpdateBandwidthEstimator()