Lines Matching full:streams

44 #include "ivtv-streams.h"
170 struct ivtv_stream *s = &itv->streams[type]; in ivtv_stream_init()
200 struct ivtv_stream *s = &itv->streams[type]; in ivtv_prep_dev()
218 /* User explicitly selected 0 buffers for these streams, so don't in ivtv_prep_dev()
269 if (itv->streams[type].vdev.v4l2_dev == NULL) in ivtv_streams_setup()
273 if (ivtv_stream_alloc(&itv->streams[type])) in ivtv_streams_setup()
279 /* One or more streams could not be initialized. Clean 'em all up. */ in ivtv_streams_setup()
286 struct ivtv_stream *s = &itv->streams[type]; in ivtv_reg_dev()
297 struct ivtv_stream *s_mpg = &itv->streams[IVTV_ENC_STREAM_TYPE_MPG]; in ivtv_reg_dev()
304 itv->streams[IVTV_DEC_STREAM_TYPE_YUV].vdev.device_caps |= in ivtv_reg_dev()
306 itv->streams[IVTV_DEC_STREAM_TYPE_MPG].vdev.device_caps |= in ivtv_reg_dev()
354 /* One or more streams could not be initialized. Clean 'em all up. */ in ivtv_streams_register()
364 /* Teardown all streams */ in ivtv_streams_cleanup()
366 struct video_device *vdev = &itv->streams[type].vdev; in ivtv_streams_cleanup()
372 ivtv_stream_free(&itv->streams[type]); in ivtv_streams_cleanup()
373 itv->streams[type].vdev.v4l2_dev = NULL; in ivtv_streams_cleanup()
781 struct ivtv_stream *s = &itv->streams[i]; in ivtv_stop_all_captures()
984 struct ivtv_stream *yuv_stream = &itv->streams[IVTV_ENC_STREAM_TYPE_YUV]; in ivtv_passthrough_mode()
985 struct ivtv_stream *dec_stream = &itv->streams[IVTV_DEC_STREAM_TYPE_YUV]; in ivtv_passthrough_mode()
992 /* Prevent others from starting/stopping streams while we in ivtv_passthrough_mode()