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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-streams.h30 int ivtv_stop_v4l2_encode_stream(struct ivtv_stream *s, int gop_end);
H A Divtv-fileops.h34 void ivtv_stop_capture(struct ivtv_open_id *id, int gop_end);
H A Divtv-fileops.c780 void ivtv_stop_capture(struct ivtv_open_id *id, int gop_end) argument
809 ivtv_stop_v4l2_encode_stream(s, gop_end);
812 if (!gop_end) {
H A Divtv-streams.c751 int ivtv_stop_v4l2_encode_stream(struct ivtv_stream *s, int gop_end) argument
788 if (s->type == IVTV_ENC_STREAM_TYPE_MPG && gop_end) {
799 if (s->type == IVTV_ENC_STREAM_TYPE_MPG && gop_end) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-fileops.h33 void cx18_stop_capture(struct cx18_open_id *id, int gop_end);
H A Dcx18-streams.h60 int cx18_stop_v4l2_encode_stream(struct cx18_stream *s, int gop_end);
H A Dcx18-fileops.c654 void cx18_stop_capture(struct cx18_open_id *id, int gop_end) argument
686 cx18_stop_v4l2_encode_stream(s, gop_end);
688 if (!gop_end) {
H A Dcx18-streams.c765 int cx18_stop_v4l2_encode_stream(struct cx18_stream *s, int gop_end) argument
783 cx18_vapi(cx, CX18_CPU_CAPTURE_STOP, 2, s->handle, !gop_end);
789 if (s->type == CX18_ENC_STREAM_TYPE_MPG && gop_end) {
790 CX18_INFO("ignoring gop_end: not (yet?) supported by the firmware\n");

Completed in 98 milliseconds