Home
last modified time | relevance | path

Searched refs:VB2_MAX_PLANES (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/media/
Dvideobuf2-core.h21 #define VB2_MAX_PLANES (8) macro
221 struct vb2_plane planes[VB2_MAX_PLANES];
473 void *alloc_ctx[VB2_MAX_PLANES];
474 unsigned int plane_sizes[VB2_MAX_PLANES];
Dvideobuf2-v4l2.h22 #if VB2_MAX_PLANES != VIDEO_MAX_PLANES
23 #error VB2_MAX_PLANES != VIDEO_MAX_PLANES
/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-core.c941 struct vb2_plane planes[VB2_MAX_PLANES]; in __qbuf_userptr()
1055 struct vb2_plane planes[VB2_MAX_PLANES]; in __qbuf_dmabuf()
Dvideobuf2-v4l2.c61 if (b->length < vb->num_planes || b->length > VB2_MAX_PLANES) { in __verify_planes_array()