Home
last modified time | relevance | path

Searched refs:ivtv_stop_v4l2_encode_stream (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/drivers/media/video/ivtv/
Divtv-streams.h30 int ivtv_stop_v4l2_encode_stream(struct ivtv_stream *s, int gop_end);
Divtv-fileops.c495 ivtv_stop_v4l2_encode_stream(s_vbi, 0); in ivtv_start_capture()
805 ivtv_stop_v4l2_encode_stream(s_vbi, 0); in ivtv_stop_capture()
814 ivtv_stop_v4l2_encode_stream(s, gop_end); in ivtv_stop_capture()
Divtv-streams.c747 ivtv_stop_v4l2_encode_stream(s, 0); in ivtv_stop_all_captures()
752 int ivtv_stop_v4l2_encode_stream(struct ivtv_stream *s, int gop_end) in ivtv_stop_v4l2_encode_stream() function