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

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 posciak'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
« no previous file with comments | « components/arc/common/video.mojom ('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 cfa84beae88ebeca693a81435704148840886de3..229d766dde2eb76a5127b5f195330a116fe074d3 100644
--- a/components/arc/common/video_accelerator.mojom
+++ b/components/arc/common/video_accelerator.mojom
@@ -55,7 +55,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);
UseBuffer@3(PortType port, uint32 index, BufferMetadata metadata);
« no previous file with comments | « components/arc/common/video.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698