Searched defs:video_stream (Results 1 – 1 of 1) sorted by relevance
132 struct video_stream { struct133 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 in141 bool vs_drop; /* drop payloads from current165 enum video_stream_method vs_method; /* method by which argument192 struct video_stream sc_stream_in; argument