Home
last modified time | relevance | path

Searched refs:next_ctrl (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c3003 struct v4l2_ctrl *next_ctrl; in allegro_clamp_qp() local
3006 next_ctrl = channel->mpeg_video_h264_p_frame_qp; in allegro_clamp_qp()
3008 next_ctrl = channel->mpeg_video_h264_b_frame_qp; in allegro_clamp_qp()
3013 __v4l2_ctrl_modify_range(next_ctrl, ctrl->val, 51, 1, ctrl->val); in allegro_clamp_qp()
3015 return allegro_clamp_qp(channel, next_ctrl); in allegro_clamp_qp()