Home
last modified time | relevance | path

Searched refs:ntp_estimator_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/video/
Dvie_receiver.cc54 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()
Dvie_receiver.h119 rtc::scoped_ptr<RemoteNtpTimeEstimator> ntp_estimator_; variable
/external/webrtc/webrtc/voice_engine/
Dchannel.h535 RemoteNtpTimeEstimator ntp_estimator_ GUARDED_BY(ts_stats_lock_);
Dchannel.cc665 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()