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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
remote_ntp_time_estimator.h 26 // |UpdateRtcpTimestamp|) before it can be used.
35 bool UpdateRtcpTimestamp(uint32_t ssrc, RtpRtcp* rtp_rtcp);
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
remote_ntp_time_estimator_unittest.cc 58 void UpdateRtcpTimestamp(MockRtpRtcp* rtp_rtcp, bool expected_result) {
65 estimator_.UpdateRtcpTimestamp(kTestSsrc, rtp_rtcp));
77 UpdateRtcpTimestamp(&rtp_rtcp_, true);
89 UpdateRtcpTimestamp(&rtp_rtcp_, false);
remote_ntp_time_estimator.cc 29 bool RemoteNtpTimeEstimator::UpdateRtcpTimestamp(uint32_t ssrc,
  /external/chromium_org/third_party/webrtc/video_engine/
vie_receiver.cc 341 ntp_estimator_->UpdateRtcpTimestamp(rtp_receiver_->SSRC(), rtp_rtcp_);
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.cc     [all...]

Completed in 775 milliseconds