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

Commit c008a42a authored by Mihir Ganu's avatar Mihir Ganu
Browse files

msm: vidc: Fix intra-refresh mode controls



Add handling of random and cyclic intra-refresh
modes when setting controls.

CRs-Fixed: 2384822
Change-Id: I901325d6b34127cbbf3d637e82dd1b2e9b24b6cd
Signed-off-by: default avatarMihir Ganu <mganu@codeaurora.org>
parent bc1f1de3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1779,6 +1779,8 @@ int msm_venc_s_ctrl(struct msm_vidc_inst *inst, struct v4l2_ctrl *ctrl)
	case V4L2_CID_MPEG_VIDEO_H264_VUI_EXT_SAR_HEIGHT:
	case V4L2_CID_MPEG_VIDC_VIDEO_BLUR_DIMENSIONS:
	case V4L2_CID_MPEG_VIDC_VIDEO_PRIORITY:
	case V4L2_CID_MPEG_VIDC_VIDEO_INTRA_REFRESH_RANDOM:
	case V4L2_CID_MPEG_VIDEO_CYCLIC_INTRA_REFRESH_MB:
		dprintk(VIDC_DBG, "Control set: ID : %x Val : %d\n",
			ctrl->id, ctrl->val);
		break;