Searched refs:rec_header_rate (Results 1 – 2 of 2) sorted by relevance
75 bwest_str->rec_header_rate = INIT_HDR_RATE_WB; in WebRtcIsac_InitBandwidthEstimator()86 bwest_str->rec_header_rate = INIT_HDR_RATE_SWB; in WebRtcIsac_InitBandwidthEstimator()168 bwest_str->rec_header_rate = (float)HEADER_SIZE * 8.0f * in WebRtcIsac_UpdateBandwidthEstimator()175 bwest_str->rec_header_rate; in WebRtcIsac_UpdateBandwidthEstimator()277 bwest_str->rec_header_rate = (float)HEADER_SIZE * 8.0f * in WebRtcIsac_UpdateBandwidthEstimator()281 bwest_str->rec_header_rate); in WebRtcIsac_UpdateBandwidthEstimator()384 (1.0f / (MAX_ISAC_BW + bwest_str->rec_header_rate))) in WebRtcIsac_UpdateBandwidthEstimator()388 (MAX_ISAC_BW + bwest_str->rec_header_rate)); in WebRtcIsac_UpdateBandwidthEstimator()443 bwest_str->rec_header_rate)) in WebRtcIsac_UpdateBandwidthEstimator()446 bwest_str->rec_header_rate); in WebRtcIsac_UpdateBandwidthEstimator()[all …]
191 float rec_header_rate; member