Home
last modified time | relevance | path

Searched refs:TimeUTCMicros (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/rtc_base/
Dtime_utils.cc303 int64_t TimeUTCMicros() { in TimeUTCMicros() function
324 return TimeUTCMicros() / kNumMicrosecsPerMillisec; in TimeUTCMillis()
Dtime_utils.h131 int64_t TimeUTCMicros();
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_impl.cc94 const int64_t utc_time_us = rtc::TimeUTCMicros(); in StartLogging()
Drtc_event_log_unittest.cc337 utc_start_time_us_ = rtc::TimeUTCMicros(); in WriteLog()
873 int64_t utc_start_time_us = rtc::TimeUTCMicros(); in TEST_P()
/external/webrtc/logging/rtc_event_log/encoder/
Drtc_event_log_encoder_unittest.cc666 const int64_t utc_time_us = rtc::TimeUTCMicros(); in TEST_P()
679 const int64_t start_utc_time_us = rtc::TimeUTCMicros(); in TEST_P()
/external/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver.cc594 report_block_data->SetReportBlock(rtcp_report_block, rtc::TimeUTCMicros()); in HandleReportBlock()
/external/webrtc/call/
Dcall.cc1332 packet_time_us, rtc::TimeUTCMicros(), clock_->TimeInMicroseconds()); in DeliverRtp()
/external/webrtc/pc/
Drtc_stats_collector.cc1068 int64_t timestamp_us = rtc::TimeUTCMicros(); in GetStatsReportInternal()
Drtc_stats_collector_unittest.cc568 int64_t after = rtc::TimeUTCMicros(); in WaitForReport()