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

Commit de4ee569 authored by Akshata Sahukar's avatar Akshata Sahukar
Browse files

uapi: Introduce V4L2_FLAG_CVPMETADATA_SKIP flag



ETB buffer flag to indicate CVP frame processing skip case. If CVP 
metadata is enabled for session but if current buffer is skipped for 
CVP processing, then client should add skip flag to indicate it.

Change-Id: I695d49d453e98746ce78484c0fb96eb7d3fb6117
Signed-off-by: default avatarAkshata Sahukar <asahukar@codeaurora.org>
parent a84df413
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1085,6 +1085,7 @@ struct v4l2_buffer {
#define V4L2_BUF_FLAG_EOS			0x02000000
#define V4L2_BUF_FLAG_READONLY		0x04000000
#define V4L2_BUF_FLAG_PERF_MODE		0x20000000
#define V4L2_BUF_FLAG_CVPMETADATA_SKIP	    0x40000000

/**
 * struct v4l2_exportbuffer - export of video buffer as DMABUF file descriptor