Searched refs:WebRtcIsac_RateAllocation (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
D | codec.h | 75 WebRtc_Word16 WebRtcIsac_RateAllocation(WebRtc_Word32 inRateBitPerSec,
|
D | isac.c | 143 WebRtcIsac_RateAllocation(bottleneck, in UpdateBottleneck() 787 if (WebRtcIsac_RateAllocation(rate, &rateLB, &rateUB, &bandwidthKHz) < 0) { in WebRtcIsac_GetNewBitStream() 1470 if (WebRtcIsac_RateAllocation(bottleneckBPS, &rateLB, &rateUB, in WebRtcIsac_Control() 1587 if (WebRtcIsac_RateAllocation(bottleneckBPS, &rateLB, &rateUB, in WebRtcIsac_ControlBwe() 2205 WebRtcIsac_RateAllocation(bottleneck, &bottleneckLB, &bottleneckUB, in WebRtcIsac_SetEncSampRate()
|
D | encode.c | 102 WebRtc_Word16 WebRtcIsac_RateAllocation(WebRtc_Word32 inRateBitPerSec, in WebRtcIsac_RateAllocation() function
|