Searched refs:tile_info (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/media/platform/verisilicon/ |
H A D | rockchip_vpu981_hw_av1_dec.c | 330 if (av1_dec->tile_info.cpu) in rockchip_vpu981_av1_dec_exit() 331 dma_free_coherent(vpu->dev, av1_dec->tile_info.size, in rockchip_vpu981_av1_dec_exit() 332 av1_dec->tile_info.cpu, in rockchip_vpu981_av1_dec_exit() 333 av1_dec->tile_info.dma); in rockchip_vpu981_av1_dec_exit() 334 av1_dec->tile_info.cpu = NULL; in rockchip_vpu981_av1_dec_exit() 375 av1_dec->tile_info.cpu = dma_alloc_coherent(vpu->dev, AV1_MAX_TILES, in rockchip_vpu981_av1_dec_init() 376 &av1_dec->tile_info.dma, in rockchip_vpu981_av1_dec_init() 378 if (!av1_dec->tile_info.cpu) in rockchip_vpu981_av1_dec_init() 380 av1_dec->tile_info.size = AV1_MAX_TILES; in rockchip_vpu981_av1_dec_init() 569 const struct v4l2_av1_tile_info *tile_info = &ctrls->frame->tile_info; in rockchip_vpu981_av1_dec_set_tile_info() local [all …]
|
H A D | hantro_hw.h | 315 struct hantro_aux_buf tile_info; member
|
H A D | hantro_g2_vp9_dec.c | 254 static void recompute_tile_info(unsigned short *tile_info, unsigned int tiles, unsigned int sbs) in recompute_tile_info() argument 262 *tile_info++ = next_accumulated - accumulated; in recompute_tile_info()
|
/openbmc/linux/drivers/pinctrl/qcom/ |
H A D | pinctrl-sc8180x.c | 29 struct tile_info { struct 34 static const struct tile_info sc8180x_tile_info[] = { argument 1658 const struct tile_info *info = &sc8180x_tile_info[i]; in sc8180x_pinctrl_add_tile_resources()
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A D | vdec_av1_req_lat_if.c | 1329 BIT_FLAG(&ctrl_fh->tile_info, V4L2_AV1_TILE_INFO_FLAG_UNIFORM_TILE_SPACING); in vdec_av1_slice_setup_uh() 1384 vdec_av1_slice_setup_tile(frame, &ctrl_fh->tile_info); in vdec_av1_slice_setup_uh()
|
/openbmc/linux/include/uapi/linux/ |
H A D | v4l2-controls.h | 3357 struct v4l2_av1_tile_info tile_info; member
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-codec-stateless.rst | 3804 - ``tile_info``
|