Home
last modified time | relevance | path

Searched refs:maxRateBytesPer30Ms (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Disac.c62 (instISAC->maxRateBytesPer30Ms)); in UpdatePayloadSizeLimit()
65 (instISAC->maxRateBytesPer30Ms << 1)); in UpdatePayloadSizeLimit()
433 instISAC->maxRateBytesPer30Ms = STREAM_SIZE_MAX_30; in WebRtcIsac_EncoderInit()
437 instISAC->maxRateBytesPer30Ms = STREAM_SIZE_MAX; in WebRtcIsac_EncoderInit()
2049 instISAC->maxRateBytesPer30Ms = maxRateInBytesPer30Ms; in WebRtcIsac_SetMaxRate()
2223 instISAC->maxRateBytesPer30Ms = STREAM_SIZE_MAX_30; in WebRtcIsac_SetEncSampRate()
2235 instISAC->maxRateBytesPer30Ms = STREAM_SIZE_MAX; in WebRtcIsac_SetEncSampRate()
Dstructs.h484 int16_t maxRateBytesPer30Ms; member