Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/
Dlogged_events.h497 struct LoggedVideoRecvConfig { struct
498 LoggedVideoRecvConfig() = default;
499 LoggedVideoRecvConfig(int64_t timestamp_us, const rtclog::StreamConfig config) in LoggedVideoRecvConfig() function
Drtc_event_log_unittest_helper.h304 const LoggedVideoRecvConfig& logged_event) const;
Drtc_event_log_parser.h409 const std::vector<LoggedVideoRecvConfig>& video_recv_configs() const { in RTC_POP_IGNORING_WUNDEF()
856 std::vector<LoggedVideoRecvConfig> video_recv_configs_; in RTC_POP_IGNORING_WUNDEF()
Drtc_event_log_unittest_helper.cc1264 const LoggedVideoRecvConfig& logged_event) const { in VerifyLoggedVideoRecvConfig()
Drtc_event_log_parser.cc3209 LoggedVideoRecvConfig stream; in StoreVideoRecvConfig()