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

Side by Side Diff: cc/ipc/cc_param_traits_macros.h

Issue 2684993005: (NotForReview) Enable YUV video overlay on Skylake ChromeOS.
Patch Set: rebase to ToT (Mar/27) 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 unified diff | Download patch
« no previous file with comments | « no previous file | cc/ipc/cc_param_traits_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CC_IPC_CC_PARAM_TRAITS_MACROS_H_ 5 #ifndef CC_IPC_CC_PARAM_TRAITS_MACROS_H_
6 #define CC_IPC_CC_PARAM_TRAITS_MACROS_H_ 6 #define CC_IPC_CC_PARAM_TRAITS_MACROS_H_
7 7
8 #include "cc/base/filter_operation.h" 8 #include "cc/base/filter_operation.h"
9 #include "cc/output/begin_frame_args.h" 9 #include "cc/output/begin_frame_args.h"
10 #include "cc/output/compositor_frame.h" 10 #include "cc/output/compositor_frame.h"
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 76
77 IPC_STRUCT_TRAITS_BEGIN(cc::SolidColorDrawQuad) 77 IPC_STRUCT_TRAITS_BEGIN(cc::SolidColorDrawQuad)
78 IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad) 78 IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad)
79 IPC_STRUCT_TRAITS_MEMBER(color) 79 IPC_STRUCT_TRAITS_MEMBER(color)
80 IPC_STRUCT_TRAITS_MEMBER(force_anti_aliasing_off) 80 IPC_STRUCT_TRAITS_MEMBER(force_anti_aliasing_off)
81 IPC_STRUCT_TRAITS_END() 81 IPC_STRUCT_TRAITS_END()
82 82
83 IPC_STRUCT_TRAITS_BEGIN(cc::StreamVideoDrawQuad) 83 IPC_STRUCT_TRAITS_BEGIN(cc::StreamVideoDrawQuad)
84 IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad) 84 IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad)
85 IPC_STRUCT_TRAITS_MEMBER(overlay_resources) 85 IPC_STRUCT_TRAITS_MEMBER(overlay_resources)
86 IPC_STRUCT_TRAITS_MEMBER(format)
86 IPC_STRUCT_TRAITS_MEMBER(matrix) 87 IPC_STRUCT_TRAITS_MEMBER(matrix)
87 IPC_STRUCT_TRAITS_END() 88 IPC_STRUCT_TRAITS_END()
88 89
89 IPC_STRUCT_TRAITS_BEGIN(cc::StreamVideoDrawQuad::OverlayResources) 90 IPC_STRUCT_TRAITS_BEGIN(cc::StreamVideoDrawQuad::OverlayResources)
90 IPC_STRUCT_TRAITS_MEMBER(size_in_pixels) 91 IPC_STRUCT_TRAITS_MEMBER(size_in_pixels)
91 IPC_STRUCT_TRAITS_END() 92 IPC_STRUCT_TRAITS_END()
92 93
93 IPC_STRUCT_TRAITS_BEGIN(cc::SurfaceDrawQuad) 94 IPC_STRUCT_TRAITS_BEGIN(cc::SurfaceDrawQuad)
94 IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad) 95 IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad)
95 IPC_STRUCT_TRAITS_MEMBER(surface_id) 96 IPC_STRUCT_TRAITS_MEMBER(surface_id)
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 IPC_STRUCT_TRAITS_MEMBER(bottom_controls_shown_ratio) 204 IPC_STRUCT_TRAITS_MEMBER(bottom_controls_shown_ratio)
204 IPC_STRUCT_TRAITS_MEMBER(root_background_color) 205 IPC_STRUCT_TRAITS_MEMBER(root_background_color)
205 IPC_STRUCT_TRAITS_MEMBER(selection) 206 IPC_STRUCT_TRAITS_MEMBER(selection)
206 IPC_STRUCT_TRAITS_MEMBER(latency_info) 207 IPC_STRUCT_TRAITS_MEMBER(latency_info)
207 IPC_STRUCT_TRAITS_MEMBER(referenced_surfaces) 208 IPC_STRUCT_TRAITS_MEMBER(referenced_surfaces)
208 IPC_STRUCT_TRAITS_MEMBER(content_source_id) 209 IPC_STRUCT_TRAITS_MEMBER(content_source_id)
209 IPC_STRUCT_TRAITS_MEMBER(begin_frame_ack) 210 IPC_STRUCT_TRAITS_MEMBER(begin_frame_ack)
210 IPC_STRUCT_TRAITS_END() 211 IPC_STRUCT_TRAITS_END()
211 212
212 #endif // CC_IPC_CC_PARAM_TRAITS_MACROS_H_ 213 #endif // CC_IPC_CC_PARAM_TRAITS_MACROS_H_
OLDNEW
« no previous file with comments | « no previous file | cc/ipc/cc_param_traits_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698