Lines Matching refs:streams
47 struct cx18_stream *s = &cx->streams[type]; in cx18_claim_stream()
88 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_IDX]; in cx18_claim_stream()
90 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; in cx18_claim_stream()
140 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_IDX]; in cx18_release_stream()
147 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; in cx18_release_stream()
188 struct cx18_stream *s_vbi = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; in cx18_get_mdl()
500 struct cx18_stream *s = &cx->streams[id->type]; in cx18_start_capture()
522 s_vbi = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; in cx18_start_capture()
523 s_idx = &cx->streams[CX18_ENC_STREAM_TYPE_IDX]; in cx18_start_capture()
591 struct cx18_stream *s = &cx->streams[id->type]; in cx18_v4l2_read()
616 struct cx18_stream *s = &cx->streams[id->type]; in cx18_v4l2_enc_poll()
665 struct cx18_stream *s = &cx->streams[id->type]; in cx18_v4l2_mmap()
716 struct cx18_stream *s = &cx->streams[id->type]; in cx18_stop_capture()
717 struct cx18_stream *s_vbi = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; in cx18_stop_capture()
718 struct cx18_stream *s_idx = &cx->streams[CX18_ENC_STREAM_TYPE_IDX]; in cx18_stop_capture()
759 struct cx18_stream *s = &cx->streams[id->type]; in cx18_v4l2_close()