Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Disac.c1442 WebRtc_Word32 bottleneckBPS, in WebRtcIsac_Control() argument
1467 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() argument
1584 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()