Home
last modified time | relevance | path

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

/linux/drivers/media/pci/ivtv/
H A Divtv-streams.c837 if (!test_bit(IVTV_F_S_PASSTHROUGH, &s->s_flags)) { in ivtv_stop_v4l2_encode_stream()
1001 set_bit(IVTV_F_S_PASSTHROUGH, &dec_stream->s_flags); in ivtv_passthrough_mode()
1032 clear_bit(IVTV_F_S_PASSTHROUGH, &dec_stream->s_flags); in ivtv_passthrough_mode()
H A Divtv-driver.h231 #define IVTV_F_S_PASSTHROUGH 6 /* this stream is in passthrough mode */ macro