Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c111 bwest_str->hsn_detect_snd = 0; in WebRtcIsac_InitBandwidthEstimator()
239 if (bwest_str->hsn_detect_snd && in WebRtcIsac_UpdateBandwidthEstimator()
324 if (!(bwest_str->hsn_detect_snd && bwest_str->hsn_detect_rec)) in WebRtcIsac_UpdateBandwidthEstimator()
552 if (bwest_str->send_bw_avg > (float) 28000 && !bwest_str->hsn_detect_snd) in WebRtcIsac_UpdateUplinkBwImpl()
559 bwest_str->hsn_detect_snd = 1; in WebRtcIsac_UpdateUplinkBwImpl()
562 else if (!bwest_str->hsn_detect_snd) in WebRtcIsac_UpdateUplinkBwImpl()
Dstructs.h213 int hsn_detect_snd; member