h264_dec 255 drivers/staging/media/hantro/hantro.h struct hantro_h264_dec_hw_ctx h264_dec; h264_dec 24 drivers/staging/media/hantro/hantro_g1_h264_dec.c const struct hantro_h264_dec_ctrls *ctrls = &ctx->h264_dec.ctrls; h264_dec 132 drivers/staging/media/hantro/hantro_g1_h264_dec.c struct v4l2_h264_dpb_entry *dpb = ctx->h264_dec.dpb; h264_dec 176 drivers/staging/media/hantro/hantro_g1_h264_dec.c b0_reflist = ctx->h264_dec.reflists.b0; h264_dec 177 drivers/staging/media/hantro/hantro_g1_h264_dec.c b1_reflist = ctx->h264_dec.reflists.b1; h264_dec 178 drivers/staging/media/hantro/hantro_g1_h264_dec.c p_reflist = ctx->h264_dec.reflists.p; h264_dec 234 drivers/staging/media/hantro/hantro_g1_h264_dec.c const struct hantro_h264_dec_ctrls *ctrls = &ctx->h264_dec.ctrls; h264_dec 252 drivers/staging/media/hantro/hantro_g1_h264_dec.c size_t pic_size = ctx->h264_dec.pic_size; h264_dec 263 drivers/staging/media/hantro/hantro_g1_h264_dec.c vdpu_write_relaxed(vpu, ctx->h264_dec.priv.dma, G1_REG_ADDR_QTABLE); h264_dec 200 drivers/staging/media/hantro/hantro_h264.c const struct hantro_h264_dec_ctrls *ctrls = &ctx->h264_dec.ctrls; h264_dec 205 drivers/staging/media/hantro/hantro_h264.c struct hantro_h264_dec_priv_tbl *tbl = ctx->h264_dec.priv.cpu; h264_dec 226 drivers/staging/media/hantro/hantro_h264.c const struct hantro_h264_dec_ctrls *ctrls = &ctx->h264_dec.ctrls; h264_dec 228 drivers/staging/media/hantro/hantro_h264.c struct hantro_h264_dec_priv_tbl *tbl = ctx->h264_dec.priv.cpu; h264_dec 229 drivers/staging/media/hantro/hantro_h264.c const struct v4l2_h264_dpb_entry *dpb = ctx->h264_dec.dpb; h264_dec 275 drivers/staging/media/hantro/hantro_h264.c const struct v4l2_h264_dpb_entry *dpb = ctx->h264_dec.dpb; h264_dec 280 drivers/staging/media/hantro/hantro_h264.c dec_param = ctx->h264_dec.ctrls.decode; h264_dec 281 drivers/staging/media/hantro/hantro_h264.c slice_params = &ctx->h264_dec.ctrls.slices[0]; h264_dec 282 drivers/staging/media/hantro/hantro_h264.c sps = ctx->h264_dec.ctrls.sps; h264_dec 291 drivers/staging/media/hantro/hantro_h264.c for (i = 0; i < ARRAY_SIZE(ctx->h264_dec.dpb); i++) { h264_dec 320 drivers/staging/media/hantro/hantro_h264.c for (i = b->num_valid; i < ARRAY_SIZE(ctx->h264_dec.dpb); i++) h264_dec 479 drivers/staging/media/hantro/hantro_h264.c dec_param = ctx->h264_dec.ctrls.decode; h264_dec 482 drivers/staging/media/hantro/hantro_h264.c for (i = 0; i < ARRAY_SIZE(ctx->h264_dec.dpb); i++) h264_dec 483 drivers/staging/media/hantro/hantro_h264.c ctx->h264_dec.dpb[i].flags &= ~V4L2_H264_DPB_ENTRY_FLAG_ACTIVE; h264_dec 496 drivers/staging/media/hantro/hantro_h264.c for_each_clear_bit(j, used, ARRAY_SIZE(ctx->h264_dec.dpb)) { h264_dec 499 drivers/staging/media/hantro/hantro_h264.c cdpb = &ctx->h264_dec.dpb[j]; h264_dec 509 drivers/staging/media/hantro/hantro_h264.c if (j == ARRAY_SIZE(ctx->h264_dec.dpb)) h264_dec 523 drivers/staging/media/hantro/hantro_h264.c j = find_first_zero_bit(used, ARRAY_SIZE(ctx->h264_dec.dpb)); h264_dec 524 drivers/staging/media/hantro/hantro_h264.c if (WARN_ON(j >= ARRAY_SIZE(ctx->h264_dec.dpb))) h264_dec 527 drivers/staging/media/hantro/hantro_h264.c cdpb = &ctx->h264_dec.dpb[j]; h264_dec 537 drivers/staging/media/hantro/hantro_h264.c struct v4l2_h264_dpb_entry *dpb = ctx->h264_dec.dpb; h264_dec 563 drivers/staging/media/hantro/hantro_h264.c struct hantro_h264_dec_hw_ctx *h264_ctx = &ctx->h264_dec; h264_dec 611 drivers/staging/media/hantro/hantro_h264.c struct hantro_h264_dec_hw_ctx *h264_dec = &ctx->h264_dec; h264_dec 612 drivers/staging/media/hantro/hantro_h264.c struct hantro_aux_buf *priv = &h264_dec->priv; h264_dec 620 drivers/staging/media/hantro/hantro_h264.c struct hantro_h264_dec_hw_ctx *h264_dec = &ctx->h264_dec; h264_dec 621 drivers/staging/media/hantro/hantro_h264.c struct hantro_aux_buf *priv = &h264_dec->priv; h264_dec 636 drivers/staging/media/hantro/hantro_h264.c h264_dec->pic_size = pix_mp.plane_fmt[0].sizeimage;