Searched refs:EncodeLogStart (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/webrtc/logging/rtc_event_log/encoder/ |
H A D | rtc_event_log_encoder.h | 25 virtual std::string EncodeLogStart(int64_t timestamp_us,
|
H A D | rtc_event_log_encoder_v3.h | 34 std::string EncodeLogStart(int64_t timestamp_us,
|
H A D | rtc_event_log_encoder_legacy.h | 55 std::string EncodeLogStart(int64_t timestamp_us,
|
H A D | rtc_event_log_encoder_unittest.cc | 70 encoder_->EncodeLogStart(rtc::TimeMillis(), rtc::TimeUTCMillis()); in RtcEventLogEncoderTest() 729 encoded_ = encoder_->EncodeLogStart(timestamp_ms * 1000, utc_time_ms * 1000); in TEST_P() 743 encoded_ = encoder_->EncodeLogStart(start_timestamp_ms * 1000, in TEST_P() 1294 encoder_->EncodeLogStart(rtc::TimeMillis(), rtc::TimeUTCMillis()); in RtcEventLogEncoderSimpleTest()
|
H A D | rtc_event_log_encoder_v3.cc | 52 std::string RtcEventLogEncoderV3::EncodeLogStart(int64_t timestamp_us, in EncodeLogStart() function in webrtc::RtcEventLogEncoderV3
|
H A D | rtc_event_log_encoder_new_format.h | 67 std::string EncodeLogStart(int64_t timestamp_us,
|
H A D | rtc_event_log_encoder_legacy.cc | 233 std::string RtcEventLogEncoderLegacy::EncodeLogStart(int64_t timestamp_us, in EncodeLogStart() function in webrtc::RtcEventLogEncoderLegacy
|
H A D | rtc_event_log_encoder_new_format.cc | 655 std::string RtcEventLogEncoderNewFormat::EncodeLogStart(int64_t timestamp_us, in EncodeLogStart() function in webrtc::RtcEventLogEncoderNewFormat
|
/aosp_15_r20/external/webrtc/logging/rtc_event_log/ |
H A D | rtc_event_log_impl.cc | 108 WriteToOutput(event_encoder_->EncodeLogStart(timestamp_us, utc_time_us)); in StartLogging()
|