Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c94 bwest_str->prev_rec_rtp_rate = 1.0f; in WebRtcIsac_InitBandwidthEstimator()
190 bwest_str->prev_rec_rtp_rate = rec_rtp_rate; in WebRtcIsac_UpdateBandwidthEstimator()
348 if ((bwest_str->prev_rec_rtp_rate > bwest_str->rec_bw_avg) && in WebRtcIsac_UpdateBandwidthEstimator()
461 bwest_str->prev_rec_rtp_rate = rec_rtp_rate; in WebRtcIsac_UpdateBandwidthEstimator()
Dstructs.h165 float prev_rec_rtp_rate; member