Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/staging/media/rkvdec/
A Drkvdec-h264.c794 ref = &h264_ctx->reflists.p[i]; in assemble_hw_rps()
797 ref = &h264_ctx->reflists.b0[i]; in assemble_hw_rps()
1071 struct rkvdec_h264_ctx *h264_ctx; in rkvdec_h264_start() local
1084 h264_ctx = kzalloc(sizeof(*h264_ctx), GFP_KERNEL); in rkvdec_h264_start()
1085 if (!h264_ctx) in rkvdec_h264_start()
1096 h264_ctx->priv_tbl.cpu = priv_tbl; in rkvdec_h264_start()
1100 ctx->priv = h264_ctx; in rkvdec_h264_start()
1104 kfree(h264_ctx); in rkvdec_h264_start()
1114 h264_ctx->priv_tbl.cpu, h264_ctx->priv_tbl.dma); in rkvdec_h264_stop()
1115 kfree(h264_ctx); in rkvdec_h264_stop()
[all …]
/linux-6.3-rc2/drivers/media/platform/verisilicon/
A Dhantro_h264.c440 struct hantro_h264_dec_hw_ctx *h264_ctx = &ctx->h264_dec; in hantro_h264_dec_prepare_run() local
441 struct hantro_h264_dec_ctrls *ctrls = &h264_ctx->ctrls; in hantro_h264_dec_prepare_run()
472 h264_ctx->cur_poc = reflist_builder.cur_pic_order_count; in hantro_h264_dec_prepare_run()
477 v4l2_h264_build_p_ref_list(&reflist_builder, h264_ctx->reflists.p); in hantro_h264_dec_prepare_run()
478 v4l2_h264_build_b_ref_lists(&reflist_builder, h264_ctx->reflists.b0, in hantro_h264_dec_prepare_run()
479 h264_ctx->reflists.b1); in hantro_h264_dec_prepare_run()
487 deduplicate_reflist(&reflist_builder, h264_ctx->reflists.p); in hantro_h264_dec_prepare_run()
488 deduplicate_reflist(&reflist_builder, h264_ctx->reflists.b0); in hantro_h264_dec_prepare_run()
489 deduplicate_reflist(&reflist_builder, h264_ctx->reflists.b1); in hantro_h264_dec_prepare_run()
/linux-6.3-rc2/drivers/media/platform/samsung/s5p-mfc/
A Ds5p_mfc_common.h204 unsigned int h264_ctx; member
A Ds5p_mfc.c1521 .h264_ctx = MFC_H264_CTX_BUF_SIZE,
A Ds5p_mfc_opr_v5.c208 ctx->ctx.size = buf_size->h264_ctx; in s5p_mfc_alloc_instance_buffer_v5()

Completed in 18 milliseconds