Searched refs:VB2_MAX_PLANES (Results 1 – 4 of 4) sorted by relevance
21 #define VB2_MAX_PLANES (8) macro221 struct vb2_plane planes[VB2_MAX_PLANES];473 void *alloc_ctx[VB2_MAX_PLANES];474 unsigned int plane_sizes[VB2_MAX_PLANES];
22 #if VB2_MAX_PLANES != VIDEO_MAX_PLANES23 #error VB2_MAX_PLANES != VIDEO_MAX_PLANES
941 struct vb2_plane planes[VB2_MAX_PLANES]; in __qbuf_userptr()1055 struct vb2_plane planes[VB2_MAX_PLANES]; in __qbuf_dmabuf()
61 if (b->length < vb->num_planes || b->length > VB2_MAX_PLANES) { in __verify_planes_array()