Searched refs:VIDEO_MAX_PLANES (Results 1 – 6 of 6) sorted by relevance
187 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];
128 u8 depth[VIDEO_MAX_PLANES];204 unsigned long payload[VIDEO_MAX_PLANES];
258 unsigned int payload[VIDEO_MAX_PLANES];259 unsigned int bytesperline[VIDEO_MAX_PLANES];
73 #define VIDEO_MAX_PLANES 8 macro1876 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
565 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()
2425 if (buf->length > VIDEO_MAX_PLANES) { in check_array_args()