Home
last modified time | relevance | path

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

/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
888 if (ctrl_fh->reference_frame_ts[ref_id] == timestamp) { in vdec_av1_slice_cleanup_slots()
901 struct v4l2_ctrl_av1_frame *ctrl_fh) in vdec_av1_slice_setup_slot() argument
908 vdec_av1_slice_cleanup_slots(&vsi->slots, &vsi->frame, ctrl_fh); in vdec_av1_slice_setup_slot()
931 if (ctrl_fh->reference_frame_ts[ref_id] == timestamp) in vdec_av1_slice_setup_slot()
1313 struct v4l2_ctrl_av1_frame *ctrl_fh) in vdec_av1_slice_setup_uh() argument
1318 uh->use_ref_frame_mvs = FH_FLAG(ctrl_fh, USE_REF_FRAME_MVS); in vdec_av1_slice_setup_uh()
1319 uh->order_hint = ctrl_fh->order_hint; in vdec_av1_slice_setup_uh()
1320 vdec_av1_slice_setup_gm(uh->gm, &ctrl_fh->global_motion); in vdec_av1_slice_setup_uh()
1321 uh->upscaled_width = ctrl_fh->upscaled_width; in vdec_av1_slice_setup_uh()
[all …]