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

Unified Diff: media/base/media_switches.cc

Issue 2122573003: media: replace LUMINANCE_F16 by RG_88 for 9/10-bit h264 videos Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to ToT Created 4 years, 2 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') | no next file » | 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 2bdca12ca28483e63eb2bbe8a454fbcedee3ab33..161840cc98f2b061a3d204310ba1983ec7948c12 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -162,6 +162,10 @@ const base::Feature kUseNewMediaCache{"use-new-media-cache",
const base::Feature kVideoColorManagement{"video-color-management",
base::FEATURE_DISABLED_BY_DEFAULT};
+// Use RG8 texture for 9-16 bit channel instead of half float conversion by CPU.
+const base::Feature kUseRGTexture{"use-rg-texture",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
// Enables support for External Clear Key (ECK) key system for testing on
// supported platforms. On platforms that do not support ECK, this feature has
// no effect.
« no previous file with comments | « media/base/media_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698