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

/freebsd-13-stable/sys/contrib/v4l/
H A Dvideodev.h147 struct video_window struct
262 #define VIDIOCGWIN _IOR('v',9, struct video_window) /* Get the video overlay window */
263 #define VIDIOCSWIN _IOW('v',10, struct video_window) /* Set the video overlay window - passes clip list for hardware smarts , chromakey etc */
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_ioctl.c2693 linux_to_bsd_v4l_window(struct l_video_window *lvw, struct video_window *vw)
2707 bsd_to_linux_v4l_window(struct video_window *vw, struct l_video_window *lvw)
2773 linux_v4l_cliplist_free(struct video_window *vw)
2788 linux_v4l_cliplist_copy(struct l_video_window *lvw, struct video_window *vw)
2862 struct video_window vwin;

Completed in 166 milliseconds