OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:latest_timestamp
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/video_engine/
stream_synchronization.h
26
Measurements() : rtcp(), latest_receive_time_ms(0),
latest_timestamp
(0) {}
29
uint32_t
latest_timestamp
;
member in struct:webrtc::StreamSynchronization::Measurements
stream_synchronization.cc
67
if (!RtpToNtpMs(audio_measurement.
latest_timestamp
,
73
if (!RtpToNtpMs(video_measurement.
latest_timestamp
,
vie_sync_module.cc
29
if (!receiver.Timestamp(&stream->
latest_timestamp
))
stream_synchronization_unittest.cc
122
audio.
latest_timestamp
= send_time_->NowRtp(audio_frequency,
124
video.
latest_timestamp
= send_time_->NowRtp(video_frequency,
Completed in 527 milliseconds