Searched refs:rtcp_timestamp (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/modules/rtp_rtcp/source/ |
D | remote_ntp_time_estimator_unittest.cc | 43 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()
|
D | rtp_rtcp_impl2.h | 189 uint32_t* rtcp_timestamp) const override;
|
D | rtp_rtcp_interface.h | 383 uint32_t* rtcp_timestamp) const = 0;
|
D | rtp_rtcp_impl.cc | 484 uint32_t* rtcp_timestamp) const { in RemoteNTP() 487 rtcp_timestamp, in RemoteNTP()
|
D | rtp_rtcp_impl.h | 178 uint32_t* rtcp_timestamp) const override;
|
D | rtcp_receiver.cc | 375 uint32_t* rtcp_timestamp, in NTP() argument 389 if (rtcp_timestamp) in NTP() 390 *rtcp_timestamp = remote_sender_rtp_time_; in NTP()
|
D | rtp_rtcp_impl2.cc | 460 uint32_t* rtcp_timestamp) const { in RemoteNTP() 463 rtcp_timestamp, in RemoteNTP()
|
D | rtcp_receiver.h | 128 uint32_t* rtcp_timestamp,
|
/external/webrtc/video/end_to_end_tests/ |
D | rtp_rtcp_tests.cc | 263 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/ |
D | mock_rtp_rtcp.h | 127 uint32_t* rtcp_timestamp),
|