Searched refs:DelayBuildUp (Results 1 – 4 of 4) sorted by relevance
847 … const int16_t DelayBuildUp) /* max delay from bottle neck buffering (ms) */ in WebRtcIsacfix_GetMinBytes() argument867 (((512 - 512 / BURST_LEN) * DelayBuildUp) >> 9)) { in WebRtcIsacfix_GetMinBytes()870 MinRate = (512 + SAMPLES_PER_MSEC * ((DelayBuildUp * inv_Q12) >> 3)) * in WebRtcIsacfix_GetMinBytes()875 if (DelayBuildUp > State->StillBuffered) { in WebRtcIsacfix_GetMinBytes()876 MinRate = (512 + SAMPLES_PER_MSEC * (((DelayBuildUp - in WebRtcIsacfix_GetMinBytes()878 …} else if ((den = WEBRTC_SPL_MUL(SAMPLES_PER_MSEC, (State->StillBuffered - DelayBuildUp))) >= Fram… in WebRtcIsacfix_GetMinBytes()
114 … const int16_t DelayBuildUp); /* max delay from bottle neck buffering (ms) */
805 const double DelayBuildUp, /* max delay from bottleneck buffering (ms) */ in WebRtcIsac_GetMinBytes() argument839 if (State->StillBuffered < (1.0 - 1.0/BURST_LEN) * DelayBuildUp) in WebRtcIsac_GetMinBytes()842 MinRate = (1.0 + (FS/1000) * DelayBuildUp / in WebRtcIsac_GetMinBytes()849 MinRate = (1.0 + (FS/1000) * (DelayBuildUp - in WebRtcIsac_GetMinBytes()
147 const double DelayBuildUp, /* max delay from bottleneck buffering (ms) */