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

Commit 097c78cd authored by Deva Ramasubramanian's avatar Deva Ramasubramanian
Browse files

[media] v4l2: Introduce V4L2_QCOM_BUF_FLAG_EOS



Add V4L2_QCOM_BUF_FLAG_EOS in an effort to rename V4L2_BUF_FLAG_EOS, as
this is a vendor extension. Once all clients migrate to the QCOM
variant, V4L2_BUF_FLAG_EOS will be removed.

Change-Id: I4ff332f0948990b236a4912286fd202c1e9edaf6
Signed-off-by: default avatarDeva Ramasubramanian <dramasub@codeaurora.org>
parent 86155e46
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -709,6 +709,7 @@ struct v4l2_buffer {
#define V4L2_QCOM_BUF_DATA_CORRUPT		0x200000
#define V4L2_QCOM_BUF_DROP_FRAME		0x400000
#define V4L2_QCOM_BUF_INPUT_UNSUPPORTED		0x800000
#define V4L2_QCOM_BUF_FLAG_EOS			0x2000

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