Home
last modified time | relevance | path

Searched refs:WebRtcIsac_GetUplinkMaxDelay (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.h125 int32_t WebRtcIsac_GetUplinkMaxDelay(
Dbandwidth_estimator.c772 int32_t WebRtcIsac_GetUplinkMaxDelay(const BwEstimatorstr* bwest_str) { in WebRtcIsac_GetUplinkMaxDelay() function
784 bwinfo->send_max_delay_avg = WebRtcIsac_GetUplinkMaxDelay(bwest_str); in WebRtcIsacBw_GetBandwidthInfo()
Disac.c647 instISAC->MaxDelay = (double)WebRtcIsac_GetUplinkMaxDelay( in WebRtcIsac_Encode()