Home
last modified time | relevance | path

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

/linux-4.19.296/include/media/
Dvideobuf2-v4l2.h22 #if VB2_MAX_PLANES != VIDEO_MAX_PLANES
23 #error VB2_MAX_PLANES != VIDEO_MAX_PLANES
/linux-4.19.296/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c511 unsigned requested_sizes[VIDEO_MAX_PLANES]; in vb2_create_bufs()
525 requested_planes > VIDEO_MAX_PLANES) in vb2_create_bufs()
/linux-4.19.296/include/uapi/linux/
Dvideodev2.h74 #define VIDEO_MAX_PLANES 8 macro
2107 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c564 if (length > VIDEO_MAX_PLANES) in bufsize_v4l2_buffer()
620 if (num_planes > VIDEO_MAX_PLANES) in get_v4l2_buffer32()
Dv4l2-ioctl.c320 planes = min_t(u32, mp->num_planes, VIDEO_MAX_PLANES); in v4l_print_format()
2885 if (buf->length > VIDEO_MAX_PLANES) { in check_array_args()