Home
last modified time | relevance | path

Searched refs:rtcp_timestamp (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Dremote_ntp_time_estimator_unittest.cc43 uint32_t rtcp_timestamp = GetRemoteTimestamp(); in SendRtcpSr() local
47 RTC_DCHECK(estimator_.UpdateRtcpTimestamp(kTestRtt, ntp, rtcp_timestamp)); in SendRtcpSr()
51 uint32_t rtcp_timestamp = GetRemoteTimestamp(); in SendRtcpSrInaccurately() local
56 RTC_DCHECK(estimator_.UpdateRtcpTimestamp(kTestRtt, ntp, rtcp_timestamp)); in SendRtcpSrInaccurately()
Drtp_rtcp_impl2.h189 uint32_t* rtcp_timestamp) const override;
Drtp_rtcp_interface.h383 uint32_t* rtcp_timestamp) const = 0;
Drtp_rtcp_impl.cc484 uint32_t* rtcp_timestamp) const { in RemoteNTP()
487 rtcp_timestamp, in RemoteNTP()
Drtp_rtcp_impl.h178 uint32_t* rtcp_timestamp) const override;
Drtcp_receiver.cc375 uint32_t* rtcp_timestamp, in NTP() argument
389 if (rtcp_timestamp) in NTP()
390 *rtcp_timestamp = remote_sender_rtp_time_; in NTP()
Drtp_rtcp_impl2.cc460 uint32_t* rtcp_timestamp) const { in RemoteNTP()
463 rtcp_timestamp, in RemoteNTP()
Drtcp_receiver.h128 uint32_t* rtcp_timestamp,
/external/webrtc/video/end_to_end_tests/
Drtp_rtcp_tests.cc263 uint32_t rtcp_timestamp = rtcp_parser.sender_report()->rtp_timestamp(); in TestRtpStatePreservation() local
266 ValidateTimestampGap(ssrc, rtcp_timestamp, false); in TestRtpStatePreservation()
/external/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h127 uint32_t* rtcp_timestamp),