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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2839823002: Android: enable HW encoding (Closed)
Patch Set: Created 3 years, 8 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 | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index b6bfddca73d4f986e04a29f048c406939a9e7b24..0b885ecfde118b1fa001e93054318af62e441240 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -594,6 +594,14 @@ extern const char kWebrtcHwH264EncodingName[];
// encoding support.
extern const char kWebrtcHwH264EncodingDescription[];
+// Name of chrome:flags option to turn on WebRTC vp8 hardware video encoding
+// support.
+extern const char kWebrtcHwVP8EncodingName[];
+
+// Description of chrome:flags option to turn on WebRTC hardware vp8 video
+// encoding support.
+extern const char kWebrtcHwVP8EncodingDescription[];
+
// Name of chrome:flags option to enable GCM cipher suites for WebRTC
extern const char kWebrtcSrtpAesGcmName[];
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698