Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/mtk-jpeg/
Dmtk_jpeg_core.h79 int h_sample[VIDEO_MAX_PLANES];
80 int v_sample[VIDEO_MAX_PLANES];
100 u32 bytesperline[VIDEO_MAX_PLANES];
101 u32 sizeimage[VIDEO_MAX_PLANES];
/Linux-v5.4/drivers/media/platform/mtk-mdp/
Dmtk_mdp_core.h65 u8 depth[VIDEO_MAX_PLANES];
66 u8 row_depth[VIDEO_MAX_PLANES];
107 unsigned long payload[VIDEO_MAX_PLANES];
108 unsigned int pitch[VIDEO_MAX_PLANES];
/Linux-v5.4/include/media/
Dvideobuf2-v4l2.h22 #if VB2_MAX_PLANES != VIDEO_MAX_PLANES
23 #error VB2_MAX_PLANES != VIDEO_MAX_PLANES
/Linux-v5.4/drivers/media/platform/exynos-gsc/
Dgsc-core.h122 u8 depth[VIDEO_MAX_PLANES];
198 unsigned long payload[VIDEO_MAX_PLANES];
/Linux-v5.4/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_drv.h218 unsigned int fb_sz[VIDEO_MAX_PLANES];
/Linux-v5.4/drivers/media/platform/exynos4-is/
Dfimc-core.h255 unsigned int payload[VIDEO_MAX_PLANES];
256 unsigned int bytesperline[VIDEO_MAX_PLANES];
/Linux-v5.4/Documentation/media/uapi/v4l/
Dpixfmt-v4l2-mplane.rst92 - ``plane_fmt[VIDEO_MAX_PLANES]``
Ddmabuf.rst105 struct v4l2_plane planes[VIDEO_MAX_PLANES];
/Linux-v5.4/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c694 unsigned requested_sizes[VIDEO_MAX_PLANES]; in vb2_create_bufs()
709 requested_planes > VIDEO_MAX_PLANES) in vb2_create_bufs()
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c570 if (length > VIDEO_MAX_PLANES) in bufsize_v4l2_buffer()
629 if (num_planes > VIDEO_MAX_PLANES) in get_v4l2_buffer32()
Dv4l2-ioctl.c317 planes = min_t(u32, mp->num_planes, VIDEO_MAX_PLANES); in v4l_print_format()
1020 VIDEO_MAX_PLANES); in v4l_sanitize_format()
2959 if (buf->length > VIDEO_MAX_PLANES) { in check_array_args()
/Linux-v5.4/include/uapi/linux/
Dvideodev2.h74 #define VIDEO_MAX_PLANES 8 macro
2187 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
/Linux-v5.4/Documentation/media/
Dvideodev2.h.rst.exceptions508 ignore define VIDEO_MAX_PLANES