Searched refs:bottleneckBPS (Results 1 – 1 of 1) sorted by relevance
1442 WebRtc_Word32 bottleneckBPS, in WebRtcIsac_Control() argument1467 rateLB = (bottleneckBPS > 32000) ? 32000 : bottleneckBPS; in WebRtcIsac_Control()1470 if (WebRtcIsac_RateAllocation(bottleneckBPS, &rateLB, &rateUB, in WebRtcIsac_Control()1523 instISAC->bottleneck = bottleneckBPS; in WebRtcIsac_Control()1551 WebRtc_Word32 bottleneckBPS, in WebRtcIsac_ControlBwe() argument1584 if (bottleneckBPS != 0) { in WebRtcIsac_ControlBwe()1587 if (WebRtcIsac_RateAllocation(bottleneckBPS, &rateLB, &rateUB, in WebRtcIsac_ControlBwe()1591 instISAC->bwestimator_obj.send_bw_avg = (float)bottleneckBPS; in WebRtcIsac_ControlBwe()