HomeSort by relevance Sort by last modified time
    Searched refs:latest_timestamp (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/video/
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 68 if (!RtpToNtpMs(audio_measurement.latest_timestamp,
74 if (!RtpToNtpMs(video_measurement.latest_timestamp,
vie_sync_module.cc 26 if (!receiver.Timestamp(&stream->latest_timestamp))
stream_synchronization_unittest.cc 123 audio.latest_timestamp = send_time_->NowRtp(audio_frequency,
125 video.latest_timestamp = send_time_->NowRtp(video_frequency,
  /external/v8/tools/
run-tests.py 456 latest_timestamp = -1
462 if os.path.getmtime(gn_config_dir) > latest_timestamp:
463 latest_timestamp = os.path.getmtime(gn_config_dir)
    [all...]

Completed in 78 milliseconds