Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/verisilicon/
H A Drockchip_vpu_hw.c658 .dec_fmts = rk3066_vpu_dec_fmts,
683 .dec_fmts = rk3066_vpu_dec_fmts,
703 .dec_fmts = rk3288_vpu_dec_fmts,
722 .dec_fmts = rockchip_vdpu2_dec_fmts,
744 .dec_fmts = rk3399_vpu_dec_fmts,
771 .dec_fmts = rockchip_vdpu2_dec_fmts,
788 .dec_fmts = rockchip_vdpu2_dec_fmts,
802 .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 Dsama5d4_vdec_hw.c116 .dec_fmts = sama5d4_vdec_fmts,
H A Dsunxi_vpu_hw.c114 .dec_fmts = sunxi_vpu_dec_fmts,
H A Dhantro.h86 const struct hantro_fmt *dec_fmts; member
H A Dhantro_v4l2.c53 formats = ctx->dev->variant->dec_fmts; in hantro_get_formats()
H A Dhantro_drv.c950 if (!vpu->variant->dec_fmts) in hantro_add_dec_func()