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

Unified Diff: media/base/media_switches.cc

Issue 2969223002: [media]: Replace LUMINANCE_F16 by R16 for 9/10-bit h264 videos.
Patch Set: Fix in resource_format_utils Created 3 years, 4 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 23da3b97da054a69e1ba9a8bbf982fb832232dd3..d7fc8025bb98a2453183a0266cb0e8c26daede2d 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -242,6 +242,10 @@ const base::Feature kSpecCompliantCanPlayThrough{
const base::Feature kUseNewMediaCache{"use-new-media-cache",
base::FEATURE_ENABLED_BY_DEFAULT};
+// Use R16 texture for 9-16 bit channel instead of half-float conversion by CPU.
+const base::Feature kUseR16Texture{"use-r16-texture",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
// Correct video colors based on output display?
const base::Feature kVideoColorManagement{"video-color-management",
base::FEATURE_DISABLED_BY_DEFAULT};
« 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