Searched refs:STREAM_SIZE_MAX (Results 1 – 4 of 4) sorted by relevance
436 instISAC->maxPayloadSizeBytes = STREAM_SIZE_MAX; in WebRtcIsac_EncoderInit()437 instISAC->maxRateBytesPer30Ms = STREAM_SIZE_MAX; in WebRtcIsac_EncoderInit()1058 lenEncodedLBBytes = (lenEncodedBytes > STREAM_SIZE_MAX) ? in Decode()1059 STREAM_SIZE_MAX : lenEncodedBytes; in Decode()1942 if (maxPayloadBytes > STREAM_SIZE_MAX) { in WebRtcIsac_SetMaxPayloadSize()1945 maxPayloadBytes = STREAM_SIZE_MAX; in WebRtcIsac_SetMaxPayloadSize()2042 if (maxRateInBytesPer30Ms > STREAM_SIZE_MAX) { in WebRtcIsac_SetMaxRate()2045 maxRateInBytesPer30Ms = STREAM_SIZE_MAX; in WebRtcIsac_SetMaxRate()2234 instISAC->maxPayloadSizeBytes = STREAM_SIZE_MAX; in WebRtcIsac_SetEncSampRate()2235 instISAC->maxRateBytesPer30Ms = STREAM_SIZE_MAX; in WebRtcIsac_SetEncSampRate()
102 #define STREAM_SIZE_MAX 600 macro
28 uint8_t stream[STREAM_SIZE_MAX];
437 bytesSpecCoderUsed = STREAM_SIZE_MAX; in WebRtcIsac_EncodeLb()555 bytesSpecCoderUsed = STREAM_SIZE_MAX; in LimitPayloadUb()