OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ntp_estimator_
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/video/
vie_receiver.h
119
rtc::scoped_ptr<RemoteNtpTimeEstimator>
ntp_estimator_
;
member in class:webrtc::ViEReceiver
vie_receiver.cc
54
ntp_estimator_
(new RemoteNtpTimeEstimator(clock_)),
240
ntp_estimator_
->Estimate(rtp_header->header.timestamp);
441
ntp_estimator_
->UpdateRtcpTimestamp(rtt, ntp_secs, ntp_frac, rtp_timestamp);
/external/webrtc/webrtc/voice_engine/
channel.h
535
RemoteNtpTimeEstimator
ntp_estimator_
GUARDED_BY(ts_stats_lock_);
channel.cc
665
audioFrame->ntp_time_ms_ =
ntp_estimator_
.Estimate(
844
ntp_estimator_
(Clock::GetRealTimeClock()),
[
all
...]
Completed in 53 milliseconds