Loading drivers/media/platform/msm/vidc/msm_vdec.c +1 −0 Original line number Diff line number Diff line Loading @@ -1979,6 +1979,7 @@ static int try_set_ctrl(struct msm_vidc_inst *inst, struct v4l2_ctrl *ctrl) break; } msm_comm_scale_clocks_and_bus(inst); break; case V4L2_CID_MPEG_VIDC_VIDEO_ALLOC_MODE_INPUT: if (ctrl->val == V4L2_MPEG_VIDC_VIDEO_DYNAMIC) { Loading drivers/media/platform/msm/vidc/msm_venc.c +1 −0 Original line number Diff line number Diff line Loading @@ -2512,6 +2512,7 @@ static int try_set_ctrl(struct msm_vidc_inst *inst, struct v4l2_ctrl *ctrl) break; } msm_comm_scale_clocks_and_bus(inst); break; case V4L2_CID_MPEG_VIDC_VIDEO_H264_VUI_BITSTREAM_RESTRICT: property_id = HAL_PARAM_VENC_H264_VUI_BITSTREAM_RESTRC; Loading Loading
drivers/media/platform/msm/vidc/msm_vdec.c +1 −0 Original line number Diff line number Diff line Loading @@ -1979,6 +1979,7 @@ static int try_set_ctrl(struct msm_vidc_inst *inst, struct v4l2_ctrl *ctrl) break; } msm_comm_scale_clocks_and_bus(inst); break; case V4L2_CID_MPEG_VIDC_VIDEO_ALLOC_MODE_INPUT: if (ctrl->val == V4L2_MPEG_VIDC_VIDEO_DYNAMIC) { Loading
drivers/media/platform/msm/vidc/msm_venc.c +1 −0 Original line number Diff line number Diff line Loading @@ -2512,6 +2512,7 @@ static int try_set_ctrl(struct msm_vidc_inst *inst, struct v4l2_ctrl *ctrl) break; } msm_comm_scale_clocks_and_bus(inst); break; case V4L2_CID_MPEG_VIDC_VIDEO_H264_VUI_BITSTREAM_RESTRICT: property_id = HAL_PARAM_VENC_H264_VUI_BITSTREAM_RESTRC; Loading