Searched refs:WebRtcIsac_RateAllocation (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | codec.h | 79 int16_t WebRtcIsac_RateAllocation(int32_t inRateBitPerSec,
|
D | isac.c | 144 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()
|
D | encode.c | 102 int16_t WebRtcIsac_RateAllocation(int32_t inRateBitPerSec, in WebRtcIsac_RateAllocation() function
|