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

Commit 36a516db authored by Srinu Gorle's avatar Srinu Gorle
Browse files

msm: vidc: Addition of enums for HLG and HDR10



Add HLG and ST2084 Transfer characteristics enum values as
specified in the latest HEVC spec.

Change-Id: Iff19ff5c13c4861f4d97ab0433214fe95fa84459
Signed-off-by: default avatarSrinu Gorle <sgorle@codeaurora.org>
parent 44bdb591
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1386,7 +1386,7 @@ static struct msm_vidc_ctrl msm_venc_ctrls[] = {
		.name = "Set Color space transfer characterstics",
		.type = V4L2_CTRL_TYPE_INTEGER,
		.minimum = MSM_VIDC_TRANSFER_BT709_5,
		.maximum = MSM_VIDC_TRANSFER_BT_2020_12,
		.maximum = MSM_VIDC_TRANSFER_HLG,
		.default_value = MSM_VIDC_TRANSFER_601_6_625,
		.step = 1,
		.qmenu = NULL,