Searched refs:h264_dec (Results 1 – 3 of 3) sorted by relevance
198 const struct hantro_h264_dec_ctrls *ctrls = &ctx->h264_dec.ctrls; in assemble_scaling_list()204 struct hantro_h264_dec_priv_tbl *tbl = ctx->h264_dec.priv.cpu; in assemble_scaling_list()228 const struct hantro_h264_dec_ctrls *ctrls = &ctx->h264_dec.ctrls; in prepare_table()230 struct hantro_h264_dec_priv_tbl *tbl = ctx->h264_dec.priv.cpu; in prepare_table()231 const struct v4l2_h264_dpb_entry *dpb = ctx->h264_dec.dpb; in prepare_table()259 dec_param = ctx->h264_dec.ctrls.decode; in update_dpb()262 for (i = 0; i < ARRAY_SIZE(ctx->h264_dec.dpb); i++) in update_dpb()263 ctx->h264_dec.dpb[i].flags &= ~V4L2_H264_DPB_ENTRY_FLAG_ACTIVE; in update_dpb()276 for_each_clear_bit(j, used, ARRAY_SIZE(ctx->h264_dec.dpb)) { in update_dpb()279 cdpb = &ctx->h264_dec.dpb[j]; in update_dpb()[all …]
24 const struct hantro_h264_dec_ctrls *ctrls = &ctx->h264_dec.ctrls; in set_params()130 struct v4l2_h264_dpb_entry *dpb = ctx->h264_dec.dpb; in set_ref()174 b0_reflist = ctx->h264_dec.reflists.b0; in set_ref()175 b1_reflist = ctx->h264_dec.reflists.b1; in set_ref()176 p_reflist = ctx->h264_dec.reflists.p; in set_ref()231 const struct hantro_h264_dec_ctrls *ctrls = &ctx->h264_dec.ctrls; in set_buffers()273 vdpu_write_relaxed(vpu, ctx->h264_dec.priv.dma, G1_REG_ADDR_QTABLE); in set_buffers()
242 struct hantro_h264_dec_hw_ctx h264_dec; member