Home
last modified time | relevance | path

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

/NextBSD/sys/compat/linux/
HDlinux_ioctl.c3191 linux_to_bsd_v4l2_format(struct l_v4l2_format *lvf, struct v4l2_format *vf) in linux_to_bsd_v4l2_format() argument
3193 vf->type = lvf->type; in linux_to_bsd_v4l2_format()
3194 if (lvf->type == V4L2_BUF_TYPE_VIDEO_OVERLAY in linux_to_bsd_v4l2_format()
3196 || lvf->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY in linux_to_bsd_v4l2_format()
3204 memcpy(&vf->fmt, &lvf->fmt, sizeof(vf->fmt)); in linux_to_bsd_v4l2_format()
3209 bsd_to_linux_v4l2_format(struct v4l2_format *vf, struct l_v4l2_format *lvf) in bsd_to_linux_v4l2_format() argument
3211 lvf->type = vf->type; in bsd_to_linux_v4l2_format()
3222 memcpy(&lvf->fmt, &vf->fmt, sizeof(vf->fmt)); in bsd_to_linux_v4l2_format()