Home
last modified time | relevance | path

Searched refs:rtp_to_ntp_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Dremote_ntp_time_estimator.cc43 if (!rtp_to_ntp_.UpdateMeasurements(ntp_secs, ntp_frac, rtp_timestamp, in UpdateRtcpTimestamp()
66 if (!rtp_to_ntp_.Estimate(rtp_timestamp, &sender_capture_ntp_ms)) { in Estimate()
/external/webrtc/modules/rtp_rtcp/include/
Dremote_ntp_time_estimator.h53 RtpToNtpEstimator rtp_to_ntp_; variable