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

Unified Diff: ui/gfx/buffer_types.h

Issue 1282313002: Add YUV_420_BIPLANAR to gfx::BufferFormat. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gmb-planes
Patch Set: Fixes for reveman Created 5 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
Index: ui/gfx/buffer_types.h
diff --git a/ui/gfx/buffer_types.h b/ui/gfx/buffer_types.h
index b7c787abab9f847cdd13341d6ddfe163febd3da4..db916ff5a2f1e7e3ec5305fe2ab5811ded7aef5d 100644
--- a/ui/gfx/buffer_types.h
+++ b/ui/gfx/buffer_types.h
@@ -21,8 +21,9 @@ enum class BufferFormat {
RGBX_8888,
BGRA_8888,
YUV_420,
+ YUV_420_BIPLANAR,
- LAST = YUV_420
+ LAST = YUV_420_BIPLANAR
};
// The usage mode affects how a buffer can be used. Only buffers created with

Powered by Google App Engine
This is Rietveld 408576698