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

Unified Diff: cc/ipc/quads.mojom

Issue 2121043002: 16 bpp video stream capture, render and WebGL usage - Realsense R200 & SR300 support. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 2 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/ipc/cc_param_traits_unittest.cc ('k') | cc/ipc/quads_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/quads.mojom
diff --git a/cc/ipc/quads.mojom b/cc/ipc/quads.mojom
index a7444add392f5cace4ae008cbd9c13e512df7944..3fa26013d1417a6d03f0cfc349417829d96ab2cb 100644
--- a/cc/ipc/quads.mojom
+++ b/cc/ipc/quads.mojom
@@ -102,6 +102,12 @@ struct YUVVideoQuadState {
uint32 bits_per_channel;
};
+struct YVideoQuadState {
+ uint32 resource_id;
+ gfx.mojom.PointF uv_top_left;
+ gfx.mojom.PointF uv_bottom_right;
+};
+
union DrawQuadState {
DebugBorderQuadState debug_border_quad_state;
RenderPassQuadState render_pass_quad_state;
@@ -111,6 +117,7 @@ union DrawQuadState {
TextureQuadState texture_quad_state;
TileQuadState tile_quad_state;
YUVVideoQuadState yuv_video_quad_state;
+ YVideoQuadState y_video_quad_state;
};
struct DrawQuad {
« no previous file with comments | « cc/ipc/cc_param_traits_unittest.cc ('k') | cc/ipc/quads_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698