Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sys/
Dfbio.h326 struct video_info { struct
364 typedef struct video_info video_info_t; argument
411 struct video_info va_info;
589 #define FBIO_MODEINFO _IOWR('F', 103, struct video_info)
590 #define FBIO_FINDMODE _IOWR('F', 104, struct video_info)
/freebsd-10-stable/sys/contrib/v4l/
Dvideodev.h226 struct video_info struct
279 #define VIDIOCGPLAYINFO _IOR('v',26, struct video_info) /* Get current playback info from hardwar…
/freebsd-10-stable/usr.sbin/vidcontrol/
Dvidcontrol.c81 struct video_info video_mode_info;
103 static struct video_info new_mode_info;
1086 struct video_info _info; in show_mode_info()