Home
last modified time | relevance | path

Searched refs:GST_FLOW_FLUSHING (Results 1 – 25 of 190) sorted by relevance

12345678

/third_party/gstreamer/gstreamer/tests/check/libs/
Dflowcombiner.c127 CHECK_COMBINED_FLOWS (GST_FLOW_OK, GST_FLOW_OK, GST_FLOW_FLUSHING, in GST_START_TEST()
128 GST_FLOW_FLUSHING); in GST_START_TEST()
129 CHECK_COMBINED_FLOWS (GST_FLOW_OK, GST_FLOW_FLUSHING, GST_FLOW_OK, in GST_START_TEST()
130 GST_FLOW_FLUSHING); in GST_START_TEST()
131 CHECK_COMBINED_FLOWS (GST_FLOW_FLUSHING, GST_FLOW_FLUSHING, GST_FLOW_FLUSHING, in GST_START_TEST()
132 GST_FLOW_FLUSHING); in GST_START_TEST()
177 sink_flowret = GST_FLOW_FLUSHING; in GST_START_TEST()
179 GST_FLOW_FLUSHING); in GST_START_TEST()
182 ret = gst_flow_combiner_update_flow (combiner, GST_FLOW_FLUSHING); in GST_START_TEST()
183 fail_unless_equals_int (ret, GST_FLOW_FLUSHING); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstdownloadbuffer.c323 dlbuf->srcresult = GST_FLOW_FLUSHING; in gst_download_buffer_init()
324 dlbuf->sinkresult = GST_FLOW_FLUSHING; in gst_download_buffer_init()
713 if (dlbuf->srcresult == GST_FLOW_FLUSHING) in gst_download_buffer_wait_for_data()
738 return GST_FLOW_FLUSHING; in gst_download_buffer_wait_for_data()
862 return GST_FLOW_FLUSHING; in gst_download_buffer_read_buffer()
1020 dlbuf->srcresult = GST_FLOW_FLUSHING; in gst_download_buffer_handle_sink_event()
1021 dlbuf->sinkresult = GST_FLOW_FLUSHING; in gst_download_buffer_handle_sink_event()
1033 dlbuf->sinkresult = GST_FLOW_FLUSHING; in gst_download_buffer_handle_sink_event()
1397 dlbuf->srcresult = GST_FLOW_FLUSHING; in gst_download_buffer_handle_src_event()
1697 dlbuf->srcresult = GST_FLOW_FLUSHING; in gst_download_buffer_sink_activate_mode()
[all …]
Dgstqueue2.c538 queue->srcresult = GST_FLOW_FLUSHING; in gst_queue2_init()
539 queue->sinkresult = GST_FLOW_FLUSHING; in gst_queue2_init()
1714 return GST_FLOW_FLUSHING; in gst_queue2_create_read()
2608 queue->srcresult = GST_FLOW_FLUSHING; in gst_queue2_handle_sink_event()
2609 queue->sinkresult = GST_FLOW_FLUSHING; in gst_queue2_handle_sink_event()
2627 queue->sinkresult = GST_FLOW_FLUSHING; in gst_queue2_handle_sink_event()
3246 if (ret == GST_FLOW_FLUSHING) { in gst_queue2_loop()
3292 queue->srcresult = GST_FLOW_FLUSHING; in gst_queue2_handle_src_event()
3673 queue->srcresult = GST_FLOW_FLUSHING; in gst_queue2_sink_activate_mode()
3674 queue->sinkresult = GST_FLOW_FLUSHING; in gst_queue2_sink_activate_mode()
[all …]
Dgstclocksync.c298 return GST_FLOW_FLUSHING; in gst_clocksync_do_sync()
306 return GST_FLOW_FLUSHING; in gst_clocksync_do_sync()
357 ret = GST_FLOW_FLUSHING; in gst_clocksync_do_sync()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstflowcombiner.c230 if (fret <= GST_FLOW_NOT_NEGOTIATED || fret == GST_FLOW_FLUSHING) { in gst_flow_combiner_get_flow()
282 if (fret <= GST_FLOW_NOT_NEGOTIATED || fret == GST_FLOW_FLUSHING in gst_flow_combiner_update_flow()
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgsttcpserversrc.c297 ret = GST_FLOW_FLUSHING; in gst_tcp_server_src_create()
330 return GST_FLOW_FLUSHING; in gst_tcp_server_src_create()
336 ret = GST_FLOW_FLUSHING; in gst_tcp_server_src_create()
349 ret = GST_FLOW_FLUSHING; in gst_tcp_server_src_create()
Dgsttcpclientsrc.c296 ret = GST_FLOW_FLUSHING; in gst_tcp_client_src_create()
330 ret = GST_FLOW_FLUSHING; in gst_tcp_client_src_create()
348 return GST_FLOW_FLUSHING; in gst_tcp_client_src_create()
Dgsttcpclientsink.c187 GST_FLOW_FLUSHING); in gst_tcp_client_sink_render()
214 ret = GST_FLOW_FLUSHING; in gst_tcp_client_sink_render()
/third_party/gstreamer/gstreamer/gst/
Dgstpad.c218 {GST_FLOW_FLUSHING, "flushing", 0},
424 pad->ABI.abi.last_flowret = GST_FLOW_FLUSHING; in gst_pad_init()
985 pad->ABI.abi.last_flowret = GST_FLOW_FLUSHING; in pre_activate()
1116 pad->ABI.abi.last_flowret = GST_FLOW_FLUSHING; in gst_pad_set_active()
3789 return GST_FLOW_FLUSHING; in do_pad_idle_probe_wait()
3836 if (do_pad_idle_probe_wait (pad) == GST_FLOW_FLUSHING) in do_probe_callbacks()
3923 return GST_FLOW_FLUSHING; in do_probe_callbacks()
4482 pad->ABI.abi.last_flowret = GST_FLOW_FLUSHING; in gst_pad_chain_data_unchecked()
4486 return GST_FLOW_FLUSHING; in gst_pad_chain_data_unchecked()
4534 pad->ABI.abi.last_flowret = GST_FLOW_FLUSHING; in gst_pad_chain_data_unchecked()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/srt/
Dgstsrtsrc.c159 ret = GST_FLOW_FLUSHING; in gst_srt_src_fill()
173 return GST_FLOW_FLUSHING; in gst_srt_src_fill()
199 ret = GST_FLOW_FLUSHING; in gst_srt_src_fill()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstdisparity.cpp481 return GST_FLOW_FLUSHING; in gst_disparity_chain_left()
489 return GST_FLOW_FLUSHING; in gst_disparity_chain_left()
519 return GST_FLOW_FLUSHING; in gst_disparity_chain_right()
527 return GST_FLOW_FLUSHING; in gst_disparity_chain_right()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2videodec.c441 ret = GST_FLOW_FLUSHING; in gst_v4l2_video_dec_finish()
462 if (ret == GST_FLOW_FLUSHING) in gst_v4l2_video_dec_finish()
523 ret = GST_FLOW_FLUSHING; in gst_v4l2_video_dec_loop()
785 self->output_flow != GST_FLOW_FLUSHING) { in gst_v4l2_video_dec_handle_frame()
795 self->output_flow = GST_FLOW_FLUSHING; in gst_v4l2_video_dec_handle_frame()
810 if (ret == GST_FLOW_FLUSHING) { in gst_v4l2_video_dec_handle_frame()
849 ret = GST_FLOW_FLUSHING; in gst_v4l2_video_dec_handle_frame()
Dgstv4l2videoenc.c286 ret = GST_FLOW_FLUSHING; in gst_v4l2_video_enc_finish()
295 if (ret == GST_FLOW_FLUSHING) in gst_v4l2_video_enc_finish()
648 ret = GST_FLOW_FLUSHING; in gst_v4l2_video_enc_loop()
728 self->output_flow = GST_FLOW_FLUSHING; in gst_v4l2_video_enc_loop_stopped()
757 self->output_flow != GST_FLOW_FLUSHING && in gst_v4l2_video_enc_handle_frame()
808 if (ret == GST_FLOW_FLUSHING) { in gst_v4l2_video_enc_handle_frame()
831 ret = GST_FLOW_FLUSHING; in gst_v4l2_video_enc_handle_frame()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcaudiodec.c348 self->downstream_flow_ret = GST_FLOW_FLUSHING; in gst_amc_audio_dec_change_state()
666 self->downstream_flow_ret = GST_FLOW_FLUSHING; in gst_amc_audio_dec_loop()
683 } else if (flow_ret == GST_FLOW_FLUSHING) { in gst_amc_audio_dec_loop()
807 self->downstream_flow_ret = GST_FLOW_FLUSHING; in gst_amc_audio_dec_stop()
1109 if (self->flushing || self->downstream_flow_ret == GST_FLOW_FLUSHING) { in gst_amc_audio_dec_handle_frame()
1259 return GST_FLOW_FLUSHING; in gst_amc_audio_dec_handle_frame()
1323 ret = GST_FLOW_FLUSHING; in gst_amc_audio_dec_drain()
Dgstamcvideoenc.c785 self->downstream_flow_ret = GST_FLOW_FLUSHING; in gst_amc_video_enc_change_state()
1245 self->downstream_flow_ret = GST_FLOW_FLUSHING; in gst_amc_video_enc_loop()
1336 self->downstream_flow_ret = GST_FLOW_FLUSHING; in gst_amc_video_enc_stop()
1565 if (self->flushing || self->downstream_flow_ret == GST_FLOW_FLUSHING) { in gst_amc_video_enc_handle_frame()
1710 return GST_FLOW_FLUSHING; in gst_amc_video_enc_handle_frame()
1784 ret = GST_FLOW_FLUSHING; in gst_amc_video_enc_drain()
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinesrc.c196 src->last_ret = GST_FLOW_FLUSHING; in gst_ipc_pipeline_src_init()
342 GST_FLOW_FLUSHING); in gst_ipc_pipeline_src_cancel_queued()
508 ret = GST_FLOW_FLUSHING; in gst_ipc_pipeline_src_loop()
513 if (ret == GST_FLOW_FLUSHING) { in gst_ipc_pipeline_src_loop()
631 GST_FLOW_FLUSHING); in on_buffer()
/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dgstsctpenc.c274 self->src_ret = GST_FLOW_FLUSHING; in gst_sctp_enc_init()
352 self->src_ret = GST_FLOW_FLUSHING; in gst_sctp_enc_change_state()
534 if (G_UNLIKELY (flow_ret == GST_FLOW_FLUSHING in gst_sctp_enc_srcpad_loop()
553 self->src_ret = GST_FLOW_FLUSHING; in gst_sctp_enc_srcpad_loop()
676 flow_ret = sctpenc_pad->flushing ? GST_FLOW_FLUSHING : GST_FLOW_OK; in gst_sctp_enc_sink_chain()
/third_party/gstreamer/gstplugins_bad/gst/codecalpha/
Dgstalphacombine.c238 return GST_FLOW_FLUSHING; in gst_alpha_combine_peek_alpha_buffer()
292 return GST_FLOW_FLUSHING; in gst_alpha_combine_push_alpha_buffer()
451 return GST_FLOW_FLUSHING; in gst_alpha_combine_set_alpha_format()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.c2760 || stream->last_ret == GST_FLOW_FLUSHING) { in gst_adaptive_demux_combine_flows()
2881 return GST_FLOW_FLUSHING; in gst_adaptive_demux_stream_push_buffer()
2987 ret = stream->last_ret = GST_FLOW_FLUSHING; in gst_adaptive_demux_stream_push_buffer()
3048 ret = stream->last_ret = GST_FLOW_FLUSHING; in _src_chain()
3141 if (ret == GST_FLOW_FLUSHING) { in _src_chain()
3384 stream->last_ret = GST_FLOW_FLUSHING; in gst_adaptive_demux_stream_wait_manifest_update()
3716 ret = stream->last_ret = GST_FLOW_FLUSHING; in gst_adaptive_demux_stream_download_uri()
3735 ret = stream->last_ret = GST_FLOW_FLUSHING; in gst_adaptive_demux_stream_download_uri()
3781 ret = stream->last_ret = GST_FLOW_FLUSHING; in gst_adaptive_demux_stream_download_uri()
4043 stream->last_ret = GST_FLOW_FLUSHING; in gst_adaptive_demux_stream_download_fragment()
[all …]
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstbufferpool.c164 ck_assert_int_eq (ret, GST_FLOW_FLUSHING); in GST_START_TEST()
292 ck_assert_int_eq (ret, GST_FLOW_FLUSHING); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsenc.c433 self->src_ret = GST_FLOW_FLUSHING; in src_activate_mode()
568 case GST_FLOW_FLUSHING: in sink_chain()
683 if (self->src_ret == GST_FLOW_FLUSHING) in on_send_data()
/third_party/gstreamer/gstplugins_bad/sys/shm/
Dgstshmsrc.c337 return GST_FLOW_FLUSHING; in gst_shm_src_create()
397 return GST_FLOW_FLUSHING; in gst_shm_src_create()
/third_party/gstreamer/gstplugins_bad/sys/bluez/
Dgstavdtpsrc.c443 return GST_FLOW_FLUSHING; in gst_avdtp_src_create()
450 return GST_FLOW_FLUSHING; in gst_avdtp_src_create()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecpool.c74 flow_ret = GST_FLOW_FLUSHING; in gst_v4l2_codec_pool_acquire_buffer()
/third_party/gstreamer/gstplugins_base/gst/gio/
Dgstgioelement.c54 *ret = GST_FLOW_FLUSHING; in gst_gio_error()

12345678