Home
last modified time | relevance | path

Searched refs:dec_stream (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/pci/ivtv/
A Divtv-streams.c985 struct ivtv_stream *dec_stream = &itv->streams[IVTV_DEC_STREAM_TYPE_YUV]; in ivtv_passthrough_mode() local
987 if (yuv_stream->vdev.v4l2_dev == NULL || dec_stream->vdev.v4l2_dev == NULL) in ivtv_passthrough_mode()
1002 set_bit(IVTV_F_S_PASSTHROUGH, &dec_stream->s_flags); in ivtv_passthrough_mode()
1003 set_bit(IVTV_F_S_STREAMING, &dec_stream->s_flags); in ivtv_passthrough_mode()
1006 ivtv_setup_v4l2_decode_stream(dec_stream); in ivtv_passthrough_mode()
1033 clear_bit(IVTV_F_S_PASSTHROUGH, &dec_stream->s_flags); in ivtv_passthrough_mode()
1034 clear_bit(IVTV_F_S_STREAMING, &dec_stream->s_flags); in ivtv_passthrough_mode()

Completed in 3 milliseconds