Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/media/hantro/
Drockchip_vpu_hw.c529 .num_dec_fmts = ARRAY_SIZE(rk3066_vpu_dec_fmts),
554 .num_dec_fmts = ARRAY_SIZE(rk3066_vpu_dec_fmts),
574 .num_dec_fmts = ARRAY_SIZE(rk3288_vpu_dec_fmts),
593 .num_dec_fmts = ARRAY_SIZE(rockchip_vdpu2_dec_fmts),
615 .num_dec_fmts = ARRAY_SIZE(rk3399_vpu_dec_fmts),
629 .num_dec_fmts = ARRAY_SIZE(rockchip_vdpu2_dec_fmts),
646 .num_dec_fmts = ARRAY_SIZE(rockchip_vdpu2_dec_fmts),
Dimx8m_vpu_hw.c316 .num_dec_fmts = ARRAY_SIZE(imx8m_vpu_dec_fmts),
335 .num_dec_fmts = ARRAY_SIZE(imx8m_vpu_dec_fmts),
351 .num_dec_fmts = ARRAY_SIZE(imx8m_vpu_g2_dec_fmts),
365 .num_dec_fmts = ARRAY_SIZE(imx8m_vpu_dec_fmts),
Dhantro_vp9.c168 if (variant->num_dec_fmts < 1) in hantro_vp9_dec_init()
171 for (i = 0; i < variant->num_dec_fmts; ++i) in hantro_vp9_dec_init()
175 if (i == variant->num_dec_fmts) in hantro_vp9_dec_init()
Dsunxi_vpu_hw.c88 .num_dec_fmts = ARRAY_SIZE(sunxi_vpu_dec_fmts),
Dsama5d4_vdec_hw.c117 .num_dec_fmts = ARRAY_SIZE(sama5d4_vdec_fmts),
Dhantro.h86 unsigned int num_dec_fmts; member
Dhantro_v4l2.c46 *num_fmts = ctx->dev->variant->num_dec_fmts; in hantro_get_formats()