Home
last modified time | relevance | path

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

/linux/drivers/media/platform/verisilicon/
H A Drockchip_vpu_hw.c663 .dec_fmts = rk3066_vpu_dec_fmts,
688 .dec_fmts = rk3066_vpu_dec_fmts,
708 .dec_fmts = rk3288_vpu_dec_fmts,
727 .dec_fmts = rockchip_vdpu2_dec_fmts,
749 .dec_fmts = rk3399_vpu_dec_fmts,
776 .dec_fmts = rockchip_vdpu2_dec_fmts,
793 .dec_fmts = rockchip_vdpu2_dec_fmts,
807 .dec_fmts = rockchip_vpu981_dec_fmts,
H A Dimx8m_vpu_hw.c344 .dec_fmts = imx8m_vpu_dec_fmts,
363 .dec_fmts = imx8m_vpu_dec_fmts,
379 .dec_fmts = imx8m_vpu_g2_dec_fmts,
393 .dec_fmts = imx8m_vpu_dec_fmts,
H A Dhantro_vp9.c172 if (variant->dec_fmts[i].fourcc == V4L2_PIX_FMT_VP9_FRAME) in hantro_vp9_dec_init()
178 max_width = vpu->variant->dec_fmts[i].frmsize.max_width; in hantro_vp9_dec_init()
179 max_height = vpu->variant->dec_fmts[i].frmsize.max_height; in hantro_vp9_dec_init()
H A Dsunxi_vpu_hw.c114 .dec_fmts = sunxi_vpu_dec_fmts,
H A Dsama5d4_vdec_hw.c116 .dec_fmts = sama5d4_vdec_fmts,
H A Dstm32mp25_vpu_hw.c159 .dec_fmts = stm32mp25_vdec_fmts,
H A Dhantro_v4l2.c53 formats = ctx->dev->variant->dec_fmts; in hantro_get_formats()