Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/mtk-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-v5.10/drivers/media/platform/mtk-jpeg/
Dmtk_jpeg_core.h121 int h_sample[VIDEO_MAX_PLANES];
122 int v_sample[VIDEO_MAX_PLANES];
/Linux-v5.10/include/media/
Dvideobuf2-v4l2.h22 #if VB2_MAX_PLANES != VIDEO_MAX_PLANES
23 #error VB2_MAX_PLANES != VIDEO_MAX_PLANES
/Linux-v5.10/drivers/media/platform/exynos-gsc/
Dgsc-core.h122 u8 depth[VIDEO_MAX_PLANES];
198 unsigned long payload[VIDEO_MAX_PLANES];
/Linux-v5.10/drivers/media/platform/exynos4-is/
Dfimc-core.h255 unsigned int payload[VIDEO_MAX_PLANES];
256 unsigned int bytesperline[VIDEO_MAX_PLANES];
/Linux-v5.10/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_drv.h218 unsigned int fb_sz[VIDEO_MAX_PLANES];
/Linux-v5.10/drivers/staging/media/rkisp1/
Drkisp1-common.h165 u32 buff_addr[VIDEO_MAX_PLANES];
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dpixfmt-v4l2-mplane.rst85 - ``plane_fmt[VIDEO_MAX_PLANES]``
Ddmabuf.rst98 struct v4l2_plane planes[VIDEO_MAX_PLANES];
/Linux-v5.10/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c600 if (length > VIDEO_MAX_PLANES) in bufsize_v4l2_buffer()
625 if (length > VIDEO_MAX_PLANES) in bufsize_v4l2_buffer_time32()
684 if (num_planes > VIDEO_MAX_PLANES) in get_v4l2_buffer32()
784 if (num_planes > VIDEO_MAX_PLANES) in get_v4l2_buffer32_time32()
Dv4l2-ioctl.c318 planes = min_t(u32, mp->num_planes, VIDEO_MAX_PLANES); in v4l_print_format()
1035 VIDEO_MAX_PLANES); in v4l_sanitize_format()
3039 if (buf->length > VIDEO_MAX_PLANES) { in check_array_args()
/Linux-v5.10/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c757 unsigned requested_sizes[VIDEO_MAX_PLANES]; in vb2_create_bufs()
772 requested_planes > VIDEO_MAX_PLANES) in vb2_create_bufs()
/Linux-v5.10/include/uapi/linux/
Dvideodev2.h74 #define VIDEO_MAX_PLANES 8 macro
2245 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
/Linux-v5.10/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions520 ignore define VIDEO_MAX_PLANES