Home
last modified time | relevance | path

Searched refs:v4l2_plane (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c334 static int get_v4l2_plane32(struct v4l2_plane __user *up, struct v4l2_plane32 __user *up32, in get_v4l2_plane32()
363 static int put_v4l2_plane32(struct v4l2_plane __user *up, struct v4l2_plane32 __user *up32, in put_v4l2_plane32()
389 struct v4l2_plane __user *uplane; in get_v4l2_buffer32()
430 sizeof(struct v4l2_plane)); in get_v4l2_buffer32()
431 kp->m.planes = (__force struct v4l2_plane *)uplane; in get_v4l2_buffer32()
473 struct v4l2_plane __user *uplane; in put_v4l2_buffer32()
501 uplane = (__force struct v4l2_plane __user *)kp->m.planes; in put_v4l2_buffer32()
Dvideobuf2-core.c314 struct v4l2_plane *p; in __setup_offsets()
670 b->length * sizeof(struct v4l2_plane)); in __fill_v4l2_buffer()
1263 struct v4l2_plane *v4l2_planes) in __fill_vb2_buffer()
1304 struct v4l2_plane *pdst = &v4l2_planes[plane]; in __fill_vb2_buffer()
1305 struct v4l2_plane *psrc = &b->m.planes[plane]; in __fill_vb2_buffer()
1398 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in __qbuf_userptr()
1441 memset(&vb->v4l2_planes[plane], 0, sizeof(struct v4l2_plane)); in __qbuf_userptr()
1502 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in __qbuf_dmabuf()
1552 memset(&vb->v4l2_planes[plane], 0, sizeof(struct v4l2_plane)); in __qbuf_dmabuf()
2796 struct v4l2_plane p;
Dv4l2-ioctl.c438 const struct v4l2_plane *plane; in v4l_print_buffer()
2431 *array_size = sizeof(struct v4l2_plane) * buf->length; in check_array_args()
/linux-4.1.27/include/media/
Dvideobuf2-core.h187 struct v4l2_plane v4l2_planes[VIDEO_MAX_PLANES];
/linux-4.1.27/include/uapi/linux/
Dvideodev2.h717 struct v4l2_plane { struct
774 struct v4l2_plane *planes;