Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-core.c56 unsigned long size = PAGE_ALIGN(q->plane_sizes[plane]); in __vb2_buf_mem_alloc()
65 vb->planes[plane].length = q->plane_sizes[plane]; in __vb2_buf_mem_alloc()
154 vb->planes[plane].length = q->plane_sizes[plane]; in __setup_lengths()
616 memset(q->plane_sizes, 0, sizeof(q->plane_sizes)); in vb2_core_reqbufs()
625 q->plane_sizes, q->alloc_ctx); in vb2_core_reqbufs()
651 &num_planes, q->plane_sizes, q->alloc_ctx); in vb2_core_reqbufs()
715 memset(q->plane_sizes, 0, sizeof(q->plane_sizes)); in vb2_core_create_bufs()
728 &num_planes, q->plane_sizes, q->alloc_ctx); in vb2_core_create_bufs()
751 &num_planes, q->plane_sizes, q->alloc_ctx); in vb2_core_create_bufs()
967 if (planes[plane].length < q->plane_sizes[plane]) { in __qbuf_userptr()
[all …]
/linux-4.4.14/include/media/
Dvideobuf2-core.h474 unsigned int plane_sizes[VB2_MAX_PLANES]; member