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

Unified Diff: ui/gfx/buffer_types.h

Issue 2648633005: cros: Support YUYV format for GPU memory buffer video frames
Patch Set: Created 3 years, 11 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
Index: ui/gfx/buffer_types.h
diff --git a/ui/gfx/buffer_types.h b/ui/gfx/buffer_types.h
index 7e1a157afd039e8aaae59e96e5b9df72d906f978..443561c72987a507682c064f08f583067f59d363 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

Powered by Google App Engine
This is Rietveld 408576698