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

  /external/webrtc/webrtc/modules/rtp_rtcp/include/
remote_ntp_time_estimator.h 44 RtcpList rtcp_list_; member in class:webrtc::RemoteNtpTimeEstimator
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
remote_ntp_time_estimator.cc 37 ntp_secs, ntp_frac, rtcp_timestamp, &rtcp_list_, &new_rtcp_sr)) {
54 if (rtcp_list_.size() < 2) {
59 if (!RtpToNtpMs(rtp_timestamp, rtcp_list_, &sender_capture_ntp_ms)) {

Completed in 117 milliseconds