Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c100 bweStr->recMaxDelay = (int32_t) 10; in WebRtcIsacfix_InitBandwidthEstimator()
511 bweStr->recMaxDelay = WEBRTC_SPL_MUL(3, bweStr->recJitter); in WebRtcIsacfix_UpdateUplinkBwImpl()
790 int16_t recMaxDelay = (int16_t)(bweStr->recMaxDelay >> 15); in WebRtcIsacfix_GetDownlinkMaxDelay() local
795 if (recMaxDelay < MIN_ISAC_MD) { in WebRtcIsacfix_GetDownlinkMaxDelay()
796 recMaxDelay = MIN_ISAC_MD; in WebRtcIsacfix_GetDownlinkMaxDelay()
797 } else if (recMaxDelay > MAX_ISAC_MD) { in WebRtcIsacfix_GetDownlinkMaxDelay()
798 recMaxDelay = MAX_ISAC_MD; in WebRtcIsacfix_GetDownlinkMaxDelay()
801 return recMaxDelay; in WebRtcIsacfix_GetDownlinkMaxDelay()
Dstructs.h191 int32_t recMaxDelay; member