Home
last modified time | relevance | path

Searched refs:GST_FLOW_EOS (Results 1 – 25 of 165) sorted by relevance

1234567

/third_party/gstreamer/gstreamer/tests/check/libs/
Dflowcombiner.c104 CHECK_COMBINED_FLOWS (GST_FLOW_OK, GST_FLOW_EOS, GST_FLOW_OK, GST_FLOW_OK); in GST_START_TEST()
135 CHECK_COMBINED_FLOWS (GST_FLOW_OK, GST_FLOW_NOT_LINKED, GST_FLOW_EOS, in GST_START_TEST()
137 CHECK_COMBINED_FLOWS (GST_FLOW_EOS, GST_FLOW_OK, GST_FLOW_EOS, GST_FLOW_OK); in GST_START_TEST()
138 CHECK_COMBINED_FLOWS (GST_FLOW_EOS, GST_FLOW_EOS, GST_FLOW_EOS, GST_FLOW_EOS); in GST_START_TEST()
141 CHECK_COMBINED_FLOWS (GST_FLOW_NOT_LINKED, GST_FLOW_EOS, GST_FLOW_EOS, in GST_START_TEST()
142 GST_FLOW_EOS); in GST_START_TEST()
143 CHECK_COMBINED_FLOWS (GST_FLOW_NOT_LINKED, GST_FLOW_NOT_LINKED, GST_FLOW_EOS, in GST_START_TEST()
144 GST_FLOW_EOS); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/segmentclip/
Dgstaudiosegmentclip.c132 return GST_FLOW_EOS; in gst_audio_segment_clip_clip_buffer()
140 return GST_FLOW_EOS; in gst_audio_segment_clip_clip_buffer()
145 return GST_FLOW_EOS; in gst_audio_segment_clip_clip_buffer()
151 return GST_FLOW_EOS; in gst_audio_segment_clip_clip_buffer()
Dgstvideosegmentclip.c147 return GST_FLOW_EOS; in gst_video_segment_clip_clip_buffer()
150 return GST_FLOW_EOS; in gst_video_segment_clip_clip_buffer()
/third_party/gstreamer/gstreamer/tests/check/elements/
Ddataurisrc.c371 fail_unless_equals_int (flow, GST_FLOW_EOS); in GST_START_TEST()
376 fail_unless_equals_int (flow, GST_FLOW_EOS); in GST_START_TEST()
381 fail_unless_equals_int (flow, GST_FLOW_EOS); in GST_START_TEST()
386 fail_unless_equals_int (flow, GST_FLOW_EOS); in GST_START_TEST()
Dfunnel.c170 fail_unless (gst_pad_push (td.mysrc1, gst_buffer_new ()) == GST_FLOW_EOS); in GST_START_TEST()
178 fail_unless (gst_pad_push (td.mysrc1, gst_buffer_new ()) == GST_FLOW_EOS); in GST_START_TEST()
179 fail_unless (gst_pad_push (td.mysrc2, gst_buffer_new ()) == GST_FLOW_EOS); in GST_START_TEST()
191 fail_unless (gst_pad_push (td.mysrc2, gst_buffer_new ()) == GST_FLOW_EOS); in GST_START_TEST()
Dfilesrc.c279 fail_unless (ret == GST_FLOW_EOS); in GST_START_TEST()
284 fail_unless (ret == GST_FLOW_EOS); in GST_START_TEST()
289 fail_unless (ret == GST_FLOW_EOS); in GST_START_TEST()
294 fail_unless (ret == GST_FLOW_EOS); in GST_START_TEST()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstflowcombiner.c233 if (fret != GST_FLOW_EOS) in gst_flow_combiner_get_flow()
240 cret = GST_FLOW_EOS; in gst_flow_combiner_get_flow()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgsttagdemux.c646 return GST_FLOW_EOS; in gst_tag_demux_chain_buffer()
695 return GST_FLOW_EOS; in gst_tag_demux_chain_buffer()
1073 flow_ret = GST_FLOW_EOS; in gst_tag_demux_pull_end_tag()
1117 flow_ret = GST_FLOW_EOS; in gst_tag_demux_pull_end_tag()
1204 flow_ret = GST_FLOW_EOS; in gst_tag_demux_pull_start_tag()
1244 flow_ret = GST_FLOW_EOS; in gst_tag_demux_pull_start_tag()
1315 if (ret != GST_FLOW_OK && ret != GST_FLOW_EOS) in gst_tag_demux_element_find()
1319 if (ret != GST_FLOW_OK && ret != GST_FLOW_EOS) in gst_tag_demux_element_find()
1397 if (ret == GST_FLOW_NOT_LINKED || ret < GST_FLOW_EOS) in gst_tag_demux_element_find()
1490 if (ret == GST_FLOW_EOS) { in gst_tag_demux_element_loop()
[all …]
/third_party/gstreamer/gstplugins_good/gst/imagefreeze/
Dgstimagefreeze.c745 return GST_FLOW_EOS; in gst_image_freeze_sink_chain()
753 return GST_FLOW_EOS; in gst_image_freeze_sink_chain()
786 flow_ret = GST_FLOW_EOS; in gst_image_freeze_src_loop()
882 flow_ret = GST_FLOW_EOS; in gst_image_freeze_src_loop()
895 if (flow_ret == GST_FLOW_EOS) { in gst_image_freeze_src_loop()
921 } else if (flow_ret == GST_FLOW_NOT_LINKED || flow_ret < GST_FLOW_EOS) { in gst_image_freeze_src_loop()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-parse.c941 && ret != GST_FLOW_EOS)) { in gst_matroska_parse_add_stream()
942 if (ret == GST_FLOW_OK || ret == GST_FLOW_EOS) in gst_matroska_parse_add_stream()
2025 if (lace_time > parse->segment.stop && ret == GST_FLOW_EOS) { in gst_matroska_parse_parse_blockgroup_or_simpleblock()
2146 if (ret != GST_FLOW_OK && ret != GST_FLOW_EOS) in gst_matroska_parse_parse_contents_seekentry()
2307 return GST_FLOW_EOS; in gst_matroska_parse_take()
2523 ret = GST_FLOW_EOS; in gst_matroska_parse_parse_id()
2839 if (ret == GST_FLOW_EOS)
2853 if (ret == GST_FLOW_EOS)
2872 ret = GST_FLOW_EOS;
2880 ret = GST_FLOW_EOS;
[all …]
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstmultifilesrc.c420 return GST_FLOW_EOS; in gst_multi_file_src_create()
447 return GST_FLOW_EOS; in gst_multi_file_src_create()
450 return GST_FLOW_EOS; in gst_multi_file_src_create()
/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspasink.c123 return GST_FLOW_EOS; in gst_ladspa_sink_type_preroll()
158 return GST_FLOW_EOS; in gst_ladspa_sink_type_render()
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Drndbuffersize.c502 if (ret == GST_FLOW_EOS) { in gst_rnd_buffer_size_loop()
514 if (ret == GST_FLOW_EOS) { in gst_rnd_buffer_size_loop()
517 } else if (ret < GST_FLOW_EOS || ret == GST_FLOW_NOT_LINKED) { in gst_rnd_buffer_size_loop()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstqueue.c970 if (queue->srcresult == GST_FLOW_EOS in gst_queue_handle_sink_event()
986 || queue->srcresult < GST_FLOW_EOS) { in gst_queue_handle_sink_event()
1039 return GST_FLOW_EOS; in gst_queue_handle_sink_event()
1321 return GST_FLOW_EOS; in gst_queue_chain_buffer_or_list()
1330 return GST_FLOW_EOS; in gst_queue_chain_buffer_or_list()
1403 if (result == GST_FLOW_EOS) { in gst_queue_push_one()
1462 result = GST_FLOW_EOS; in gst_queue_push_one()
1565 if (eos && (ret == GST_FLOW_NOT_LINKED || ret < GST_FLOW_EOS)) { in gst_queue_loop()
Dgstmultiqueue.c1744 result = GST_FLOW_EOS; in gst_single_queue_push_one()
2098 if (result == GST_FLOW_EOS && !dropping && in gst_multi_queue_loop()
2110 result = GST_FLOW_EOS; in gst_multi_queue_loop()
2127 || sq->srcresult == GST_FLOW_EOS)) { in gst_multi_queue_loop()
2138 && result != GST_FLOW_EOS) in gst_multi_queue_loop()
2156 if ((sq->is_eos || sq->is_segment_done) && sq->srcresult < GST_FLOW_EOS) { in gst_multi_queue_loop()
2263 return GST_FLOW_EOS; in gst_multi_queue_chain()
2448 if (sq->srcresult < GST_FLOW_EOS) { in gst_multi_queue_sink_event()
2468 if (sq->srcresult == GST_FLOW_EOS) in gst_multi_queue_sink_event()
2500 return GST_FLOW_EOS; in gst_multi_queue_sink_event()
[all …]
Dgstqueue2.c1508 return GST_FLOW_EOS; in gst_queue2_read_data_at_offset()
1666 return GST_FLOW_EOS; in gst_queue2_create_read()
1721 case GST_FLOW_EOS: in gst_queue2_read_item_from_file()
2636 if (queue->sinkresult == GST_FLOW_EOS in gst_queue2_handle_sink_event()
2652 || queue->srcresult < GST_FLOW_EOS) { in gst_queue2_handle_sink_event()
2719 return GST_FLOW_EOS; in gst_queue2_handle_sink_event()
2902 return GST_FLOW_EOS; in gst_queue2_chain_buffer_or_buffer_list()
2918 return GST_FLOW_EOS; in gst_queue2_chain_buffer_or_buffer_list()
3035 if (result == GST_FLOW_EOS) { in gst_queue2_push_one()
3070 result = GST_FLOW_EOS; in gst_queue2_push_one()
[all …]
Dgstfakesink.c434 return GST_FLOW_EOS; in gst_fake_sink_preroll()
516 return GST_FLOW_EOS; in gst_fake_sink_render()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp269 return GST_FLOW_EOS; in gst_openh264dec_handle_frame()
272 return GST_FLOW_EOS; in gst_openh264dec_handle_frame()
/third_party/gstreamer/gstplugins_bad/gst/asfmux/
Dgstrtpasfpay.c357 return GST_FLOW_EOS; /* we already finished our job */ in gst_rtp_asf_pay_handle_buffer()
456 return GST_FLOW_EOS; in gst_rtp_asf_pay_handle_buffer()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.c2425 if (stream->last_ret != GST_FLOW_EOS) in gst_adaptive_demux_combine_flows()
2437 return GST_FLOW_EOS; in gst_adaptive_demux_combine_flows()
2794 if (ret < GST_FLOW_EOS) { in _src_chain()
2805 ret = GST_FLOW_EOS; /* return EOS to make the source stop */ in _src_chain()
2811 ret = GST_FLOW_EOS; /* return EOS to make the source stop */ in _src_chain()
2820 ret = GST_FLOW_EOS; in _src_chain()
3681 return GST_FLOW_EOS; in gst_adaptive_demux_stream_download_fragment()
3688 return GST_FLOW_EOS; in gst_adaptive_demux_stream_download_fragment()
3744 ret = GST_FLOW_EOS; in gst_adaptive_demux_stream_download_loop()
3752 ret = GST_FLOW_EOS; in gst_adaptive_demux_stream_download_loop()
[all …]
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgsttcpclientsrc.c235 ret = GST_FLOW_EOS; in gst_tcp_client_src_create()
259 ret = GST_FLOW_EOS; in gst_tcp_client_src_create()
Dgsttcpserversrc.c234 ret = GST_FLOW_EOS; in gst_tcp_server_src_create()
258 ret = GST_FLOW_EOS; in gst_tcp_server_src_create()
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvdemux.c1304 demux->segment.rate < 0.0 && ret == GST_FLOW_EOS && in gst_flv_demux_parse_tag_audio()
1738 demux->segment.rate < 0.0 && ret == GST_FLOW_EOS && in gst_flv_demux_parse_tag_video()
1895 ret = GST_FLOW_EOS; in gst_flv_demux_parse_header()
1905 ret = GST_FLOW_EOS; in gst_flv_demux_parse_header()
2335 ret = GST_FLOW_EOS; in gst_flv_demux_pull_range()
2462 GstFlowReturn ret = GST_FLOW_EOS; in gst_flv_demux_seek_to_prev_keyframe()
2547 if (ret == GST_FLOW_EOS) { in gst_flv_demux_create_index()
2652 ret = GST_FLOW_EOS; in gst_flv_demux_loop()
2685 ret = GST_FLOW_EOS; in gst_flv_demux_loop()
2705 if (ret == GST_FLOW_EOS) { in gst_flv_demux_loop()
[all …]
/third_party/gstreamer/gstplugins_bad/gst/siren/
Dgstsirendec.c156 ret = GST_FLOW_EOS; in gst_siren_dec_parse()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggdemux.c526 ret = GST_FLOW_EOS; in gst_ogg_demux_chain_peer()
898 ret = GST_FLOW_EOS; in gst_ogg_demux_chain_peer()
1324 else if (result <= GST_FLOW_EOS) in gst_ogg_pad_stream_out()
2656 return GST_FLOW_EOS; in gst_ogg_demux_get_data()
2810 if (ret == GST_FLOW_EOS) { in gst_ogg_demux_get_prev_page()
4043 if (ret == GST_FLOW_EOS) { in gst_ogg_demux_bisect_forward_serialno()
4069 if (ret == GST_FLOW_EOS) { in gst_ogg_demux_bisect_forward_serialno()
4118 if (ret == GST_FLOW_EOS) { in gst_ogg_demux_read_chain()
4131 ret = GST_FLOW_EOS; in gst_ogg_demux_read_chain()
4156 } else if (ret != GST_FLOW_EOS) { in gst_ogg_demux_read_chain()
[all …]

1234567