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

/freebsd-12-stable/sys/compat/linux/
H A Dlinux_ioctl.c3155 linux_to_bsd_v4l2_format(struct l_v4l2_format *lvf, struct v4l2_format *vf) argument
3157 vf->type = lvf->type;
3158 if (lvf->type == V4L2_BUF_TYPE_VIDEO_OVERLAY
3160 || lvf->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY
3168 memcpy(&vf->fmt, &lvf->fmt, sizeof(vf->fmt));
3173 bsd_to_linux_v4l2_format(struct v4l2_format *vf, struct l_v4l2_format *lvf) argument
3175 lvf->type = vf->type;
3186 memcpy(&lvf->fmt, &vf->fmt, sizeof(vf->fmt));

Completed in 52 milliseconds