Searched refs:UpdateRtcpTimestamp (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/modules/rtp_rtcp/source/ |
D | remote_ntp_time_estimator_unittest.cc | 70 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()
|
D | remote_ntp_time_estimator.cc | 38 bool RemoteNtpTimeEstimator::UpdateRtcpTimestamp(int64_t rtt, in UpdateRtcpTimestamp() function in webrtc::RemoteNtpTimeEstimator
|
/external/webrtc/modules/rtp_rtcp/include/ |
D | remote_ntp_time_estimator.h | 37 bool UpdateRtcpTimestamp(int64_t rtt,
|
/external/webrtc/audio/voip/ |
D | audio_ingress.cc | 188 ntp_estimator_.UpdateRtcpTimestamp(rtt, ntp_secs, ntp_frac, rtp_timestamp); in ReceivedRTCPPacket()
|
/external/webrtc/audio/ |
D | channel_receive.cc | 681 ntp_estimator_.UpdateRtcpTimestamp(rtt, ntp_secs, ntp_frac, rtp_timestamp); in ReceivedRTCPPacket()
|
/external/webrtc/video/ |
D | rtp_video_stream_receiver2.cc | 1044 ntp_estimator_.UpdateRtcpTimestamp(rtt, ntp_secs, ntp_frac, rtp_timestamp); in DeliverRtcp()
|
D | rtp_video_stream_receiver.cc | 1071 ntp_estimator_.UpdateRtcpTimestamp(rtt, ntp_secs, ntp_frac, rtp_timestamp); in DeliverRtcp()
|