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

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: address kcwu's comments 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
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);
dcheng 2016/05/07 06:22:56 Why int32 and not uint32?
Owen Lin 2016/05/09 07:30:16 It is int32_t in where it's used: https://code.goo
UseBuffer@3(PortType port, uint32 index, BufferMetadata metadata);
« chrome/gpu/arc_gpu_video_decode_accelerator.cc ('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