Home
last modified time | relevance | path

Searched refs:UpdateRtcpTimestamp (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Dremote_ntp_time_estimator_unittest.cc47 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()
H A Dremote_ntp_time_estimator.cc53 bool RemoteNtpTimeEstimator::UpdateRtcpTimestamp(TimeDelta rtt, in UpdateRtcpTimestamp() function in webrtc::RemoteNtpTimeEstimator
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/include/
H A Dremote_ntp_time_estimator.h39 bool UpdateRtcpTimestamp(TimeDelta rtt,
/aosp_15_r20/external/webrtc/audio/voip/
H A Daudio_ingress.cc229 ntp_estimator_.UpdateRtcpTimestamp( in ReceivedRTCPPacket()
/aosp_15_r20/external/webrtc/audio/
H A Dchannel_receive.cc763 ntp_estimator_.UpdateRtcpTimestamp( in ReceivedRTCPPacket()
/aosp_15_r20/external/webrtc/video/
H A Drtp_video_stream_receiver2.cc1180 ntp_estimator_.UpdateRtcpTimestamp( in DeliverRtcp()