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

Unified Diff: components/arc/common/video_accelerator.mojom

Issue 1953683002: Add stride for imported Dmabuf in ArcVideoAccelerator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« chrome/gpu/arc_video_accelerator.h ('K') | « chrome/gpu/gpu_arc_video_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/common/video_accelerator.mojom
diff --git a/components/arc/common/video_accelerator.mojom b/components/arc/common/video_accelerator.mojom
index d20a2360b17f10ecb74acac23d5b47be888f16dd..e02f82dbb6cb2770fe8c5a5d202d467117e2559c 100644
--- a/components/arc/common/video_accelerator.mojom
+++ b/components/arc/common/video_accelerator.mojom
@@ -61,7 +61,7 @@ interface VideoAcceleratorService {
BindSharedMemory@1(PortType port, uint32 index, handle ashmem_fd,
uint32 offset, uint32 length);
- BindDmabuf@2(PortType port, uint32 index, handle dmabuf_fd);
+ BindDmabuf@2(PortType port, uint32 index, handle dmabuf_fd, int32 stride);
kcwu 2016/05/05 10:10:05 uint32
Owen Lin 2016/05/06 05:38:34 But it is int32_t in where it's used: https://cod
UseBuffer@3(PortType port, uint32 index, BufferMetadata metadata);
« chrome/gpu/arc_video_accelerator.h ('K') | « chrome/gpu/gpu_arc_video_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698