/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | flowcombiner.c | 127 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/ |
D | gstdownloadbuffer.c | 323 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 …]
|
D | gstqueue2.c | 538 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 …]
|
D | gstclocksync.c | 298 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/ |
D | gstflowcombiner.c | 230 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/ |
D | gsttcpserversrc.c | 297 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()
|
D | gsttcpclientsrc.c | 296 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()
|
D | gsttcpclientsink.c | 187 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/ |
D | gstpad.c | 218 {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/ |
D | gstsrtsrc.c | 159 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/ |
D | gstdisparity.cpp | 481 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/ |
D | gstv4l2videodec.c | 441 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()
|
D | gstv4l2videoenc.c | 286 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/ |
D | gstamcaudiodec.c | 348 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()
|
D | gstamcvideoenc.c | 785 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/ |
D | gstipcpipelinesrc.c | 196 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/ |
D | gstsctpenc.c | 274 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/ |
D | gstalphacombine.c | 238 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/ |
D | gstadaptivedemux.c | 2760 || 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/ |
D | gstbufferpool.c | 164 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/ |
D | gstdtlsenc.c | 433 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/ |
D | gstshmsrc.c | 337 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/ |
D | gstavdtpsrc.c | 443 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/ |
D | gstv4l2codecpool.c | 74 flow_ret = GST_FLOW_FLUSHING; in gst_v4l2_codec_pool_acquire_buffer()
|
/third_party/gstreamer/gstplugins_base/gst/gio/ |
D | gstgioelement.c | 54 *ret = GST_FLOW_FLUSHING; in gst_gio_error()
|