Searched refs:frameDelayMS (Results 1 – 2 of 2) sorted by relevance
117 void VCMJitterEstimator::UpdateEstimate(int64_t frameDelayMS, in UpdateEstimate() argument162 double deviation = DeviationFromExpectedDelay(frameDelayMS, deltaFS); in UpdateEstimate()179 KalmanEstimateChannel(frameDelayMS, deltaFS); in UpdateEstimate()209 void VCMJitterEstimator::KalmanEstimateChannel(int64_t frameDelayMS, in KalmanEstimateChannel() argument256 measureRes = frameDelayMS - (deltaFSBytes * _theta[0] + _theta[1]); in KalmanEstimateChannel()287 int64_t frameDelayMS, in DeviationFromExpectedDelay() argument289 return frameDelayMS - (_theta[0] * deltaFSBytes + _theta[1]); in DeviationFromExpectedDelay()
43 void UpdateEstimate(int64_t frameDelayMS,88 void KalmanEstimateChannel(int64_t frameDelayMS, int32_t deltaFSBytes);120 double DeviationFromExpectedDelay(int64_t frameDelayMS,