Home
last modified time | relevance | path

Searched refs:latest_timestamp (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/video/
Dstream_synchronization.h26 Measurements() : rtcp(), latest_receive_time_ms(0), latest_timestamp(0) {} in Measurements()
29 uint32_t latest_timestamp; member
Dstream_synchronization.cc68 if (!RtpToNtpMs(audio_measurement.latest_timestamp, in ComputeRelativeDelay()
74 if (!RtpToNtpMs(video_measurement.latest_timestamp, in ComputeRelativeDelay()
Dvie_sync_module.cc26 if (!receiver.Timestamp(&stream->latest_timestamp)) in UpdateMeasurements()
Dstream_synchronization_unittest.cc123 audio.latest_timestamp = send_time_->NowRtp(audio_frequency, in DelayedStreams()
125 video.latest_timestamp = send_time_->NowRtp(video_frequency, in DelayedStreams()
/external/v8/tools/
Drun-tests.py456 latest_timestamp = -1
462 if os.path.getmtime(gn_config_dir) > latest_timestamp:
463 latest_timestamp = os.path.getmtime(gn_config_dir)