Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Disac.c767 WebRtc_Word32 currentBN; in WebRtcIsac_GetNewBitStream() local
782 WebRtcIsac_GetUplinkBw(ISAC_main_inst, &currentBN); in WebRtcIsac_GetNewBitStream()
783 if (rate > currentBN) { in WebRtcIsac_GetNewBitStream()
784 rate = currentBN; in WebRtcIsac_GetNewBitStream()