Searched refs:num_dec_fmts (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/media/platform/verisilicon/ |
H A D | rockchip_vpu_hw.c | 659 .num_dec_fmts = ARRAY_SIZE(rk3066_vpu_dec_fmts), 684 .num_dec_fmts = ARRAY_SIZE(rk3066_vpu_dec_fmts), 704 .num_dec_fmts = ARRAY_SIZE(rk3288_vpu_dec_fmts), 723 .num_dec_fmts = ARRAY_SIZE(rockchip_vdpu2_dec_fmts), 745 .num_dec_fmts = ARRAY_SIZE(rk3399_vpu_dec_fmts), 772 .num_dec_fmts = ARRAY_SIZE(rockchip_vdpu2_dec_fmts), 789 .num_dec_fmts = ARRAY_SIZE(rockchip_vdpu2_dec_fmts), 803 .num_dec_fmts = ARRAY_SIZE(rockchip_vpu981_dec_fmts),
|
H A D | imx8m_vpu_hw.c | 345 .num_dec_fmts = ARRAY_SIZE(imx8m_vpu_dec_fmts), 364 .num_dec_fmts = ARRAY_SIZE(imx8m_vpu_dec_fmts), 380 .num_dec_fmts = ARRAY_SIZE(imx8m_vpu_g2_dec_fmts), 394 .num_dec_fmts = ARRAY_SIZE(imx8m_vpu_dec_fmts),
|
H A D | hantro_vp9.c | 168 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()
|
H A D | sama5d4_vdec_hw.c | 117 .num_dec_fmts = ARRAY_SIZE(sama5d4_vdec_fmts),
|
H A D | sunxi_vpu_hw.c | 115 .num_dec_fmts = ARRAY_SIZE(sunxi_vpu_dec_fmts),
|
H A D | hantro.h | 87 unsigned int num_dec_fmts; member
|
H A D | hantro_v4l2.c | 54 *num_fmts = ctx->dev->variant->num_dec_fmts; in hantro_get_formats()
|