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

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

Issue 2714513002: Unify FillAudioEncoderTimeSeries and Pointwise. (Closed)
Patch Set: Respond to comments Created 3 years, 10 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
« no previous file with comments | « no previous file | webrtc/tools/event_log_visualizer/analyzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..9773f2fc41177477610a74a3b06a71d5c8ba2f8e 100644
--- a/webrtc/tools/event_log_visualizer/analyzer.h
+++ b/webrtc/tools/event_log_visualizer/analyzer.h
@@ -140,11 +140,6 @@ class EventLogAnalyzer {
std::string GetStreamName(StreamId) const;
- void FillAudioEncoderTimeSeries(
- Plot* plot,
- rtc::FunctionView<rtc::Optional<float>(
- const AudioNetworkAdaptationEvent& ana_event)> get_y) const;
-
const ParsedRtcEventLog& parsed_log_;
// A list of SSRCs we are interested in analysing.
« no previous file with comments | « no previous file | webrtc/tools/event_log_visualizer/analyzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698