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

Commit 08d0e0d8 authored by Maheshwar Ajja's avatar Maheshwar Ajja
Browse files

msm: vidc: add superframe control



Add superframe control to the v4l2 framework so that
userspace clients can use it for superframe feature.

Change-Id: I1ed52a05fa73bf8a16c7f357ba2fc4e023729812
Signed-off-by: default avatarMaheshwar Ajja <majja@codeaurora.org>
parent 1d45792c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -985,6 +985,9 @@ enum v4l2_mpeg_vidc_video_hevc_max_hier_coding_layer {
#define V4L2_CID_MPEG_VIDC_VENC_RC_TIMESTAMP_DISABLE \
	(V4L2_CID_MPEG_MSM_VIDC_BASE + 123)

#define V4L2_CID_MPEG_VIDC_SUPERFRAME \
	(V4L2_CID_MPEG_MSM_VIDC_BASE + 124)

/*  Camera class control IDs */

#define V4L2_CID_CAMERA_CLASS_BASE	(V4L2_CTRL_CLASS_CAMERA | 0x900)