Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Dremote_ntp_time_estimator_unittest.cc70 void UpdateRtcpTimestamp(int64_t rtt, in UpdateRtcpTimestamp() function in webrtc::RemoteNtpTimeEstimatorTest
75 EXPECT_EQ(expected_result, estimator_->UpdateRtcpTimestamp( in UpdateRtcpTimestamp()
83 UpdateRtcpTimestamp(rtt, ntp_seconds, ntp_fractions, rtcp_timestamp, true); in ReceiveRtcpSr()
93 UpdateRtcpTimestamp(kTestRtt, 0, 0, 0, false); in TEST_F()
Dremote_ntp_time_estimator.cc38 bool RemoteNtpTimeEstimator::UpdateRtcpTimestamp(int64_t rtt, in UpdateRtcpTimestamp() function in webrtc::RemoteNtpTimeEstimator
/external/webrtc/modules/rtp_rtcp/include/
Dremote_ntp_time_estimator.h37 bool UpdateRtcpTimestamp(int64_t rtt,
/external/webrtc/audio/voip/
Daudio_ingress.cc188 ntp_estimator_.UpdateRtcpTimestamp(rtt, ntp_secs, ntp_frac, rtp_timestamp); in ReceivedRTCPPacket()
/external/webrtc/audio/
Dchannel_receive.cc681 ntp_estimator_.UpdateRtcpTimestamp(rtt, ntp_secs, ntp_frac, rtp_timestamp); in ReceivedRTCPPacket()
/external/webrtc/video/
Drtp_video_stream_receiver2.cc1044 ntp_estimator_.UpdateRtcpTimestamp(rtt, ntp_secs, ntp_frac, rtp_timestamp); in DeliverRtcp()
Drtp_video_stream_receiver.cc1071 ntp_estimator_.UpdateRtcpTimestamp(rtt, ntp_secs, ntp_frac, rtp_timestamp); in DeliverRtcp()