Searched refs:first_timestamp_ms_ (Results 1 – 1 of 1) sorted by relevance
197 int64_t first_timestamp_ms_ = std::numeric_limits<int64_t>::max(); member in webrtc::__anon1d5b0d8b0111::RtcEventLogSession348 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()