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

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

Completed in 190 milliseconds