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

Commit 7745dd46 authored by Govindaraj Rajagopal's avatar Govindaraj Rajagopal Committed by Gerrit - the friendly Code Review server
Browse files

msm: vidc: support setting enc_chroma_qp_offset



Add support to enable enc_chroma_qp_offset.

Change-Id: Ie07c7719908331cf993c87aca2e9078db0019b32
Signed-off-by: default avatarGovindaraj Rajagopal <grajagop@codeaurora.org>
parent d331359f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1002,6 +1002,9 @@ enum v4l2_mpeg_vidc_video_roi_type {
	V4L2_CID_MPEG_VIDC_VIDEO_ROI_TYPE_2BYTE = 2,
};

#define V4L2_CID_MPEG_VIDC_VENC_CHROMA_QP_OFFSET \
	(V4L2_CID_MPEG_MSM_VIDC_BASE + 132)

/*  Camera class control IDs */

#define V4L2_CID_CAMERA_CLASS_BASE	(V4L2_CTRL_CLASS_CAMERA | 0x900)