Searched refs:recMaxDelay (Results 1 – 2 of 2) sorted by relevance
99 bweStr->recMaxDelay = (WebRtc_Word32) 10; in WebRtcIsacfix_InitBandwidthEstimator()508 bweStr->recMaxDelay = WEBRTC_SPL_MUL(3, bweStr->recJitter); in WebRtcIsacfix_UpdateUplinkBwImpl()776 WebRtc_Word16 recMaxDelay; in WebRtcIsacfix_GetDownlinkMaxDelay() local778 recMaxDelay = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(bweStr->recMaxDelay, 15); in WebRtcIsacfix_GetDownlinkMaxDelay()781 if (recMaxDelay < MIN_ISAC_MD) { in WebRtcIsacfix_GetDownlinkMaxDelay()782 recMaxDelay = MIN_ISAC_MD; in WebRtcIsacfix_GetDownlinkMaxDelay()783 } else if (recMaxDelay > MAX_ISAC_MD) { in WebRtcIsacfix_GetDownlinkMaxDelay()784 recMaxDelay = MAX_ISAC_MD; in WebRtcIsacfix_GetDownlinkMaxDelay()787 return recMaxDelay; in WebRtcIsacfix_GetDownlinkMaxDelay()
215 WebRtc_Word32 recMaxDelay; member