Searched refs:StillBuffered (Results 1 – 4 of 4) sorted by relevance
856 …if (State->StillBuffered < WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL((512 - WEBRTC_SPL_DIV(512, BURST_L… in WebRtcIsacfix_GetMinBytes()863 if (DelayBuildUp > State->StillBuffered) { in WebRtcIsacfix_GetMinBytes()864 …_PER_MSEC, WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(DelayBuildUp - State->StillBuffered, inv_Q12), 3))… in WebRtcIsacfix_GetMinBytes()865 …} else if ((den = WEBRTC_SPL_MUL(SAMPLES_PER_MSEC, (State->StillBuffered - DelayBuildUp))) >= Fram… in WebRtcIsacfix_GetMinBytes()925 State->StillBuffered += TransmissionTime; in WebRtcIsacfix_GetMinBytes()926 …State->StillBuffered -= (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W16(FrameSamples, 4); //>>4 = SAMPLES_P… in WebRtcIsacfix_GetMinBytes()927 if (State->StillBuffered < 0) { in WebRtcIsacfix_GetMinBytes()928 State->StillBuffered = 0; in WebRtcIsacfix_GetMinBytes()931 if (State->StillBuffered > 2000) { in WebRtcIsacfix_GetMinBytes()932 State->StillBuffered = 2000; in WebRtcIsacfix_GetMinBytes()[all …]
264 WebRtc_Word16 StillBuffered; member
828 if (State->StillBuffered < (1.0 - 1.0/BURST_LEN) * DelayBuildUp) in WebRtcIsac_GetMinBytes()839 State->StillBuffered) / (double)FrameSamples) * BottleNeck; in WebRtcIsac_GetMinBytes()896 State->StillBuffered += TransmissionTime; in WebRtcIsac_GetMinBytes()897 State->StillBuffered -= (FrameSamples * 1000) / FS; /* ms */ in WebRtcIsac_GetMinBytes()898 if (State->StillBuffered < 0.0) in WebRtcIsac_GetMinBytes()900 State->StillBuffered = 0.0; in WebRtcIsac_GetMinBytes()923 State->StillBuffered += TransmissionTime; in WebRtcIsac_UpdateRateModel()924 State->StillBuffered -= (FrameSamples * 1000) / FS; /* ms */ in WebRtcIsac_UpdateRateModel()925 if (State->StillBuffered < 0.0) in WebRtcIsac_UpdateRateModel()926 State->StillBuffered = 0.0; in WebRtcIsac_UpdateRateModel()[all …]
241 double StillBuffered; member