Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_av1_req_lat_if.c872 struct v4l2_ctrl_av1_frame *ctrl_fh) in vdec_av1_slice_cleanup_slots() argument
1313 struct v4l2_ctrl_av1_frame *ctrl_fh) in vdec_av1_slice_setup_uh() argument
1319 uh->order_hint = ctrl_fh->order_hint; in vdec_av1_slice_setup_uh()
1327 uh->tx_mode = ctrl_fh->tx_mode; in vdec_av1_slice_setup_uh()
1333 uh->frame_type = ctrl_fh->frame_type; in vdec_av1_slice_setup_uh()
1508 int ref_idx = ctrl_fh->ref_frame_idx[i]; in vdec_av1_slice_setup_ref()
1558 struct v4l2_ctrl_av1_frame *ctrl_fh; in vdec_av1_slice_setup_pfc() local
1564 ctrl_fh = (struct v4l2_ctrl_av1_frame *) in vdec_av1_slice_setup_pfc()
1567 if (IS_ERR(ctrl_fh)) in vdec_av1_slice_setup_pfc()
1568 return PTR_ERR(ctrl_fh); in vdec_av1_slice_setup_pfc()
[all …]