Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Disac.c1987 WebRtc_Word16 maxRateInBytesPer30Ms; in WebRtcIsac_SetMaxRate() local
1999 maxRateInBytesPer30Ms = (WebRtc_Word16)(maxRate * 3 / 800); in WebRtcIsac_SetMaxRate()
2005 maxRateInBytesPer30Ms = 120; in WebRtcIsac_SetMaxRate()
2012 maxRateInBytesPer30Ms = 200; in WebRtcIsac_SetMaxRate()
2016 if (maxRateInBytesPer30Ms < 120) { in WebRtcIsac_SetMaxRate()
2019 maxRateInBytesPer30Ms = 120; in WebRtcIsac_SetMaxRate()
2023 if (maxRateInBytesPer30Ms > STREAM_SIZE_MAX) { in WebRtcIsac_SetMaxRate()
2026 maxRateInBytesPer30Ms = STREAM_SIZE_MAX; in WebRtcIsac_SetMaxRate()
2030 instISAC->maxRateBytesPer30Ms = maxRateInBytesPer30Ms; in WebRtcIsac_SetMaxRate()