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

Unified Diff: media/base/media_switches.cc

Issue 12443003: Implement out-of-band video compositing on Android: Step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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: media/base/media_switches.cc
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index 266a9d2a55efe274872c611b185806b1edd1b513..b9507925a6f0c5067b7b82af0c62573f330005ef 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -66,4 +66,10 @@ const char kEnableVp9Playback[] = "enable-vp9-playback";
const char kWaveOutBuffers[] = "waveout-buffers";
#endif
+#if defined(OS_ANDROID)
+// Always use external video surface. Normally, external video surfaces are used
+// sparingly.
+const char kUseExternalVideoSurface[] = "use-external-video-surface";
scherkus (not reviewing) 2013/03/07 18:59:11 sorry for not spotting this earlier, but this swit
wonsik 2013/03/11 12:32:44 Done.
+#endif
+
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698