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

Unified Diff: content/public/common/content_switches.cc

Issue 11198060: VDA implementation for Exynos, using V4L2 (Closed) Base URL: https://git.chromium.org/git/chromium/src@git-svn
Patch Set: Comment removal. Created 7 years, 11 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: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 4e5abdbebd6cfca2522eb1a01fb1c043a025255d..fa262cedbad531c190625e829883c3529d0b8f26 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -763,6 +763,9 @@ const char kDefaultTileHeight[] = "default-tile-height";
const char kMaxUntiledLayerWidth[] = "max-untiled-layer-width";
const char kMaxUntiledLayerHeight[] = "max-untiled-layer-height";
+// Use ExynosVideoDecodeAccelerator for video decode (instead of SECOMX)
+const char kUseExynosVda[] = "use-exynos-vda";
+
const char kEnableFixedPositionCreatesStackingContext[]
= "enable-fixed-position-creates-stacking-context";
const char kDisableFixedPositionCreatesStackingContext[]

Powered by Google App Engine
This is Rietveld 408576698