HomeSort by relevance Sort by last modified time
    Searched defs:UpdateRtcpTimestamp (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
remote_ntp_time_estimator.cc 31 bool RemoteNtpTimeEstimator::UpdateRtcpTimestamp(int64_t rtt,
remote_ntp_time_estimator_unittest.cc 57 void UpdateRtcpTimestamp(int64_t rtt, uint32_t ntp_secs, uint32_t ntp_frac,
60 estimator_.UpdateRtcpTimestamp(rtt, ntp_secs, ntp_frac,
68 UpdateRtcpTimestamp(rtt, ntp_seconds, ntp_fractions, rtcp_timestamp, true);
78 UpdateRtcpTimestamp(kTestRtt, 0, 0, 0, false);

Completed in 35 milliseconds