Searched refs:hsn_detect_snd (Results 1 – 2 of 2) sorted by relevance
109 bwest_str->hsn_detect_snd = 0; in WebRtcIsac_InitBandwidthEstimator()233 if (bwest_str->hsn_detect_snd && in WebRtcIsac_UpdateBandwidthEstimator()318 if (!(bwest_str->hsn_detect_snd && bwest_str->hsn_detect_rec)) in WebRtcIsac_UpdateBandwidthEstimator()544 if (bwest_str->send_bw_avg > (float) 28000 && !bwest_str->hsn_detect_snd) in WebRtcIsac_UpdateUplinkBwImpl()551 bwest_str->hsn_detect_snd = 1; in WebRtcIsac_UpdateUplinkBwImpl()554 else if (!bwest_str->hsn_detect_snd) in WebRtcIsac_UpdateUplinkBwImpl()
213 int hsn_detect_snd; member