Home
last modified time | relevance | path

Searched refs:KalmanEstimateChannel (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/video_coding/
Djitter_estimator.h80 void KalmanEstimateChannel(int64_t frameDelayMS, int32_t deltaFSBytes);
Djitter_estimator.cc186 KalmanEstimateChannel(frameDelayMS, deltaFS); in UpdateEstimate()
211 void VCMJitterEstimator::KalmanEstimateChannel(int64_t frameDelayMS, in KalmanEstimateChannel() function in webrtc::VCMJitterEstimator