Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/encoder/
Drtc_event_log_encoder.h25 virtual std::string EncodeLogStart(int64_t timestamp_us,
Drtc_event_log_encoder_legacy.h53 std::string EncodeLogStart(int64_t timestamp_us,
Drtc_event_log_encoder_new_format.h66 std::string EncodeLogStart(int64_t timestamp_us,
Drtc_event_log_encoder_unittest.cc668 std::string encoded = encoder_->EncodeLogStart(timestamp_us, utc_time_us); in TEST_P()
681 encoder_->EncodeLogStart(start_timestamp_us, start_utc_time_us); in TEST_P()
Drtc_event_log_encoder_legacy.cc232 std::string RtcEventLogEncoderLegacy::EncodeLogStart(int64_t timestamp_us, in EncodeLogStart() function in webrtc::RtcEventLogEncoderLegacy
Drtc_event_log_encoder_new_format.cc645 std::string RtcEventLogEncoderNewFormat::EncodeLogStart(int64_t timestamp_us, in EncodeLogStart() function in webrtc::RtcEventLogEncoderNewFormat
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_impl.cc109 WriteToOutput(event_encoder_->EncodeLogStart(timestamp_us, utc_time_us)); in StartLogging()