Searched refs:UpdateRtcpTimestamp (Results 1 – 6 of 6) sorted by relevance
47 RTC_DCHECK(estimator_.UpdateRtcpTimestamp(kTestRtt, ntp, rtcp_timestamp)); in SendRtcpSr()56 RTC_DCHECK(estimator_.UpdateRtcpTimestamp(kTestRtt, ntp, rtcp_timestamp)); in SendRtcpSrInaccurately()66 estimator_.UpdateRtcpTimestamp(kTestRtt, NtpTime(), /*rtp_timestamp=*/0)); in TEST_F()
53 bool RemoteNtpTimeEstimator::UpdateRtcpTimestamp(TimeDelta rtt, in UpdateRtcpTimestamp() function in webrtc::RemoteNtpTimeEstimator
39 bool UpdateRtcpTimestamp(TimeDelta rtt,
229 ntp_estimator_.UpdateRtcpTimestamp( in ReceivedRTCPPacket()
763 ntp_estimator_.UpdateRtcpTimestamp( in ReceivedRTCPPacket()
1180 ntp_estimator_.UpdateRtcpTimestamp( in DeliverRtcp()