Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(591)

Unified Diff: webrtc/tools/event_log_visualizer/analyzer.h

Issue 2707383006: GetTransportFeedbackVector() includes unreceived packets, sorted by seq-num (Closed)
Patch Set: Rebased and event-log-visualizer modified. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/tools/event_log_visualizer/analyzer.h
diff --git a/webrtc/tools/event_log_visualizer/analyzer.h b/webrtc/tools/event_log_visualizer/analyzer.h
index c15cb757e2c4007b660f54ce6ae7f98b0ec6a490..0aa793219e56cafaccba13c0b1abee2210a3e8cf 100644
--- a/webrtc/tools/event_log_visualizer/analyzer.h
+++ b/webrtc/tools/event_log_visualizer/analyzer.h
@@ -145,6 +145,8 @@ class EventLogAnalyzer {
rtc::FunctionView<rtc::Optional<float>(
const AudioNetworkAdaptationEvent& ana_event)> get_y) const;
+ void SortPacketFeedbackVector(std::vector<PacketFeedback>* vector) const;
+
const ParsedRtcEventLog& parsed_log_;
// A list of SSRCs we are interested in analysing.

Powered by Google App Engine
This is Rietveld 408576698