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

/linux-master/drivers/staging/media/rkvdec/
H A Drkvdec-h264.c636 struct rkvdec_h264_ctx *h264_ctx = ctx->priv; local
641 struct rkvdec_h264_priv_tbl *priv_tbl = h264_ctx->priv_tbl.cpu;
722 scaling_list_address = h264_ctx->priv_tbl.dma + scaling_distance;
764 struct rkvdec_h264_ctx *h264_ctx = ctx->priv; local
765 struct rkvdec_h264_priv_tbl *priv_tbl = h264_ctx->priv_tbl.cpu;
794 ref = &h264_ctx->reflists.p[i];
797 ref = &h264_ctx->reflists.b0[i];
800 ref = &h264_ctx->reflists.b1[i];
822 struct rkvdec_h264_ctx *h264_ctx = ctx->priv; local
823 struct rkvdec_h264_priv_tbl *tbl = h264_ctx
890 struct rkvdec_h264_ctx *h264_ctx = ctx->priv; local
1071 struct rkvdec_h264_ctx *h264_ctx; local
1110 struct rkvdec_h264_ctx *h264_ctx = ctx->priv; local
1143 struct rkvdec_h264_ctx *h264_ctx = ctx->priv; local
[all...]
/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_h264.c440 struct hantro_h264_dec_hw_ctx *h264_ctx = &ctx->h264_dec; local
441 struct hantro_h264_dec_ctrls *ctrls = &h264_ctx->ctrls;
472 h264_ctx->cur_poc = reflist_builder.cur_pic_order_count;
477 v4l2_h264_build_p_ref_list(&reflist_builder, h264_ctx->reflists.p);
478 v4l2_h264_build_b_ref_lists(&reflist_builder, h264_ctx->reflists.b0,
479 h264_ctx->reflists.b1);
487 deduplicate_reflist(&reflist_builder, h264_ctx->reflists.p);
488 deduplicate_reflist(&reflist_builder, h264_ctx->reflists.b0);
489 deduplicate_reflist(&reflist_builder, h264_ctx->reflists.b1);
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_common.h206 unsigned int h264_ctx; member in struct:s5p_mfc_buf_size_v5
H A Ds5p_mfc_opr_v5.c208 ctx->ctx.size = buf_size->h264_ctx;
H A Ds5p_mfc.c1524 .h264_ctx = MFC_H264_CTX_BUF_SIZE,

Completed in 191 milliseconds