Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/compat/linux/
Dlinux_ioctl.c3203 linux_to_bsd_v4l2_format(struct l_v4l2_format *lvf, struct v4l2_format *vf) in linux_to_bsd_v4l2_format() argument
3205 vf->type = lvf->type; in linux_to_bsd_v4l2_format()
3206 if (lvf->type == V4L2_BUF_TYPE_VIDEO_OVERLAY in linux_to_bsd_v4l2_format()
3208 || lvf->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY in linux_to_bsd_v4l2_format()
3216 memcpy(&vf->fmt, &lvf->fmt, sizeof(vf->fmt)); in linux_to_bsd_v4l2_format()
3221 bsd_to_linux_v4l2_format(struct v4l2_format *vf, struct l_v4l2_format *lvf) in bsd_to_linux_v4l2_format() argument
3223 lvf->type = vf->type; in bsd_to_linux_v4l2_format()
3234 memcpy(&lvf->fmt, &vf->fmt, sizeof(vf->fmt)); in bsd_to_linux_v4l2_format()