Home
last modified time | relevance | path

Searched refs:VIDEO_MAX_PLANES (Results 1 – 16 of 16) sorted by relevance

/Linux-v6.1/drivers/media/platform/mediatek/mdp/
Dmtk_mdp_core.h63 u8 depth[VIDEO_MAX_PLANES];
64 u8 row_depth[VIDEO_MAX_PLANES];
105 unsigned long payload[VIDEO_MAX_PLANES];
106 unsigned int pitch[VIDEO_MAX_PLANES];
/Linux-v6.1/drivers/media/platform/mediatek/jpeg/
Dmtk_jpeg_core.h119 int h_sample[VIDEO_MAX_PLANES];
120 int v_sample[VIDEO_MAX_PLANES];
/Linux-v6.1/drivers/media/platform/amphion/
Dvpu_defs.h143 u32 sizeimage[VIDEO_MAX_PLANES];
144 u32 bytesperline[VIDEO_MAX_PLANES];
Dvpu.h92 u32 sizeimage[VIDEO_MAX_PLANES];
93 u32 bytesperline[VIDEO_MAX_PLANES];
/Linux-v6.1/include/media/
Dvideobuf2-v4l2.h22 #if VB2_MAX_PLANES != VIDEO_MAX_PLANES
23 #error VB2_MAX_PLANES != VIDEO_MAX_PLANES
/Linux-v6.1/drivers/media/platform/mediatek/mdp3/
Dmtk-mdp3-regs.h256 u8 depth[VIDEO_MAX_PLANES];
257 u8 row_depth[VIDEO_MAX_PLANES];
/Linux-v6.1/drivers/media/platform/samsung/exynos-gsc/
Dgsc-core.h120 u8 depth[VIDEO_MAX_PLANES];
196 unsigned long payload[VIDEO_MAX_PLANES];
/Linux-v6.1/drivers/media/platform/samsung/exynos4-is/
Dfimc-core.h256 unsigned int payload[VIDEO_MAX_PLANES];
257 unsigned int bytesperline[VIDEO_MAX_PLANES];
/Linux-v6.1/drivers/media/platform/mediatek/vcodec/
Dmtk_vcodec_drv.h230 unsigned int fb_sz[VIDEO_MAX_PLANES];
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dpixfmt-v4l2-mplane.rst85 - ``plane_fmt[VIDEO_MAX_PLANES]``
Ddmabuf.rst98 struct v4l2_plane planes[VIDEO_MAX_PLANES];
/Linux-v6.1/drivers/media/platform/rockchip/rkisp1/
Drkisp1-common.h236 u32 buff_addr[VIDEO_MAX_PLANES];
/Linux-v6.1/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c745 unsigned requested_sizes[VIDEO_MAX_PLANES]; in vb2_create_bufs()
761 requested_planes > VIDEO_MAX_PLANES) in vb2_create_bufs()
/Linux-v6.1/include/uapi/linux/
Dvideodev2.h74 #define VIDEO_MAX_PLANES 8 macro
2344 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
/Linux-v6.1/drivers/media/v4l2-core/
Dv4l2-ioctl.c309 planes = min_t(u32, mp->num_planes, VIDEO_MAX_PLANES); in v4l_print_format()
1043 VIDEO_MAX_PLANES); in v4l_sanitize_format()
3086 if (buf->length > VIDEO_MAX_PLANES) { in check_array_args()
/Linux-v6.1/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions540 ignore define VIDEO_MAX_PLANES