Searched defs:dec_stream (Results 1 - 1 of 1) sorted by relevance

/drivers/media/video/ivtv/
H A Divtv-streams.c959 struct ivtv_stream *dec_stream = &itv->streams[IVTV_DEC_STREAM_TYPE_YUV]; local
961 if (yuv_stream->vdev == NULL || dec_stream->vdev == NULL)
976 set_bit(IVTV_F_S_PASSTHROUGH, &dec_stream->s_flags);
977 set_bit(IVTV_F_S_STREAMING, &dec_stream->s_flags);
980 ivtv_setup_v4l2_decode_stream(dec_stream);
1007 clear_bit(IVTV_F_S_PASSTHROUGH, &dec_stream->s_flags);
1008 clear_bit(IVTV_F_S_STREAMING, &dec_stream->s_flags);

Completed in 164 milliseconds