Home
last modified time | relevance | path

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

/external/webrtc/video/
Drtp_streams_synchronizer2.cc32 return stream->rtp_to_ntp.UpdateMeasurements( in UpdateMeasurements()
187 audio_measurement_.rtp_to_ntp.Estimate(audio_rtp_timestamp); in GetStreamSyncOffsetInMs()
197 video_measurement_.rtp_to_ntp.Estimate(rtp_timestamp); in GetStreamSyncOffsetInMs()
214 *estimated_freq_khz = video_measurement_.rtp_to_ntp.EstimatedFrequencyKhz(); in GetStreamSyncOffsetInMs()
Dstream_synchronization.cc39 audio_measurement.rtp_to_ntp.Estimate(audio_measurement.latest_timestamp); in ComputeRelativeDelay()
44 video_measurement.rtp_to_ntp.Estimate(video_measurement.latest_timestamp); in ComputeRelativeDelay()
Dstream_synchronization_unittest.cc55 EXPECT_EQ(audio.rtp_to_ntp.UpdateMeasurements(ntp_time, rtp_timestamp), in DelayedStreams()
61 EXPECT_EQ(video.rtp_to_ntp.UpdateMeasurements(ntp_time, rtp_timestamp), in DelayedStreams()
67 EXPECT_EQ(audio.rtp_to_ntp.UpdateMeasurements(ntp_time, rtp_timestamp), in DelayedStreams()
73 EXPECT_EQ(video.rtp_to_ntp.UpdateMeasurements(ntp_time, rtp_timestamp), in DelayedStreams()
Dstream_synchronization.h24 RtpToNtpEstimator rtp_to_ntp; member