Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dcodec.h79 int16_t WebRtcIsac_RateAllocation(int32_t inRateBitPerSec,
Disac.c144 WebRtcIsac_RateAllocation(bottleneck, in UpdateBottleneck()
797 if (WebRtcIsac_RateAllocation(rate, &rateLB, &rateUB, &bandwidthKHz) < 0) { in WebRtcIsac_GetNewBitStream()
1482 if (WebRtcIsac_RateAllocation(bottleneckBPS, &rateLB, &rateUB, in WebRtcIsac_Control()
1606 if (WebRtcIsac_RateAllocation(bottleneckBPS, &rateLB, &rateUB, in WebRtcIsac_ControlBwe()
2229 WebRtcIsac_RateAllocation(bottleneck, &bottleneckLB, &bottleneckUB, in WebRtcIsac_SetEncSampRate()
Dencode.c102 int16_t WebRtcIsac_RateAllocation(int32_t inRateBitPerSec, in WebRtcIsac_RateAllocation() function