Searched refs:ntp_estimator_ (Results 1 – 4 of 4) sorted by relevance
54 ntp_estimator_(new RemoteNtpTimeEstimator(clock_)), in ViEReceiver()240 ntp_estimator_->Estimate(rtp_header->header.timestamp); in OnReceivedPayloadData()441 ntp_estimator_->UpdateRtcpTimestamp(rtt, ntp_secs, ntp_frac, rtp_timestamp); in InsertRTCPPacket()
119 rtc::scoped_ptr<RemoteNtpTimeEstimator> ntp_estimator_; variable
535 RemoteNtpTimeEstimator ntp_estimator_ GUARDED_BY(ts_stats_lock_);
665 audioFrame->ntp_time_ms_ = ntp_estimator_.Estimate( in GetAudioFrame()844 ntp_estimator_(Clock::GetRealTimeClock()), in Channel()1831 ntp_estimator_.UpdateRtcpTimestamp(rtt, ntp_secs, ntp_frac, rtp_timestamp); in ReceivedRTCPPacket()