Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Disac.c60 (instISAC->maxRateBytesPer30Ms)); in UpdatePayloadSizeLimit()
63 (instISAC->maxRateBytesPer30Ms << 1)); in UpdatePayloadSizeLimit()
422 instISAC->maxRateBytesPer30Ms = STREAM_SIZE_MAX_30; in WebRtcIsac_EncoderInit()
426 instISAC->maxRateBytesPer30Ms = STREAM_SIZE_MAX; in WebRtcIsac_EncoderInit()
2030 instISAC->maxRateBytesPer30Ms = maxRateInBytesPer30Ms; in WebRtcIsac_SetMaxRate()
2201 instISAC->maxRateBytesPer30Ms = STREAM_SIZE_MAX_30; in WebRtcIsac_SetEncSampRate()
2211 instISAC->maxRateBytesPer30Ms = STREAM_SIZE_MAX; in WebRtcIsac_SetEncSampRate()
Dstructs.h472 WebRtc_Word16 maxRateBytesPer30Ms; member