Searched refs:plane_sizes (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/media/v4l2-core/ |
D | videobuf2-core.c | 202 unsigned long size = PAGE_ALIGN(q->plane_sizes[plane]); in __vb2_buf_mem_alloc() 211 vb->v4l2_planes[plane].length = q->plane_sizes[plane]; in __vb2_buf_mem_alloc() 299 vb->v4l2_planes[plane].length = q->plane_sizes[plane]; in __setup_lengths() 918 memset(q->plane_sizes, 0, sizeof(q->plane_sizes)); in __reqbufs() 927 q->plane_sizes, q->alloc_ctx); in __reqbufs() 952 &num_planes, q->plane_sizes, q->alloc_ctx); in __reqbufs() 1027 memset(q->plane_sizes, 0, sizeof(q->plane_sizes)); in __create_bufs() 1040 &num_planes, q->plane_sizes, q->alloc_ctx); in __create_bufs() 1063 &num_planes, q->plane_sizes, q->alloc_ctx); in __create_bufs() 1422 if (planes[plane].length < q->plane_sizes[plane]) { in __qbuf_userptr() [all …]
|
/linux-4.1.27/include/media/ |
D | videobuf2-core.h | 420 unsigned int plane_sizes[VIDEO_MAX_PLANES]; member
|