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

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Disac.c2030 int16_t maxRateInBytesPer30Ms; local
2042 maxRateInBytesPer30Ms = (int16_t)(maxRate * 3 / 800);
2048 maxRateInBytesPer30Ms = 120;
2055 maxRateInBytesPer30Ms = 200;
2059 if (maxRateInBytesPer30Ms < 120) {
2062 maxRateInBytesPer30Ms = 120;
2066 if (maxRateInBytesPer30Ms > STREAM_SIZE_MAX) {
2069 maxRateInBytesPer30Ms = STREAM_SIZE_MAX;
2073 instISAC->maxRateBytesPer30Ms = maxRateInBytesPer30Ms;
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Disac.c1987 WebRtc_Word16 maxRateInBytesPer30Ms; local
1999 maxRateInBytesPer30Ms = (WebRtc_Word16)(maxRate * 3 / 800);
2005 maxRateInBytesPer30Ms = 120;
2012 maxRateInBytesPer30Ms = 200;
2016 if (maxRateInBytesPer30Ms < 120) {
2019 maxRateInBytesPer30Ms = 120;
2023 if (maxRateInBytesPer30Ms > STREAM_SIZE_MAX) {
2026 maxRateInBytesPer30Ms = STREAM_SIZE_MAX;
2030 instISAC->maxRateBytesPer30Ms = maxRateInBytesPer30Ms;

Completed in 52 milliseconds