Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/
Drtc_event_log_unittest.cc197 int64_t first_timestamp_ms_ = std::numeric_limits<int64_t>::max(); member in webrtc::__anon1d5b0d8b0111::RtcEventLogSession
348 first_timestamp_ms_ = std::min(first_timestamp_ms_, rtc::TimeMillis()); in WriteLog()
788 EXPECT_EQ(first_timestamp_ms_, parsed_log.first_timestamp().ms()); in ReadAndVerifyLog()
792 std::min(start_time_us_ / 1000, first_timestamp_ms_)); in ReadAndVerifyLog()