Searched refs:gop_end (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/drivers/media/pci/cx18/ |
H A D | cx18-streams.h | 60 int cx18_stop_v4l2_encode_stream(struct cx18_stream *s, int gop_end);
|
H A D | cx18-streams.c | 976 int cx18_stop_v4l2_encode_stream(struct cx18_stream *s, int gop_end) cx18_stop_v4l2_encode_stream() argument 993 cx18_vapi(cx, CX18_CPU_CAPTURE_STOP, 2, s->handle, !gop_end); cx18_stop_v4l2_encode_stream() 997 if (s->type == CX18_ENC_STREAM_TYPE_MPG && gop_end) { cx18_stop_v4l2_encode_stream() 998 CX18_INFO("ignoring gop_end: not (yet?) supported by the firmware\n"); cx18_stop_v4l2_encode_stream()
|
H A D | cx18-fileops.c | 713 void cx18_stop_capture(struct cx18_open_id *id, int gop_end) cx18_stop_capture() argument 745 cx18_stop_v4l2_encode_stream(s, gop_end); cx18_stop_capture() 747 if (!gop_end) { cx18_stop_capture()
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
H A D | ivtv-fileops.h | 34 void ivtv_stop_capture(struct ivtv_open_id *id, int gop_end);
|
H A D | ivtv-streams.h | 30 int ivtv_stop_v4l2_encode_stream(struct ivtv_stream *s, int gop_end);
|
H A D | ivtv-fileops.c | 808 void ivtv_stop_capture(struct ivtv_open_id *id, int gop_end) ivtv_stop_capture() argument 837 ivtv_stop_v4l2_encode_stream(s, gop_end); ivtv_stop_capture() 840 if (!gop_end) { ivtv_stop_capture()
|
H A D | ivtv-streams.c | 776 int ivtv_stop_v4l2_encode_stream(struct ivtv_stream *s, int gop_end) ivtv_stop_v4l2_encode_stream() argument 813 if (s->type == IVTV_ENC_STREAM_TYPE_MPG && gop_end) { ivtv_stop_v4l2_encode_stream() 824 if (s->type == IVTV_ENC_STREAM_TYPE_MPG && gop_end) { ivtv_stop_v4l2_encode_stream()
|
Completed in 138 milliseconds