Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/main/source/
Disac.c382 instISAC->maxPayloadSizeBytes = STREAM_SIZE_MAX; in WebRtcIsac_EncoderInit()
383 instISAC->maxRateBytesPer30Ms = STREAM_SIZE_MAX; in WebRtcIsac_EncoderInit()
1004 lenEncodedLBBytes = (lenEncodedBytes > STREAM_SIZE_MAX) ? in Decode()
1005 STREAM_SIZE_MAX : lenEncodedBytes; in Decode()
1901 if (maxPayloadBytes > STREAM_SIZE_MAX) { in WebRtcIsac_SetMaxPayloadSize()
1904 maxPayloadBytes = STREAM_SIZE_MAX; in WebRtcIsac_SetMaxPayloadSize()
2001 if (maxRateInBytesPer30Ms > STREAM_SIZE_MAX) { in WebRtcIsac_SetMaxRate()
2004 maxRateInBytesPer30Ms = STREAM_SIZE_MAX; in WebRtcIsac_SetMaxRate()
2193 instISAC->maxPayloadSizeBytes = STREAM_SIZE_MAX; in WebRtcIsac_SetEncSampRate()
2194 instISAC->maxRateBytesPer30Ms = STREAM_SIZE_MAX; in WebRtcIsac_SetEncSampRate()
Dsettings.h96 #define STREAM_SIZE_MAX 600 macro
Dstructs.h26 uint8_t stream[STREAM_SIZE_MAX];
Dencode.c439 bytesSpecCoderUsed = STREAM_SIZE_MAX; in WebRtcIsac_EncodeLb()
557 bytesSpecCoderUsed = STREAM_SIZE_MAX; in LimitPayloadUb()