Home
last modified time | relevance | path

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

/drivers/media/common/videobuf2/
Dvideobuf2-core.c394 const unsigned plane_sizes[VB2_MAX_PLANES]) in __vb2_queue_alloc() argument
740 unsigned plane_sizes[VB2_MAX_PLANES] = { }; in vb2_core_reqbufs()
899 unsigned plane_sizes[VB2_MAX_PLANES] = { }; in vb2_core_create_bufs()
1113 struct vb2_plane planes[VB2_MAX_PLANES]; in __prepare_userptr()
1229 struct vb2_plane planes[VB2_MAX_PLANES]; in __prepare_dmabuf()
Dvideobuf2-v4l2.c76 if (b->length < vb->num_planes || b->length > VB2_MAX_PLANES) { in __verify_planes_array()