Home
last modified time | relevance | path

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

/drivers/media/pci/ivtv/
Divtv-streams.c835 if (!test_bit(IVTV_F_S_PASSTHROUGH, &s->s_flags)) { in ivtv_stop_v4l2_encode_stream()
999 set_bit(IVTV_F_S_PASSTHROUGH, &dec_stream->s_flags); in ivtv_passthrough_mode()
1030 clear_bit(IVTV_F_S_PASSTHROUGH, &dec_stream->s_flags); in ivtv_passthrough_mode()
Divtv-driver.h233 #define IVTV_F_S_PASSTHROUGH 6 /* this stream is in passthrough mode */ macro