Home
last modified time | relevance | path

Searched refs:RttMs (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Drtt_filter.h29 int64_t RttMs() const;
Drtt_filter.cc162 int64_t VCMRttFilter::RttMs() const { in RttMs() function in webrtc::VCMRttFilter
Djitter_estimator.cc392 jitterMS += _rttFilter.RttMs() * rttMultiplier; in GetJitterEstimate()