Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c101 bweStr->recMaxDelay = (int32_t) 10; in WebRtcIsacfix_InitBandwidthEstimator()
512 bweStr->recMaxDelay = WEBRTC_SPL_MUL(3, bweStr->recJitter); in WebRtcIsacfix_UpdateUplinkBwImpl()
791 int16_t recMaxDelay = (int16_t)(bweStr->recMaxDelay >> 15); in WebRtcIsacfix_GetDownlinkMaxDelay() local
796 if (recMaxDelay < MIN_ISAC_MD) { in WebRtcIsacfix_GetDownlinkMaxDelay()
797 recMaxDelay = MIN_ISAC_MD; in WebRtcIsacfix_GetDownlinkMaxDelay()
798 } else if (recMaxDelay > MAX_ISAC_MD) { in WebRtcIsacfix_GetDownlinkMaxDelay()
799 recMaxDelay = MAX_ISAC_MD; in WebRtcIsacfix_GetDownlinkMaxDelay()
802 return recMaxDelay; in WebRtcIsacfix_GetDownlinkMaxDelay()
Dstructs.h217 int32_t recMaxDelay; member