Searched refs:rec_header_rate (Results 1 – 2 of 2) sorted by relevance
73 bwest_str->rec_header_rate = INIT_HDR_RATE_WB; in WebRtcIsac_InitBandwidthEstimator()84 bwest_str->rec_header_rate = INIT_HDR_RATE_SWB; in WebRtcIsac_InitBandwidthEstimator()162 bwest_str->rec_header_rate = (float)HEADER_SIZE * 8.0f * in WebRtcIsac_UpdateBandwidthEstimator()169 bwest_str->rec_header_rate; in WebRtcIsac_UpdateBandwidthEstimator()271 bwest_str->rec_header_rate = (float)HEADER_SIZE * 8.0f * in WebRtcIsac_UpdateBandwidthEstimator()275 bwest_str->rec_header_rate); in WebRtcIsac_UpdateBandwidthEstimator()378 (1.0f / (MAX_ISAC_BW + bwest_str->rec_header_rate))) in WebRtcIsac_UpdateBandwidthEstimator()382 (MAX_ISAC_BW + bwest_str->rec_header_rate)); in WebRtcIsac_UpdateBandwidthEstimator()437 bwest_str->rec_header_rate)) in WebRtcIsac_UpdateBandwidthEstimator()440 bwest_str->rec_header_rate); in WebRtcIsac_UpdateBandwidthEstimator()[all …]
191 float rec_header_rate; member