Searched refs:STREAM_SIZE_MAX (Results 1 – 4 of 4) sorted by relevance
425 instISAC->maxPayloadSizeBytes = STREAM_SIZE_MAX; in WebRtcIsac_EncoderInit()426 instISAC->maxRateBytesPer30Ms = STREAM_SIZE_MAX; in WebRtcIsac_EncoderInit()1053 lenEncodedLBBytes = (lenEncodedBytes > STREAM_SIZE_MAX) ? in Decode()1054 STREAM_SIZE_MAX : lenEncodedBytes; in Decode()1923 if (maxPayloadBytes > STREAM_SIZE_MAX) { in WebRtcIsac_SetMaxPayloadSize()1926 maxPayloadBytes = STREAM_SIZE_MAX; in WebRtcIsac_SetMaxPayloadSize()2023 if (maxRateInBytesPer30Ms > STREAM_SIZE_MAX) { in WebRtcIsac_SetMaxRate()2026 maxRateInBytesPer30Ms = STREAM_SIZE_MAX; in WebRtcIsac_SetMaxRate()2210 instISAC->maxPayloadSizeBytes = STREAM_SIZE_MAX; in WebRtcIsac_SetEncSampRate()2211 instISAC->maxRateBytesPer30Ms = STREAM_SIZE_MAX; in WebRtcIsac_SetEncSampRate()
101 #define STREAM_SIZE_MAX 600 macro
28 WebRtc_UWord8 stream[STREAM_SIZE_MAX];
435 bytesSpecCoderUsed = STREAM_SIZE_MAX; in WebRtcIsac_EncodeLb()553 bytesSpecCoderUsed = STREAM_SIZE_MAX; in LimitPayloadUb()