Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/video_engine/
Dvie_receiver.cc50 ntp_estimator_(new RemoteNtpTimeEstimator(Clock::GetRealTimeClock())), in ViEReceiver()
179 ntp_estimator_->Estimate(rtp_header->header.timestamp); in OnReceivedPayloadData()
340 ntp_estimator_->UpdateRtcpTimestamp(rtp_receiver_->SSRC(), rtp_rtcp_); in InsertRTCPPacket()
Dvie_receiver.h118 scoped_ptr<RemoteNtpTimeEstimator> ntp_estimator_; variable
/external/chromium_org/third_party/webrtc/voice_engine/
Dchannel.h550 scoped_ptr<RemoteNtpTimeEstimator> ntp_estimator_; variable
Dchannel.cc703 audioFrame.ntp_time_ms_ = ntp_estimator_->Estimate(audioFrame.timestamp_); in GetAudioFrame()
880 ntp_estimator_(new RemoteNtpTimeEstimator(Clock::GetRealTimeClock())), in Channel()
1933 ntp_estimator_->UpdateRtcpTimestamp(rtp_receiver_->SSRC(), in ReceivedRTCPPacket()