Home
last modified time | relevance | path

Searched refs:gop_end (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H A Divtv-streams.h18 int ivtv_stop_v4l2_encode_stream(struct ivtv_stream *s, int gop_end);
H A Divtv-fileops.h22 void ivtv_stop_capture(struct ivtv_open_id *id, int gop_end);
H A Divtv-streams.c788 int ivtv_stop_v4l2_encode_stream(struct ivtv_stream *s, int gop_end) in ivtv_stop_v4l2_encode_stream() argument
825 if (s->type == IVTV_ENC_STREAM_TYPE_MPG && gop_end) { in ivtv_stop_v4l2_encode_stream()
836 if (s->type == IVTV_ENC_STREAM_TYPE_MPG && gop_end) { in ivtv_stop_v4l2_encode_stream()
H A Divtv-fileops.c796 void ivtv_stop_capture(struct ivtv_open_id *id, int gop_end) in ivtv_stop_capture() argument
825 ivtv_stop_v4l2_encode_stream(s, gop_end); in ivtv_stop_capture()
828 if (!gop_end) { in ivtv_stop_capture()
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H A Divtv-streams.h18 int ivtv_stop_v4l2_encode_stream(struct ivtv_stream *s, int gop_end);
H A Divtv-fileops.h22 void ivtv_stop_capture(struct ivtv_open_id *id, int gop_end);
H A Divtv-streams.c788 int ivtv_stop_v4l2_encode_stream(struct ivtv_stream *s, int gop_end) in ivtv_stop_v4l2_encode_stream() argument
825 if (s->type == IVTV_ENC_STREAM_TYPE_MPG && gop_end) { in ivtv_stop_v4l2_encode_stream()
836 if (s->type == IVTV_ENC_STREAM_TYPE_MPG && gop_end) { in ivtv_stop_v4l2_encode_stream()
H A Divtv-fileops.c796 void ivtv_stop_capture(struct ivtv_open_id *id, int gop_end) in ivtv_stop_capture() argument
825 ivtv_stop_v4l2_encode_stream(s, gop_end); in ivtv_stop_capture()
828 if (!gop_end) { in ivtv_stop_capture()
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H A Dcx18-streams.h46 int cx18_stop_v4l2_encode_stream(struct cx18_stream *s, int gop_end);
H A Dcx18-fileops.c698 void cx18_stop_capture(struct cx18_open_id *id, int gop_end) in cx18_stop_capture() argument
729 cx18_stop_v4l2_encode_stream(s, gop_end); in cx18_stop_capture()
731 if (!gop_end) { in cx18_stop_capture()
H A Dcx18-streams.c960 int cx18_stop_v4l2_encode_stream(struct cx18_stream *s, int gop_end) in cx18_stop_v4l2_encode_stream() argument
977 cx18_vapi(cx, CX18_CPU_CAPTURE_STOP, 2, s->handle, !gop_end); in cx18_stop_v4l2_encode_stream()
981 if (s->type == CX18_ENC_STREAM_TYPE_MPG && gop_end) { in cx18_stop_v4l2_encode_stream()
982 CX18_INFO("ignoring gop_end: not (yet?) supported by the firmware\n"); in cx18_stop_v4l2_encode_stream()
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H A Dcx18-streams.h46 int cx18_stop_v4l2_encode_stream(struct cx18_stream *s, int gop_end);
H A Dcx18-fileops.c640 void cx18_stop_capture(struct cx18_stream *s, int gop_end) in cx18_stop_capture() argument
670 cx18_stop_v4l2_encode_stream(s, gop_end); in cx18_stop_capture()
672 if (!gop_end) { in cx18_stop_capture()
H A Dcx18-streams.c972 int cx18_stop_v4l2_encode_stream(struct cx18_stream *s, int gop_end) in cx18_stop_v4l2_encode_stream() argument
989 cx18_vapi(cx, CX18_CPU_CAPTURE_STOP, 2, s->handle, !gop_end); in cx18_stop_v4l2_encode_stream()
993 if (s->type == CX18_ENC_STREAM_TYPE_MPG && gop_end) { in cx18_stop_v4l2_encode_stream()
994 CX18_INFO("ignoring gop_end: not (yet?) supported by the firmware\n"); in cx18_stop_v4l2_encode_stream()

Completed in 14 milliseconds