Lines Matching refs:streams
19 #include "cx18-streams.h"
27 associated VBI and IDX streams are also automatically claimed.
33 struct cx18_stream *s = &cx->streams[type];
68 * For all other streams we're done.
73 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_IDX];
75 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_VBI];
88 account associated VBI streams. */
117 * CX18_ENC_STREAM_TYPE_VBI and/or CX18_ENC_STREAM_TYPE_IDX streams.
119 * For all other streams we're done.
125 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_IDX];
132 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_VBI];
173 struct cx18_stream *s_vbi = &cx->streams[CX18_ENC_STREAM_TYPE_VBI];
485 struct cx18_stream *s = &cx->streams[id->type];
507 s_vbi = &cx->streams[CX18_ENC_STREAM_TYPE_VBI];
508 s_idx = &cx->streams[CX18_ENC_STREAM_TYPE_IDX];
511 * The VBI and IDX streams should have been claimed
513 * claimed. We only need to start these streams capturing.
549 * The associated VBI and IDX streams for internal use are released
567 cx18_release_stream(s); /* Also releases associated streams */
576 struct cx18_stream *s = &cx->streams[id->type];
595 struct cx18_stream *s = &cx->streams[id->type];
643 struct cx18_stream *s_vbi = &cx->streams[CX18_ENC_STREAM_TYPE_VBI];
644 struct cx18_stream *s_idx = &cx->streams[CX18_ENC_STREAM_TYPE_IDX];
654 /* Stop internal use associated VBI and IDX streams */
684 struct cx18_stream *s = &cx->streams[id->type];