Home
last modified time | relevance | path

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

/linux-4.1.27/include/media/
Dvideobuf2-core.h187 struct v4l2_plane v4l2_planes[VIDEO_MAX_PLANES];
199 struct vb2_plane planes[VIDEO_MAX_PLANES];
419 void *alloc_ctx[VIDEO_MAX_PLANES];
420 unsigned int plane_sizes[VIDEO_MAX_PLANES];
/linux-4.1.27/drivers/media/platform/exynos-gsc/
Dgsc-core.h128 u8 depth[VIDEO_MAX_PLANES];
204 unsigned long payload[VIDEO_MAX_PLANES];
/linux-4.1.27/drivers/media/platform/exynos4-is/
Dfimc-core.h258 unsigned int payload[VIDEO_MAX_PLANES];
259 unsigned int bytesperline[VIDEO_MAX_PLANES];
/linux-4.1.27/include/uapi/linux/
Dvideodev2.h73 #define VIDEO_MAX_PLANES 8 macro
1876 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
/linux-4.1.27/drivers/media/v4l2-core/
Dvideobuf2-core.c565 if (b->length < vb->num_planes || b->length > VIDEO_MAX_PLANES) { in __verify_planes_array()
1398 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in __qbuf_userptr()
1502 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in __qbuf_dmabuf()
Dv4l2-ioctl.c2425 if (buf->length > VIDEO_MAX_PLANES) { in check_array_args()