Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57d6b65f authored by Praneeth Paladugu's avatar Praneeth Paladugu Committed by Gerrit - the friendly Code Review server
Browse files

msm: vidc: Update metadatainfo struct



Update metadatainfo structure with fd, offset and
buffer size so that OMX component passes them to
client.

Change-Id: I54a2aa26685d0315b58f460efe0235990993fdae
Signed-off-by: default avatarPraneeth Paladugu <ppaladug@codeaurora.org>
parent 979a567d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -545,6 +545,9 @@ struct vdec_aspectratioinfo {
struct vdec_sep_metadatainfo {
	void __user *metabufaddr;
	uint32_t size;
	int fd;
	int offset;
	uint32_t buffer_size;
};

struct vdec_output_frameinfo {