Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/
Dlogged_events.h473 struct LoggedAudioRecvConfig { struct
474 LoggedAudioRecvConfig() = default;
475 LoggedAudioRecvConfig(int64_t timestamp_us, const rtclog::StreamConfig config) in LoggedAudioRecvConfig() function
Drtc_event_log_unittest_helper.h296 const LoggedAudioRecvConfig& logged_event) const;
Drtc_event_log_parser.h401 const std::vector<LoggedAudioRecvConfig>& audio_recv_configs() const { in RTC_POP_IGNORING_WUNDEF()
854 std::vector<LoggedAudioRecvConfig> audio_recv_configs_; in RTC_POP_IGNORING_WUNDEF()
Drtc_event_log_unittest_helper.cc1250 const LoggedAudioRecvConfig& logged_event) const { in VerifyLoggedAudioRecvConfig()
Drtc_event_log_parser.cc3247 LoggedAudioRecvConfig stream; in StoreAudioRecvConfig()