Searched refs:hdr_ctrl (Results 1 – 3 of 3) sorted by relevance
460 struct v4l2_ctrl *hdr_ctrl; in mtk_vdec_s_ctrl() local 465 hdr_ctrl = ctrl; in mtk_vdec_s_ctrl() 466 if (!hdr_ctrl || !hdr_ctrl->p_new.p) in mtk_vdec_s_ctrl() 469 switch (hdr_ctrl->id) { in mtk_vdec_s_ctrl() 471 h264 = (struct v4l2_ctrl_h264_sps *)hdr_ctrl->p_new.p; in mtk_vdec_s_ctrl() 484 h265 = (struct v4l2_ctrl_hevc_sps *)hdr_ctrl->p_new.p; in mtk_vdec_s_ctrl() 497 frame = (struct v4l2_ctrl_vp9_frame *)hdr_ctrl->p_new.p; in mtk_vdec_s_ctrl() 507 seq = (struct v4l2_ctrl_av1_sequence *)hdr_ctrl->p_new.p; in mtk_vdec_s_ctrl() 517 mtk_v4l2_vdec_dbg(3, ctx, "Not supported to set ctrl id: 0x%x\n", hdr_ctrl in mtk_vdec_s_ctrl() [all...]
558 struct v4l2_ctrl *hdr_ctrl; member 616 if (sensor->hdr_ctrl->val == VD55G1_HDR_SUB) in vd55g1_get_hblank_min() 777 if (sensor->hdr_ctrl->val == VD55G1_HDR_SUB && in vd55g1_update_expo_cluster() 778 sensor->hdr_ctrl->is_new) { in vd55g1_update_expo_cluster() 839 if (sensor->hdr_ctrl->val == VD55G1_HDR_SUB) in vd55g1_update_frame_length() 904 switch (sensor->hdr_ctrl->val) { in vd55g1_update_hdr_mode() 995 if (sensor->hdr_ctrl->val == VD55G1_HDR_SUB) { in vd55g1_update_gpios() 1022 v4l2_ctrl_grab(sensor->hdr_ctrl, enable); in vd55g1_grab_ctrls() 1510 sensor->hdr_ctrl = in vd55g1_init_ctrls()
944 struct v4l2_ctrl *hdr_ctrl; in vdec_vp9_slice_setup_pfc() local 949 hdr_ctrl = v4l2_ctrl_find(&instance->ctx->ctrl_hdl, V4L2_CID_STATELESS_VP9_FRAME); in vdec_vp9_slice_setup_pfc() 950 if (!hdr_ctrl || !hdr_ctrl->p_cur.p) in vdec_vp9_slice_setup_pfc() 953 hdr = hdr_ctrl->p_cur.p; in vdec_vp9_slice_setup_pfc()