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

Unified Diff: ui/gfx/buffer_types.h

Issue 1316493004: Add support for converting I420 software frames into NV12 hardware frames (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@snapshot
Patch Set: Fix win_x64 build 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 85529584ea20a6aa86ee47a7adabdd8b81442fb6..b25f3dfcd4bee7986cecac3673868fed91abeb53 100644
--- a/ui/gfx/buffer_types.h
+++ b/ui/gfx/buffer_types.h
@@ -21,6 +21,7 @@ enum class BufferFormat {
BGRX_8888,
BGRA_8888,
YUV_420,
+ YUV_420_BIPLANAR,
UYVY_422,
LAST = UYVY_422

Powered by Google App Engine
This is Rietveld 408576698