Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/
Dlogged_events.h509 struct LoggedVideoSendConfig { struct
510 LoggedVideoSendConfig() = default;
511 LoggedVideoSendConfig(int64_t timestamp_us, const rtclog::StreamConfig config) in LoggedVideoSendConfig() function
Drtc_event_log_unittest_helper.h308 const LoggedVideoSendConfig& logged_event) const;
Drtc_event_log_parser.h413 const std::vector<LoggedVideoSendConfig>& video_send_configs() const { in RTC_POP_IGNORING_WUNDEF()
857 std::vector<LoggedVideoSendConfig> video_send_configs_; in RTC_POP_IGNORING_WUNDEF()
Drtc_event_log_unittest_helper.cc1271 const LoggedVideoSendConfig& logged_event) const { in VerifyLoggedVideoSendConfig()
Drtc_event_log_parser.cc3229 LoggedVideoSendConfig stream; in StoreVideoSendConfig()