Home
last modified time | relevance | path

Searched refs:ParsedRtcEventLog (Results 1 – 21 of 21) sorted by relevance

/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Danalyze_audio.h27 void CreateAudioEncoderTargetBitrateGraph(const ParsedRtcEventLog& parsed_log,
30 void CreateAudioEncoderFrameLengthGraph(const ParsedRtcEventLog& parsed_log,
33 void CreateAudioEncoderPacketLossGraph(const ParsedRtcEventLog& parsed_log,
36 void CreateAudioEncoderEnableFecGraph(const ParsedRtcEventLog& parsed_log,
39 void CreateAudioEncoderEnableDtxGraph(const ParsedRtcEventLog& parsed_log,
42 void CreateAudioEncoderNumChannelsGraph(const ParsedRtcEventLog& parsed_log,
48 NetEqStatsGetterMap SimulateNetEq(const ParsedRtcEventLog& parsed_log,
53 void CreateAudioJitterBufferGraph(const ParsedRtcEventLog& parsed_log,
59 const ParsedRtcEventLog& parsed_log,
66 const ParsedRtcEventLog& parsed_log,
Danalyzer_common.cc16 bool IsRtxSsrc(const ParsedRtcEventLog& parsed_log, in IsRtxSsrc()
28 bool IsVideoSsrc(const ParsedRtcEventLog& parsed_log, in IsVideoSsrc()
40 bool IsAudioSsrc(const ParsedRtcEventLog& parsed_log, in IsAudioSsrc()
52 std::string GetStreamName(const ParsedRtcEventLog& parsed_log, in GetStreamName()
Danalyze_audio.cc27 void CreateAudioEncoderTargetBitrateGraph(const ParsedRtcEventLog& parsed_log, in CreateAudioEncoderTargetBitrateGraph()
52 void CreateAudioEncoderFrameLengthGraph(const ParsedRtcEventLog& parsed_log, in CreateAudioEncoderFrameLengthGraph()
77 void CreateAudioEncoderPacketLossGraph(const ParsedRtcEventLog& parsed_log, in CreateAudioEncoderPacketLossGraph()
103 void CreateAudioEncoderEnableFecGraph(const ParsedRtcEventLog& parsed_log, in CreateAudioEncoderEnableFecGraph()
128 void CreateAudioEncoderEnableDtxGraph(const ParsedRtcEventLog& parsed_log, in CreateAudioEncoderEnableDtxGraph()
153 void CreateAudioEncoderNumChannelsGraph(const ParsedRtcEventLog& parsed_log, in CreateAudioEncoderNumChannelsGraph()
337 NetEqStatsGetterMap SimulateNetEq(const ParsedRtcEventLog& parsed_log, in SimulateNetEq()
376 void CreateAudioJitterBufferGraph(const ParsedRtcEventLog& parsed_log, in CreateAudioJitterBufferGraph()
435 const ParsedRtcEventLog& parsed_log, in CreateNetEqStatsGraphInternal()
470 const ParsedRtcEventLog& parsed_log, in CreateNetEqNetworkStatsGraph()
[all …]
Dalerts.h54 void AnalyzeLog(const ParsedRtcEventLog& parsed_log);
56 void AnalyzeStreamGaps(const ParsedRtcEventLog& parsed_log,
58 void AnalyzeTransmissionGaps(const ParsedRtcEventLog& parsed_log,
Danalyzer.h34 EventLogAnalyzer(const ParsedRtcEventLog& log, bool normalize_time);
35 EventLogAnalyzer(const ParsedRtcEventLog& log, const AnalyzerConfig& config);
100 const ParsedRtcEventLog& parsed_log_;
Danalyzer_common.h85 bool IsRtxSsrc(const ParsedRtcEventLog& parsed_log,
88 bool IsVideoSsrc(const ParsedRtcEventLog& parsed_log,
91 bool IsAudioSsrc(const ParsedRtcEventLog& parsed_log,
95 std::string GetStreamName(const ParsedRtcEventLog& parsed_log,
Dalerts.cc28 void TriageHelper::AnalyzeStreamGaps(const ParsedRtcEventLog& parsed_log, in AnalyzeStreamGaps()
99 void TriageHelper::AnalyzeTransmissionGaps(const ParsedRtcEventLog& parsed_log, in AnalyzeTransmissionGaps()
184 void TriageHelper::AnalyzeLog(const ParsedRtcEventLog& parsed_log) { in AnalyzeLog()
Dmain.cc251 webrtc::ParsedRtcEventLog::UnconfiguredHeaderExtensions header_extensions = in main()
252 webrtc::ParsedRtcEventLog::UnconfiguredHeaderExtensions::kDontParse; in main()
254 header_extensions = webrtc::ParsedRtcEventLog:: in main()
257 webrtc::ParsedRtcEventLog parsed_log(header_extensions, in main()
Dlog_simulation.h32 void ProcessEventsInLog(const ParsedRtcEventLog& parsed_log_);
Dlog_simulation.cc181 const ParsedRtcEventLog& parsed_log_) { in ProcessEventsInLog()
Danalyzer.cc345 EventLogAnalyzer::EventLogAnalyzer(const ParsedRtcEventLog& log, in EventLogAnalyzer()
369 EventLogAnalyzer::EventLogAnalyzer(const ParsedRtcEventLog& log, in EventLogAnalyzer()
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_parser.cc56 return ParsedRtcEventLog::ParseStatus::Error(#X, __FILE__, __LINE__); \
62 return ParsedRtcEventLog::ParseStatus::Error((M), __FILE__, __LINE__); \
68 return ParsedRtcEventLog::ParseStatus::Error(#X #OP #Y, __FILE__, \
92 return ParsedRtcEventLog::ParseStatus::Success(); \
98 const ParsedRtcEventLog::ParseStatus _rtc_parse_status(X); \
327 ParsedRtcEventLog::ParseStatus GetHeaderExtensions( in GetHeaderExtensions()
339 return ParsedRtcEventLog::ParseStatus::Success(); in GetHeaderExtensions()
343 ParsedRtcEventLog::ParseStatus StoreRtpPackets( in StoreRtpPackets()
409 return ParsedRtcEventLog::ParseStatus::Success(); in StoreRtpPackets()
608 return ParsedRtcEventLog::ParseStatus::Success(); in StoreRtpPackets()
[all …]
Drtc_event_log_parser.h316 class ParsedRtcEventLog { in RTC_POP_IGNORING_WUNDEF()
371 explicit ParsedRtcEventLog( in RTC_POP_IGNORING_WUNDEF()
376 ~ParsedRtcEventLog(); in RTC_POP_IGNORING_WUNDEF()
698 ParsedRtcEventLog::ParseStatusOr<LoggedAudioPlayoutEvent> GetAudioPlayout( in RTC_POP_IGNORING_WUNDEF()
701 ParsedRtcEventLog::ParseStatusOr<LoggedBweLossBasedUpdate> in RTC_POP_IGNORING_WUNDEF()
704 ParsedRtcEventLog::ParseStatusOr<LoggedBweDelayBasedUpdate> in RTC_POP_IGNORING_WUNDEF()
707 ParsedRtcEventLog::ParseStatusOr<LoggedAudioNetworkAdaptationEvent> in RTC_POP_IGNORING_WUNDEF()
710 ParsedRtcEventLog::ParseStatusOr<LoggedBweProbeClusterCreatedEvent> in RTC_POP_IGNORING_WUNDEF()
713 ParsedRtcEventLog::ParseStatusOr<LoggedBweProbeFailureEvent> in RTC_POP_IGNORING_WUNDEF()
716 ParsedRtcEventLog::ParseStatusOr<LoggedBweProbeSuccessEvent> in RTC_POP_IGNORING_WUNDEF()
[all …]
Drtc_event_log2rtp_dump.cc71 using MediaType = webrtc::ParsedRtcEventLog::MediaType;
189 webrtc::ParsedRtcEventLog parsed_stream; in main()
211 webrtc::ParsedRtcEventLog::GetDefaultHeaderExtensionMap(); in main()
Drtc_event_log_unittest.cc264 ParsedRtcEventLog::GetDefaultHeaderExtensionMap(); in WriteVideoRecvConfigs()
293 ParsedRtcEventLog::GetDefaultHeaderExtensionMap(); in WriteVideoSendConfigs()
565 ParsedRtcEventLog parsed_log; in ReadAndVerifyLog()
942 ParsedRtcEventLog parsed_log; in TEST_P()
/external/webrtc/modules/audio_coding/neteq/tools/
Drtc_event_log_source.cc30 bool ShouldSkipStream(ParsedRtcEventLog::MediaType media_type, in ShouldSkipStream()
33 if (media_type != ParsedRtcEventLog::MediaType::AUDIO) in ShouldSkipStream()
45 ParsedRtcEventLog parsed_log; in CreateFromFile()
64 ParsedRtcEventLog parsed_log; in CreateFromString()
99 bool RtcEventLogSource::Initialize(const ParsedRtcEventLog& parsed_log, in Initialize()
136 ParsedRtcEventLog::MediaType media_type = in Initialize()
Drtc_event_log_source.h59 bool Initialize(const ParsedRtcEventLog& parsed_log,
/external/webrtc/rtc_tools/rtc_event_log_to_text/
Dmain.cc53 webrtc::ParsedRtcEventLog::UnconfiguredHeaderExtensions header_extensions = in main()
54 webrtc::ParsedRtcEventLog::UnconfiguredHeaderExtensions::kDontParse; in main()
56 header_extensions = webrtc::ParsedRtcEventLog:: in main()
Dconverter.h31 ParsedRtcEventLog::UnconfiguredHeaderExtensions
Dconverter.cc66 ParsedRtcEventLog::UnconfiguredHeaderExtensions in Convert()
68 ParsedRtcEventLog parsed_log(handle_unconfigured_extensions, in Convert()
/external/webrtc/logging/rtc_event_log/encoder/
Drtc_event_log_encoder_unittest.cc87 const ParsedRtcEventLog* parsed_log,
95 ParsedRtcEventLog parsed_log_;
142 RtcEventLogEncoderTest::GetRtpPacketsBySsrc(const ParsedRtcEventLog* parsed_log, in GetRtpPacketsBySsrc()
155 RtcEventLogEncoderTest::GetRtpPacketsBySsrc(const ParsedRtcEventLog* parsed_log, in GetRtpPacketsBySsrc()
1300 ParsedRtcEventLog parsed_log_;
1326 ParsedRtcEventLog::ParseStatus status = parsed_log_.ParseString(encoded_); in TEST_P()