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

Commit 51b5191a authored by Praneeth Paladugu's avatar Praneeth Paladugu Committed by Stephen Boyd
Browse files

v4l2: Adds support for codec config



Adds support for codec config flag to be passed
to driver. This flag indicates that the buffer
associated contains codec specific data.

Change-Id: I80cfedc02dfc1efc8727f97e90ac2100e47d2f2a
Signed-off-by: default avatarPraneeth Paladugu <ppaladug@codeaurora.org>
parent 18ccf048
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1481,6 +1481,8 @@ struct v4l2_encoder_cmd {
	};
};

#define V4L2_QCOM_BUF_FLAG_CODECCONFIG	0x4000

/* Decoder commands */
#define V4L2_DEC_CMD_START       (0)
#define V4L2_DEC_CMD_STOP        (1)