Home
last modified time | relevance | path

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

/linux-4.4.14/include/media/
Dvideobuf2-v4l2.h22 #if VB2_MAX_PLANES != VIDEO_MAX_PLANES
23 #error VB2_MAX_PLANES != VIDEO_MAX_PLANES
/linux-4.4.14/drivers/media/platform/exynos-gsc/
Dgsc-core.h128 u8 depth[VIDEO_MAX_PLANES];
204 unsigned long payload[VIDEO_MAX_PLANES];
/linux-4.4.14/drivers/media/platform/exynos4-is/
Dfimc-core.h258 unsigned int payload[VIDEO_MAX_PLANES];
259 unsigned int bytesperline[VIDEO_MAX_PLANES];
/linux-4.4.14/include/uapi/linux/
Dvideodev2.h73 #define VIDEO_MAX_PLANES 8 macro
1972 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-ioctl.c2656 if (buf->length > VIDEO_MAX_PLANES) { in check_array_args()