Searched refs:hevc_dec (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_hevc.c30 struct hantro_hevc_dec_hw_ctx *hevc_dec = &ctx->hevc_dec; local
32 hevc_dec->ref_bufs_used = 0;
38 struct hantro_hevc_dec_hw_ctx *hevc_dec = &ctx->hevc_dec; local
43 if (hevc_dec->ref_bufs_poc[i] == poc) {
44 hevc_dec->ref_bufs_used |= 1 << i;
45 return hevc_dec->ref_bufs[i].dma;
54 struct hantro_hevc_dec_hw_ctx *hevc_dec = &ctx->hevc_dec; local
73 struct hantro_hevc_dec_hw_ctx *hevc_dec = &ctx->hevc_dec; local
213 struct hantro_hevc_dec_hw_ctx *hevc_dec = &ctx->hevc_dec; local
249 struct hantro_hevc_dec_hw_ctx *hevc_dec = &ctx->hevc_dec; local
[all...]
H A Dhantro_g2_hevc_dec.c14 const struct hantro_hevc_dec_ctrls *ctrls = &ctx->hevc_dec.ctrls;
17 u16 *p = (u16 *)((u8 *)ctx->hevc_dec.tile_sizes.cpu);
108 const struct hantro_hevc_dec_ctrls *ctrls = &ctx->hevc_dec.ctrls;
143 const struct hantro_hevc_dec_ctrls *ctrls = &ctx->hevc_dec.ctrls;
288 const struct hantro_hevc_dec_ctrls *ctrls = &ctx->hevc_dec.ctrls;
365 const struct hantro_hevc_dec_ctrls *ctrls = &ctx->hevc_dec.ctrls;
508 hantro_write_addr(vpu, G2_TILE_SIZES_ADDR, ctx->hevc_dec.tile_sizes.dma);
509 hantro_write_addr(vpu, G2_TILE_FILTER_ADDR, ctx->hevc_dec.tile_filter.dma);
510 hantro_write_addr(vpu, G2_TILE_SAO_ADDR, ctx->hevc_dec.tile_sao.dma);
511 hantro_write_addr(vpu, G2_TILE_BSD_ADDR, ctx->hevc_dec
[all...]
H A Dhantro.h242 * @hevc_dec: HEVC-decoding context.
272 struct hantro_hevc_dec_hw_ctx hevc_dec; member in union:hantro_ctx::__anon374

Completed in 82 milliseconds