Home
last modified time | relevance | path

Searched defs:video_stream (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/
H A Dvideo.c132 struct video_stream { struct
133 int vs_flags; /* flags given to open() */
135 struct video_format vs_format;
137 int vs_frameno; /* toggles between 0 and 1,
139 uint32_t vs_sequence; /* absolute frame/sample number in
141 bool vs_drop; /* drop payloads from current
165 enum video_stream_method vs_method; /* method by which argument
192 struct video_stream sc_stream_in; argument