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

Unified Diff: ui/gfx/buffer_types.h

Issue 2684993005: (NotForReview) Enable YUV video overlay on Skylake ChromeOS.
Patch Set: rebase to ToT (Mar/27) Created 3 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
« no previous file with comments | « ui/gfx/buffer_format_util.cc ('k') | ui/gfx/linux/client_native_pixmap_factory_dmabuf.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/buffer_types.h
diff --git a/ui/gfx/buffer_types.h b/ui/gfx/buffer_types.h
index 575ae7ff719fc5f4e8a004943ea41a339359d87c..2ab4eae535fd4dd64321c5c140fa96c1d5c2be13 100644
--- a/ui/gfx/buffer_types.h
+++ b/ui/gfx/buffer_types.h
@@ -26,8 +26,9 @@ enum class BufferFormat {
YVU_420,
YUV_420_BIPLANAR,
UYVY_422,
+ YUYV_422,
- LAST = UYVY_422
+ LAST = YUYV_422
};
// The usage mode affects how a buffer can be used. Only buffers created with
« no previous file with comments | « ui/gfx/buffer_format_util.cc ('k') | ui/gfx/linux/client_native_pixmap_factory_dmabuf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698