Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/media/
H A Dvideobuf2-v4l2.h23 #if VB2_MAX_PLANES != VIDEO_MAX_PLANES
24 #error VB2_MAX_PLANES != VIDEO_MAX_PLANES
54 struct vb2_plane planes[VB2_MAX_PLANES];
H A Dvideobuf2-core.h23 #define VB2_MAX_PLANES (8) macro
283 struct vb2_plane planes[VB2_MAX_PLANES];
597 struct device *alloc_devs[VB2_MAX_PLANES];
/OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c393 const unsigned plane_sizes[VB2_MAX_PLANES]) in __vb2_queue_alloc() argument
739 unsigned plane_sizes[VB2_MAX_PLANES] = { }; in vb2_core_reqbufs()
898 unsigned plane_sizes[VB2_MAX_PLANES] = { }; in vb2_core_create_bufs()
1112 struct vb2_plane planes[VB2_MAX_PLANES]; in __prepare_userptr()
1227 struct vb2_plane planes[VB2_MAX_PLANES]; in __prepare_dmabuf()
H A Dvideobuf2-v4l2.c76 if (b->length < vb->num_planes || b->length > VB2_MAX_PLANES) { in __verify_planes_array()