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

Unified Diff: media/base/media_switches.cc

Issue 1254953004: Hacking ffvp9 decoder support for profiling. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Supress windows warning Created 4 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 | « media/base/media_switches.h ('k') | media/base/video_frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_switches.cc
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index b3b34f4e7cb9ab9421fd2e7853cc370f76defc09..84dd032ec32edbb1207a54c26fb9721124723995 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -7,6 +7,15 @@
namespace switches {
+// Set to use ffmpeg vp9 decoder instead of libvpx.
+const char kUseFFVP9[] = "use-ffvp9";
+
+// Set to skip the "in-loop deblocking" decode step for libvpx.
+const char kSkipVpxLoopFilter[] = "skip-vpx-loop-filter";
+
+// Set to enable frame threading for libvpx.
+const char kEnableVpxFrameThreading[] = "enable-vpx-frame-threading";
+
// Allow users to specify a custom buffer size for debugging purpose.
const char kAudioBufferSize[] = "audio-buffer-size";
« no previous file with comments | « media/base/media_switches.h ('k') | media/base/video_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698