Searched refs:IVTV_F_S_STREAMING (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/media/pci/ivtv/ |
D | ivtv-fileops.c | 261 if (s->type != IVTV_DEC_STREAM_TYPE_VBI && !test_bit(IVTV_F_S_STREAMING, &s->s_flags)) { in ivtv_get_buffer() 453 …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() 462 !test_and_set_bit(IVTV_F_S_STREAMING, &s_vbi->s_flags)) { in ivtv_start_capture() 470 clear_bit(IVTV_F_S_STREAMING, &s_vbi->s_flags); in ivtv_start_capture() 471 clear_bit(IVTV_F_S_STREAMING, &s->s_flags); in ivtv_start_capture() 496 test_bit(IVTV_F_S_STREAMING, &s_vbi->s_flags)) { in ivtv_start_capture() 498 clear_bit(IVTV_F_S_STREAMING, &s_vbi->s_flags); in ivtv_start_capture() 500 clear_bit(IVTV_F_S_STREAMING, &s->s_flags); in ivtv_start_capture() 597 clear_bit(IVTV_F_S_STREAMING, &s->s_flags); in ivtv_write() 777 if (!eof && !test_bit(IVTV_F_S_STREAMING, &s->s_flags) && in ivtv_v4l2_enc_poll() [all …]
|
D | ivtv-streams.c | 716 if (test_and_set_bit(IVTV_F_S_STREAMING, &s->s_flags)) in ivtv_start_v4l2_decode_stream() 723 clear_bit(IVTV_F_S_STREAMING, &s->s_flags); in ivtv_start_v4l2_decode_stream() 770 if (test_bit(IVTV_F_S_STREAMING, &s->s_flags)) { in ivtv_stop_all_captures() 867 clear_bit(IVTV_F_S_STREAMING, &s->s_flags); in ivtv_stop_v4l2_encode_stream() 913 if (!test_bit(IVTV_F_S_STREAMING, &s->s_flags)) in ivtv_stop_v4l2_decode_stream() 948 clear_bit(IVTV_F_S_STREAMING, &s->s_flags); in ivtv_stop_v4l2_decode_stream() 988 set_bit(IVTV_F_S_STREAMING, &dec_stream->s_flags); in ivtv_passthrough_mode() 1019 clear_bit(IVTV_F_S_STREAMING, &dec_stream->s_flags); in ivtv_passthrough_mode()
|
D | ivtv-alsa-pcm.c | 175 test_and_set_bit(IVTV_F_S_STREAMING, &s->s_flags)) { in snd_ivtv_pcm_capture_open() 190 set_bit(IVTV_F_S_STREAMING, &s->s_flags); in snd_ivtv_pcm_capture_open() 208 clear_bit(IVTV_F_S_STREAMING, &s->s_flags); in snd_ivtv_pcm_capture_close()
|
D | ivtv-driver.h | 232 #define IVTV_F_S_STREAMING 4 /* the fw is decoding/encoding this stream */ macro
|