/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 | 321 dlbuf->srcresult = GST_FLOW_FLUSHING; in gst_download_buffer_init() 322 dlbuf->sinkresult = GST_FLOW_FLUSHING; in gst_download_buffer_init() 711 if (dlbuf->srcresult == GST_FLOW_FLUSHING) in gst_download_buffer_wait_for_data() 736 return GST_FLOW_FLUSHING; in gst_download_buffer_wait_for_data() 860 return GST_FLOW_FLUSHING; in gst_download_buffer_read_buffer() 1016 dlbuf->srcresult = GST_FLOW_FLUSHING; in gst_download_buffer_handle_sink_event() 1017 dlbuf->sinkresult = GST_FLOW_FLUSHING; in gst_download_buffer_handle_sink_event() 1029 dlbuf->sinkresult = GST_FLOW_FLUSHING; in gst_download_buffer_handle_sink_event() 1392 dlbuf->srcresult = GST_FLOW_FLUSHING; in gst_download_buffer_handle_src_event() 1692 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() 1674 return GST_FLOW_FLUSHING; in gst_queue2_create_read() 2549 queue->srcresult = GST_FLOW_FLUSHING; in gst_queue2_handle_sink_event() 2550 queue->sinkresult = GST_FLOW_FLUSHING; in gst_queue2_handle_sink_event() 2568 queue->sinkresult = GST_FLOW_FLUSHING; in gst_queue2_handle_sink_event() 3173 if (ret == GST_FLOW_FLUSHING) { in gst_queue2_loop() 3219 queue->srcresult = GST_FLOW_FLUSHING; in gst_queue2_handle_src_event() 3594 queue->srcresult = GST_FLOW_FLUSHING; in gst_queue2_sink_activate_mode() 3595 queue->sinkresult = GST_FLOW_FLUSHING; in gst_queue2_sink_activate_mode() [all …]
|
D | gstidentity.c | 334 return GST_FLOW_FLUSHING; in gst_identity_do_sync() 342 return GST_FLOW_FLUSHING; in gst_identity_do_sync() 373 ret = GST_FLOW_FLUSHING; in gst_identity_do_sync()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstflowcombiner.c | 225 if (fret <= GST_FLOW_NOT_NEGOTIATED || fret == GST_FLOW_FLUSHING) { in gst_flow_combiner_get_flow() 273 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 | 266 ret = GST_FLOW_FLUSHING; in gst_tcp_server_src_create() 298 return GST_FLOW_FLUSHING; in gst_tcp_server_src_create() 304 ret = GST_FLOW_FLUSHING; in gst_tcp_server_src_create() 317 ret = GST_FLOW_FLUSHING; in gst_tcp_server_src_create()
|
D | gsttcpclientsrc.c | 267 ret = GST_FLOW_FLUSHING; in gst_tcp_client_src_create() 300 ret = GST_FLOW_FLUSHING; in gst_tcp_client_src_create() 318 return GST_FLOW_FLUSHING; in gst_tcp_client_src_create()
|
D | gsttcpclientsink.c | 185 GST_FLOW_FLUSHING); in gst_tcp_client_sink_render() 212 ret = GST_FLOW_FLUSHING; in gst_tcp_client_sink_render()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2videoenc.c | 282 ret = GST_FLOW_FLUSHING; in gst_v4l2_video_enc_finish() 291 if (ret == GST_FLOW_FLUSHING) in gst_v4l2_video_enc_finish() 646 ret = GST_FLOW_FLUSHING; in gst_v4l2_video_enc_loop() 701 self->output_flow = GST_FLOW_FLUSHING; in gst_v4l2_video_enc_loop_stopped() 729 self->output_flow != GST_FLOW_FLUSHING) { in gst_v4l2_video_enc_handle_frame() 774 if (ret == GST_FLOW_FLUSHING) { in gst_v4l2_video_enc_handle_frame() 797 ret = GST_FLOW_FLUSHING; in gst_v4l2_video_enc_handle_frame()
|
D | gstv4l2videodec.c | 391 ret = GST_FLOW_FLUSHING; in gst_v4l2_video_dec_finish() 410 if (ret == GST_FLOW_FLUSHING) in gst_v4l2_video_dec_finish() 485 ret = GST_FLOW_FLUSHING; in gst_v4l2_video_dec_loop() 704 self->output_flow != GST_FLOW_FLUSHING) { in gst_v4l2_video_dec_handle_frame() 714 self->output_flow = GST_FLOW_FLUSHING; in gst_v4l2_video_dec_handle_frame() 727 if (ret == GST_FLOW_FLUSHING) { in gst_v4l2_video_dec_handle_frame() 766 ret = GST_FLOW_FLUSHING; in gst_v4l2_video_dec_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstdisparity.cpp | 475 return GST_FLOW_FLUSHING; in gst_disparity_chain_left() 483 return GST_FLOW_FLUSHING; in gst_disparity_chain_left() 513 return GST_FLOW_FLUSHING; in gst_disparity_chain_right() 521 return GST_FLOW_FLUSHING; in gst_disparity_chain_right()
|
/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() 986 pad->ABI.abi.last_flowret = GST_FLOW_FLUSHING; in pre_activate() 1117 pad->ABI.abi.last_flowret = GST_FLOW_FLUSHING; in gst_pad_set_active() 3672 return GST_FLOW_FLUSHING; in do_pad_idle_probe_wait() 3720 if (do_pad_idle_probe_wait (pad) == GST_FLOW_FLUSHING) in do_probe_callbacks() 3803 return GST_FLOW_FLUSHING; in do_probe_callbacks() 4363 return GST_FLOW_FLUSHING; in gst_pad_chain_data_unchecked() 4411 return GST_FLOW_FLUSHING; in gst_pad_chain_data_unchecked() 4606 pad->ABI.abi.last_flowret = GST_FLOW_FLUSHING; in gst_pad_push_data() [all …]
|
/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() 667 self->downstream_flow_ret = GST_FLOW_FLUSHING; in gst_amc_audio_dec_loop() 684 } else if (flow_ret == GST_FLOW_FLUSHING) { in gst_amc_audio_dec_loop() 808 self->downstream_flow_ret = GST_FLOW_FLUSHING; in gst_amc_audio_dec_stop() 1110 if (self->flushing || self->downstream_flow_ret == GST_FLOW_FLUSHING) { in gst_amc_audio_dec_handle_frame() 1260 return GST_FLOW_FLUSHING; in gst_amc_audio_dec_handle_frame() 1324 ret = GST_FLOW_FLUSHING; in gst_amc_audio_dec_drain()
|
D | gstamcvideoenc.c | 678 self->downstream_flow_ret = GST_FLOW_FLUSHING; in gst_amc_video_enc_change_state() 1130 self->downstream_flow_ret = GST_FLOW_FLUSHING; in gst_amc_video_enc_loop() 1221 self->downstream_flow_ret = GST_FLOW_FLUSHING; in gst_amc_video_enc_stop() 1440 if (self->flushing || self->downstream_flow_ret == GST_FLOW_FLUSHING) { in gst_amc_video_enc_handle_frame() 1585 return GST_FLOW_FLUSHING; in gst_amc_video_enc_handle_frame() 1659 ret = GST_FLOW_FLUSHING; in gst_amc_video_enc_drain()
|
/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/sys/ipcpipeline/ |
D | gstipcpipelinesrc.c | 192 src->last_ret = GST_FLOW_FLUSHING; in gst_ipc_pipeline_src_init() 338 GST_FLOW_FLUSHING); in gst_ipc_pipeline_src_cancel_queued() 504 ret = GST_FLOW_FLUSHING; in gst_ipc_pipeline_src_loop() 509 if (ret == GST_FLOW_FLUSHING) { in gst_ipc_pipeline_src_loop() 627 GST_FLOW_FLUSHING); in on_buffer()
|
/third_party/gstreamer/gstplugins_bad/ext/srt/ |
D | gstsrtsrc.c | 146 ret = GST_FLOW_FLUSHING; in gst_srt_src_fill() 162 ret = GST_FLOW_FLUSHING; in gst_srt_src_fill()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/ |
D | gstadaptivedemux.c | 2430 || stream->last_ret == GST_FLOW_FLUSHING) { in gst_adaptive_demux_combine_flows() 2551 return GST_FLOW_FLUSHING; in gst_adaptive_demux_stream_push_buffer() 2626 ret = stream->last_ret = GST_FLOW_FLUSHING; in gst_adaptive_demux_stream_push_buffer() 2687 ret = stream->last_ret = GST_FLOW_FLUSHING; in _src_chain() 2780 if (ret == GST_FLOW_FLUSHING) { in _src_chain() 3007 stream->last_ret = GST_FLOW_FLUSHING; in gst_adaptive_demux_stream_wait_manifest_update() 3339 ret = stream->last_ret = GST_FLOW_FLUSHING; in gst_adaptive_demux_stream_download_uri() 3358 ret = stream->last_ret = GST_FLOW_FLUSHING; in gst_adaptive_demux_stream_download_uri() 3404 ret = stream->last_ret = GST_FLOW_FLUSHING; in gst_adaptive_demux_stream_download_uri() 3656 stream->last_ret = GST_FLOW_FLUSHING; in gst_adaptive_demux_stream_download_fragment() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/shm/ |
D | gstshmsrc.c | 336 return GST_FLOW_FLUSHING; in gst_shm_src_create() 396 return GST_FLOW_FLUSHING; in gst_shm_src_create()
|
/third_party/gstreamer/gstplugins_bad/sys/bluez/ |
D | gstavdtpsrc.c | 440 return GST_FLOW_FLUSHING; in gst_avdtp_src_create() 447 return GST_FLOW_FLUSHING; in gst_avdtp_src_create()
|
/third_party/gstreamer/gstplugins_base/gst/gio/ |
D | gstgio.c | 59 *ret = GST_FLOW_FLUSHING; in gst_gio_error()
|
/third_party/gstreamer/gstplugins_good/ext/wavpack/ |
D | gstwavpackenc.c | 743 } else if ((enc->srcpad_last_return == GST_FLOW_FLUSHING) && in gst_wavpack_enc_handle_frame() 744 (enc->wvcsrcpad_last_return == GST_FLOW_FLUSHING)) { in gst_wavpack_enc_handle_frame() 745 ret = GST_FLOW_FLUSHING; in gst_wavpack_enc_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/ |
D | gstdecklinkaudiosink.cpp | 516 return GST_FLOW_FLUSHING; in gst_decklink_audio_sink_render() 615 flow_ret = GST_FLOW_FLUSHING; in gst_decklink_audio_sink_render() 729 flow_ret = GST_FLOW_FLUSHING; in gst_decklink_audio_sink_render()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gstpngparse.c | 265 return GST_FLOW_FLUSHING; in gst_png_parse_pre_push_frame()
|
/third_party/gstreamer/gstplugins_good/gst/effectv/ |
D | gstquark.c | 119 return GST_FLOW_FLUSHING; in gst_quarktv_transform_frame()
|