Searched defs:rtcp_timestamp (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dremote_ntp_time_estimator.cc34 uint32_t rtcp_timestamp) {
37 ntp_secs, ntp_frac, rtcp_timestamp, &rtcp_list_, &new_rtcp_sr)) {
31 UpdateRtcpTimestamp(int64_t rtt, uint32_t ntp_secs, uint32_t ntp_frac, uint32_t rtcp_timestamp) argument
H A Dremote_ntp_time_estimator_unittest.cc48 uint32_t rtcp_timestamp = GetRemoteTimestamp(); local
54 ReceiveRtcpSr(kTestRtt, rtcp_timestamp, ntp_seconds, ntp_fractions);
65 uint32_t rtcp_timestamp,
68 UpdateRtcpTimestamp(rtt, ntp_seconds, ntp_fractions, rtcp_timestamp, true);
64 ReceiveRtcpSr(int64_t rtt, uint32_t rtcp_timestamp, uint32_t ntp_seconds, uint32_t ntp_fractions) argument

Completed in 111 milliseconds