HomeSort by relevance Sort by last modified time
    Searched refs:rtcp_timestamp (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
remote_ntp_time_estimator_unittest.cc 49 uint32_t rtcp_timestamp = GetRemoteTimestamp(); local
55 ReceiveRtcpSr(rtcp_timestamp, ntp_seconds, ntp_fractions);
68 void ReceiveRtcpSr(uint32_t rtcp_timestamp,
74 SetArgPointee<4>(rtcp_timestamp),
rtcp_receiver.h 70 uint32_t* rtcp_timestamp) const;
rtp_rtcp_impl.h 158 uint32_t* rtcp_timestamp) const OVERRIDE;
rtcp_receiver.cc 232 uint32_t* rtcp_timestamp) const
251 if (rtcp_timestamp) {
252 *rtcp_timestamp = _remoteSenderInfo.RTPtimeStamp;
    [all...]
rtp_rtcp_impl.cc 757 uint32_t* rtcp_timestamp) const {
762 rtcp_timestamp)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_rtcp.h 400 uint32_t *rtcp_timestamp) const = 0;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 157 uint32_t *rtcp_timestamp));

Completed in 1248 milliseconds