Lines Matching defs:stream
113 /* Maximum firmware DMA buffers per stream */
244 int megabytes[CX18_MAX_STREAMS]; /* Size in megabytes of each stream */
253 /* per-stream, s_flags */
254 #define CX18_F_S_CLAIMED 3 /* this stream is claimed */
255 #define CX18_F_S_STREAMING 4 /* the fw is decoding/encoding this stream */
256 #define CX18_F_S_INTERNAL_USE 5 /* this stream is used internally (sliced VBI processing) */
257 #define CX18_F_S_STREAMOFF 7 /* signal end of stream EOS */
258 #define CX18_F_S_APPL_IO 8 /* this stream is used read/written by an application */
263 #define CX18_F_I_EOS 4 /* End of encoder stream */
320 struct cx18_stream *stream;
360 /* These first five fields are always set, even if the stream
362 struct video_device video_dev; /* v4l2_dev is NULL when stream not created */
365 const char *name; /* name of the stream */
366 int type; /* stream type */
380 u32 buffers; /* total buffers owned by this stream */
383 /* MDL sizes - all stream MDLs are the same size */
445 * to the user application directly or build up MPEG-2 private stream 1
451 * us and provide it in a separate stream or splice it into any type of
452 * MPEG PS or TS stream, but this isn't implemented yet.
516 * into the MPEG PS stream.
545 * A dummy driver stream transfer mdl & buffer with a copy of the next
597 int stream_buffers[CX18_MAX_STREAMS]; /* # of buffers for each stream */
600 struct snd_cx18_card *alsa; /* ALSA interface for PCM capture stream */
611 uninitialized value in the stream->id. */