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

Unified Diff: chrome/browser/media/webrtc_browsertest_perf.h

Issue 1755073002: Add VP9 to chrome_webrtc_perf_browsertest.cc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove vp9 one-way tests Created 4 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: chrome/browser/media/webrtc_browsertest_perf.h
diff --git a/chrome/browser/media/webrtc_browsertest_perf.h b/chrome/browser/media/webrtc_browsertest_perf.h
index b2595e3a835dedaf3f3c31df71156f40fe96c876..8c9fb944c30cda34172395350417287c007db043 100644
--- a/chrome/browser/media/webrtc_browsertest_perf.h
+++ b/chrome/browser/media/webrtc_browsertest_perf.h
@@ -24,10 +24,14 @@ namespace test {
// stats data and a |modifier| to append to each result bucket. For instance, if
// the modifier is '_oneway', the rtt stat will be logged as goog_rtt in
// the video_tx_oneway bucket.
+// If |video_codec| is a non-empty string, the codec name is appended last for
+// video metrics, e.g. 'video_tx_oneway_VP9'.
void PrintBweForVideoMetrics(const base::DictionaryValue& pc_dict,
- const std::string& modifier);
+ const std::string& modifier,
+ const std::string& video_codec);
void PrintMetricsForAllStreams(const base::DictionaryValue& pc_dict,
- const std::string& modifier);
+ const std::string& modifier,
+ const std::string& video_codec);
} // namespace test
« no previous file with comments | « chrome/browser/media/chrome_webrtc_perf_browsertest.cc ('k') | chrome/browser/media/webrtc_browsertest_perf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698