Lines Matching refs:dec_param
235 const struct v4l2_ctrl_h264_decode_params *dec_param = ctrls->decode; in prepare_table() local
257 if (dec_param->flags & V4L2_H264_DECODE_PARAM_FLAG_FIELD_PIC) { in prepare_table()
278 if ((dec_param->flags & V4L2_H264_DECODE_PARAM_FLAG_FIELD_PIC) || in prepare_table()
283 tbl->poc[32] = dec_param->top_field_order_cnt; in prepare_table()
284 tbl->poc[33] = dec_param->bottom_field_order_cnt; in prepare_table()
298 const struct v4l2_ctrl_h264_decode_params *dec_param; in update_dpb() local
299 DECLARE_BITMAP(new, ARRAY_SIZE(dec_param->dpb)) = { 0, }; in update_dpb()
300 DECLARE_BITMAP(used, ARRAY_SIZE(dec_param->dpb)) = { 0, }; in update_dpb()
303 dec_param = ctx->h264_dec.ctrls.decode; in update_dpb()
310 for (i = 0; i < ARRAY_SIZE(dec_param->dpb); i++) { in update_dpb()
311 const struct v4l2_h264_dpb_entry *ndpb = &dec_param->dpb[i]; in update_dpb()
337 for_each_set_bit(i, new, ARRAY_SIZE(dec_param->dpb)) { in update_dpb()
338 const struct v4l2_h264_dpb_entry *ndpb = &dec_param->dpb[i]; in update_dpb()