• Home
  • Raw
  • Download

Lines Matching full:streams

28 #include "cx18-streams.h"
36 associated VBI and IDX streams are also automatically claimed.
42 struct cx18_stream *s = &cx->streams[type]; in cx18_claim_stream()
77 * For all other streams we're done. in cx18_claim_stream()
82 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_IDX]; in cx18_claim_stream()
84 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; in cx18_claim_stream()
97 account associated VBI streams. */
126 * CX18_ENC_STREAM_TYPE_VBI and/or CX18_ENC_STREAM_TYPE_IDX streams. in cx18_release_stream()
128 * For all other streams we're done. in cx18_release_stream()
134 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_IDX]; in cx18_release_stream()
141 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; in cx18_release_stream()
182 struct cx18_stream *s_vbi = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; in cx18_get_mdl()
494 struct cx18_stream *s = &cx->streams[id->type]; in cx18_start_capture()
516 s_vbi = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; in cx18_start_capture()
517 s_idx = &cx->streams[CX18_ENC_STREAM_TYPE_IDX]; in cx18_start_capture()
520 * The VBI and IDX streams should have been claimed in cx18_start_capture()
522 * claimed. We only need to start these streams capturing. in cx18_start_capture()
558 * The associated VBI and IDX streams for internal use are released in cx18_start_capture()
576 cx18_release_stream(s); /* Also releases associated streams */ in cx18_start_capture()
585 struct cx18_stream *s = &cx->streams[id->type]; in cx18_v4l2_read()
610 struct cx18_stream *s = &cx->streams[id->type]; in cx18_v4l2_enc_poll()
659 struct cx18_stream *s = &cx->streams[id->type]; in cx18_v4l2_mmap()
710 struct cx18_stream *s = &cx->streams[id->type]; in cx18_stop_capture()
711 struct cx18_stream *s_vbi = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; in cx18_stop_capture()
712 struct cx18_stream *s_idx = &cx->streams[CX18_ENC_STREAM_TYPE_IDX]; in cx18_stop_capture()
722 /* Stop internal use associated VBI and IDX streams */ in cx18_stop_capture()
752 struct cx18_stream *s = &cx->streams[id->type]; in cx18_v4l2_close()