Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/video/ivtv/
Divtv-streams.h30 int ivtv_stop_v4l2_encode_stream(struct ivtv_stream *s, int gop_end);
Divtv-fileops.c493 ivtv_stop_v4l2_encode_stream(s_vbi, 0); in ivtv_start_capture()
800 ivtv_stop_v4l2_encode_stream(s_vbi, 0); in ivtv_stop_capture()
809 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