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

Unified Diff: components/exo/display.cc

Issue 2753333002: Enable NV12 HW overlays. (Closed)
Patch Set: Rebase. 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 | « cc/output/overlay_candidate.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/display.cc
diff --git a/components/exo/display.cc b/components/exo/display.cc
index 1fbab0ffcb9b7bfeebb41f8e350028b88582ca71..6d1e9ca418871d5b4c19a0d039c6d87c96832cb7 100644
--- a/components/exo/display.cc
+++ b/components/exo/display.cc
@@ -45,7 +45,7 @@ const gfx::BufferFormat kOverlayFormats[] = {
const gfx::BufferFormat kOverlayFormatsForDrmAtomic[] = {
gfx::BufferFormat::RGBX_8888, gfx::BufferFormat::RGBA_8888,
- gfx::BufferFormat::BGR_565};
+ gfx::BufferFormat::BGR_565, gfx::BufferFormat::YUV_420_BIPLANAR};
#endif
} // namespace
« no previous file with comments | « cc/output/overlay_candidate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698