Searched refs:gop_end (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.10/drivers/media/pci/ivtv/ | 
| D | ivtv-streams.h | 18 int ivtv_stop_v4l2_encode_stream(struct ivtv_stream *s, int gop_end);
 | 
| D | ivtv-fileops.h | 22 void ivtv_stop_capture(struct ivtv_open_id *id, int gop_end);
 | 
| D | ivtv-streams.c | 791 int ivtv_stop_v4l2_encode_stream(struct ivtv_stream *s, int gop_end)  in ivtv_stop_v4l2_encode_stream()  argument828 	if (s->type == IVTV_ENC_STREAM_TYPE_MPG && gop_end) {  in ivtv_stop_v4l2_encode_stream()
 839 		if (s->type == IVTV_ENC_STREAM_TYPE_MPG && gop_end) {  in ivtv_stop_v4l2_encode_stream()
 
 | 
| D | ivtv-fileops.c | 796 void ivtv_stop_capture(struct ivtv_open_id *id, int gop_end)  in ivtv_stop_capture()  argument825 			ivtv_stop_v4l2_encode_stream(s, gop_end);  in ivtv_stop_capture()
 828 	if (!gop_end) {  in ivtv_stop_capture()
 
 | 
| /Linux-v5.10/drivers/media/pci/cx18/ | 
| D | cx18-fileops.h | 19 void cx18_stop_capture(struct cx18_open_id *id, int gop_end);
 | 
| D | cx18-streams.h | 46 int cx18_stop_v4l2_encode_stream(struct cx18_stream *s, int gop_end);
 | 
| D | cx18-fileops.c | 698 void cx18_stop_capture(struct cx18_open_id *id, int gop_end)  in cx18_stop_capture()  argument729 			cx18_stop_v4l2_encode_stream(s, gop_end);  in cx18_stop_capture()
 731 	if (!gop_end) {  in cx18_stop_capture()
 
 | 
| D | cx18-streams.c | 960 int cx18_stop_v4l2_encode_stream(struct cx18_stream *s, int gop_end)  in cx18_stop_v4l2_encode_stream()  argument977 		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()
 
 |