Searched refs:IVTV_F_S_STREAMING (Results 1 – 4 of 4) sorted by relevance
/drivers/media/pci/ivtv/ |
D | ivtv-fileops.c | 249 if (s->type != IVTV_DEC_STREAM_TYPE_VBI && !test_bit(IVTV_F_S_STREAMING, &s->s_flags)) { in ivtv_get_buffer() 441 …if (test_bit(IVTV_F_S_STREAMOFF, &s->s_flags) || test_and_set_bit(IVTV_F_S_STREAMING, &s->s_flags)… in ivtv_start_capture() 450 !test_and_set_bit(IVTV_F_S_STREAMING, &s_vbi->s_flags)) { in ivtv_start_capture() 458 clear_bit(IVTV_F_S_STREAMING, &s_vbi->s_flags); in ivtv_start_capture() 459 clear_bit(IVTV_F_S_STREAMING, &s->s_flags); in ivtv_start_capture() 484 test_bit(IVTV_F_S_STREAMING, &s_vbi->s_flags)) { in ivtv_start_capture() 486 clear_bit(IVTV_F_S_STREAMING, &s_vbi->s_flags); in ivtv_start_capture() 488 clear_bit(IVTV_F_S_STREAMING, &s->s_flags); in ivtv_start_capture() 585 clear_bit(IVTV_F_S_STREAMING, &s->s_flags); in ivtv_write() 765 if (!eof && !test_bit(IVTV_F_S_STREAMING, &s->s_flags) && in ivtv_v4l2_enc_poll() [all …]
|
D | ivtv-streams.c | 728 if (test_and_set_bit(IVTV_F_S_STREAMING, &s->s_flags)) in ivtv_start_v4l2_decode_stream() 735 clear_bit(IVTV_F_S_STREAMING, &s->s_flags); in ivtv_start_v4l2_decode_stream() 782 if (test_bit(IVTV_F_S_STREAMING, &s->s_flags)) { in ivtv_stop_all_captures() 879 clear_bit(IVTV_F_S_STREAMING, &s->s_flags); in ivtv_stop_v4l2_encode_stream() 925 if (!test_bit(IVTV_F_S_STREAMING, &s->s_flags)) in ivtv_stop_v4l2_decode_stream() 960 clear_bit(IVTV_F_S_STREAMING, &s->s_flags); in ivtv_stop_v4l2_decode_stream() 1000 set_bit(IVTV_F_S_STREAMING, &dec_stream->s_flags); in ivtv_passthrough_mode() 1031 clear_bit(IVTV_F_S_STREAMING, &dec_stream->s_flags); in ivtv_passthrough_mode()
|
D | ivtv-alsa-pcm.c | 164 test_and_set_bit(IVTV_F_S_STREAMING, &s->s_flags)) { in snd_ivtv_pcm_capture_open() 179 set_bit(IVTV_F_S_STREAMING, &s->s_flags); in snd_ivtv_pcm_capture_open() 197 clear_bit(IVTV_F_S_STREAMING, &s->s_flags); in snd_ivtv_pcm_capture_close()
|
D | ivtv-driver.h | 229 #define IVTV_F_S_STREAMING 4 /* the fw is decoding/encoding this stream */ macro
|