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

Unified Diff: cc/quads/yuv_video_draw_quad.h

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 | « cc/output/shader.cc ('k') | cc/raster/raster_buffer_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/quads/yuv_video_draw_quad.h
diff --git a/cc/quads/yuv_video_draw_quad.h b/cc/quads/yuv_video_draw_quad.h
index ef07848efdc04b616f8094b81ca3f26efe35d7fa..9116224696a7802d796386a22879cc965c5c8938 100644
--- a/cc/quads/yuv_video_draw_quad.h
+++ b/cc/quads/yuv_video_draw_quad.h
@@ -24,7 +24,7 @@ class CC_EXPORT YUVVideoDrawQuad : public DrawQuad {
static const size_t kVPlaneResourceIdIndex = 2;
static const size_t kAPlaneResourceIdIndex = 3;
- enum : uint32_t { kMinBitsPerChannel = 8, kMaxBitsPerChannel = 24 };
+ enum : uint32_t { kMinBitsPerChannel = 8, kMaxBitsPerChannel = 16 };
enum ColorSpace {
REC_601, // SDTV standard with restricted "studio swing" color range.
« no previous file with comments | « cc/output/shader.cc ('k') | cc/raster/raster_buffer_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698