Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/media/hantro/
Dhantro_g2_hevc_dec.c125 const struct v4l2_ctrl_hevc_decode_params *decode_params = ctrls->decode_params; in set_params() local
179 !(decode_params->flags & V4L2_HEVC_DECODE_PARAM_FLAG_IDR_PIC)); in set_params()
223 !!(decode_params->flags & V4L2_HEVC_DECODE_PARAM_FLAG_IRAP_PIC)); in set_params()
288 const struct v4l2_ctrl_hevc_decode_params *decode_params = ctrls->decode_params; in set_ref_pic_list() local
289 const struct v4l2_hevc_dpb_entry *dpb = decode_params->dpb; in set_ref_pic_list()
332 for (i = 0; i < decode_params->num_poc_st_curr_before && j < ARRAY_SIZE(list0); i++) in set_ref_pic_list()
333 list0[j++] = find_ref_pic_index(dpb, decode_params->poc_st_curr_before[i]); in set_ref_pic_list()
334 for (i = 0; i < decode_params->num_poc_st_curr_after && j < ARRAY_SIZE(list0); i++) in set_ref_pic_list()
335 list0[j++] = find_ref_pic_index(dpb, decode_params->poc_st_curr_after[i]); in set_ref_pic_list()
336 for (i = 0; i < decode_params->num_poc_lt_curr && j < ARRAY_SIZE(list0); i++) in set_ref_pic_list()
[all …]
Dhantro_hevc.c254 ctrls->decode_params = in hantro_hevc_dec_prepare_run()
256 if (WARN_ON(!ctrls->decode_params)) in hantro_hevc_dec_prepare_run()
Dhantro_hw.h114 const struct v4l2_ctrl_hevc_decode_params *decode_params; member
/Linux-v5.15/drivers/staging/media/sunxi/cedrus/
Dcedrus_h265.c248 const struct v4l2_ctrl_hevc_decode_params *decode_params; in cedrus_h265_setup() local
262 decode_params = run->h265.decode_params; in cedrus_h265_setup()
498 …VE_DEC_H265_DEC_SLICE_HDR_INFO1_SLICE_POC_BIGEST_IN_RPS_ST(decode_params->num_poc_st_curr_after ==… in cedrus_h265_setup()
538 cedrus_h265_frame_info_write_dpb(ctx, decode_params->dpb, in cedrus_h265_setup()
539 decode_params->num_active_dpb_entries); in cedrus_h265_setup()
556 cedrus_h265_ref_pic_list_write(dev, decode_params->dpb, in cedrus_h265_setup()
575 cedrus_h265_ref_pic_list_write(dev, decode_params->dpb, in cedrus_h265_setup()
Dcedrus_dec.c52 run.h264.decode_params = cedrus_find_control_data(ctx, in cedrus_device_run()
73 run.h265.decode_params = cedrus_find_control_data(ctx, in cedrus_device_run()
Dcedrus.h62 const struct v4l2_ctrl_h264_decode_params *decode_params; member
80 const struct v4l2_ctrl_hevc_decode_params *decode_params; member
Dcedrus_h264.c97 const struct v4l2_ctrl_h264_decode_params *decode = run->h264.decode_params; in cedrus_write_frame_list()
174 const struct v4l2_ctrl_h264_decode_params *decode = run->h264.decode_params; in _cedrus_write_ref_list()
324 const struct v4l2_ctrl_h264_decode_params *decode = run->h264.decode_params; in cedrus_set_params()
/Linux-v5.15/drivers/staging/media/rkvdec/
Drkvdec-h264.c111 const struct v4l2_ctrl_h264_decode_params *decode_params; member
641 const struct v4l2_ctrl_h264_decode_params *dec_params = run->decode_params; in assemble_hw_pps()
731 const struct v4l2_ctrl_h264_decode_params *dec_params = run->decode_params; in assemble_hw_rps()
862 const struct v4l2_h264_dpb_entry *dpb = run->decode_params->dpb; in get_ref_buf()
884 const struct v4l2_ctrl_h264_decode_params *dec_params = run->decode_params; in config_registers()
1071 run->decode_params = ctrl ? ctrl->p_cur.p : NULL; in rkvdec_h264_run_preamble()
1095 v4l2_h264_init_reflist_builder(&reflist_builder, run.decode_params, in rkvdec_h264_run()
1096 run.sps, run.decode_params->dpb); in rkvdec_h264_run()