Home
last modified time | relevance | path

Searched refs:DelayBuildUp (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c830 … const int16_t DelayBuildUp) /* max delay from bottle neck buffering (ms) */ in WebRtcIsacfix_GetMinBytes() argument
850 (((512 - 512 / BURST_LEN) * DelayBuildUp) >> 9)) { in WebRtcIsacfix_GetMinBytes()
853 MinRate = (512 + SAMPLES_PER_MSEC * ((DelayBuildUp * inv_Q12) >> 3)) * in WebRtcIsacfix_GetMinBytes()
858 if (DelayBuildUp > State->StillBuffered) { in WebRtcIsacfix_GetMinBytes()
859 MinRate = (512 + SAMPLES_PER_MSEC * (((DelayBuildUp - in WebRtcIsacfix_GetMinBytes()
861 …} else if ((den = WEBRTC_SPL_MUL(SAMPLES_PER_MSEC, (State->StillBuffered - DelayBuildUp))) >= Fram… in WebRtcIsacfix_GetMinBytes()
Dbandwidth_estimator.h106 const int16_t DelayBuildUp); /* max delay from bottle neck buffering (ms) */
/external/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c787 const double DelayBuildUp, /* max delay from bottleneck buffering (ms) */ in WebRtcIsac_GetMinBytes() argument
821 if (State->StillBuffered < (1.0 - 1.0/BURST_LEN) * DelayBuildUp) in WebRtcIsac_GetMinBytes()
824 MinRate = (1.0 + (FS/1000) * DelayBuildUp / in WebRtcIsac_GetMinBytes()
831 MinRate = (1.0 + (FS/1000) * (DelayBuildUp - in WebRtcIsac_GetMinBytes()
Dbandwidth_estimator.h137 const double DelayBuildUp, /* max delay from bottleneck buffering (ms) */