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

Side by Side Diff: components/arc/video_accelerator/video_accelerator.h

Issue 2513973002: Use mojo typemap to simplify the code using DmabufPlane (Closed)
Patch Set: Addressed comments Created 4 years 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
OLDNEW
(Empty)
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
3 // found in the LICENSE file.
4
5 #ifndef COMPONENTS_ARC_VIDEO_ACCELERATOR_VIDEO_ACCELERATOR_H_
6 #define COMPONENTS_ARC_VIDEO_ACCELERATOR_VIDEO_ACCELERATOR_H_
7
8 namespace arc {
9
10 struct ArcVideoAcceleratorDmabufPlane {
11 int32_t offset; // in bytes
12 int32_t stride; // in bytes
13 };
14
15 } // namespace arc
16
17 #endif // COMPONENTS_ARC_VIDEO_ACCELERATOR_VIDEO_ACCELERATOR_H_
OLDNEW
« no previous file with comments | « components/arc/video_accelerator/OWNERS ('k') | components/arc/video_accelerator/video_accelerator_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698