Searched refs:STREAM_SIZE_MAX (Results 1 – 4 of 4) sorted by relevance
382 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()
96 #define STREAM_SIZE_MAX 600 macro
26 uint8_t stream[STREAM_SIZE_MAX];
439 bytesSpecCoderUsed = STREAM_SIZE_MAX; in WebRtcIsac_EncodeLb()557 bytesSpecCoderUsed = STREAM_SIZE_MAX; in LimitPayloadUb()