Searched refs:cx18_stop_v4l2_encode_stream (Results 1 – 5 of 5) sorted by relevance
/drivers/media/video/cx18/ |
D | cx18-fileops.c | 570 cx18_stop_v4l2_encode_stream(s_idx, 0); in cx18_start_capture() 576 cx18_stop_v4l2_encode_stream(s_vbi, 0); in cx18_start_capture() 724 cx18_stop_v4l2_encode_stream(s_vbi, 0); in cx18_stop_capture() 728 cx18_stop_v4l2_encode_stream(s_idx, 0); in cx18_stop_capture() 736 cx18_stop_v4l2_encode_stream(s, gop_end); in cx18_stop_capture()
|
D | cx18-streams.h | 60 int cx18_stop_v4l2_encode_stream(struct cx18_stream *s, int gop_end);
|
D | cx18-streams.c | 976 cx18_stop_v4l2_encode_stream(s, 0); in cx18_stop_all_captures() 980 int cx18_stop_v4l2_encode_stream(struct cx18_stream *s, int gop_end) in cx18_stop_v4l2_encode_stream() function 1031 EXPORT_SYMBOL(cx18_stop_v4l2_encode_stream);
|
D | cx18-alsa-pcm.c | 207 ret = cx18_stop_v4l2_encode_stream(s, 0); in snd_cx18_pcm_capture_close()
|
D | cx18-dvb.c | 335 ret = cx18_stop_v4l2_encode_stream(stream, 0); in cx18_dvb_stop_feed()
|