Home
last modified time | relevance | path

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

/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec-vdpu383-hevc.c385 struct rkvdec_hevc_ctx *h265_ctx = ctx->priv; in rkvdec_write_regs() local
388 &h265_ctx->regs.common, in rkvdec_write_regs()
389 sizeof(h265_ctx->regs.common)); in rkvdec_write_regs()
391 &h265_ctx->regs.common_addr, in rkvdec_write_regs()
392 sizeof(h265_ctx->regs.common_addr)); in rkvdec_write_regs()
394 &h265_ctx->regs.h26x_params, in rkvdec_write_regs()
395 sizeof(h265_ctx->regs.h26x_params)); in rkvdec_write_regs()
397 &h265_ctx->regs.h26x_addr, in rkvdec_write_regs()
398 sizeof(h265_ctx->regs.h26x_addr)); in rkvdec_write_regs()
405 struct rkvdec_hevc_ctx *h265_ctx = ctx->priv; in config_registers() local
[all …]