/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstelements_private.c | 215 GstFlowReturn flow_ret; in gst_writev_iovecs() local 234 flow_ret = GST_FLOW_FLUSHING; in gst_writev_iovecs() 311 flow_ret = GST_FLOW_OK; in gst_writev_iovecs() 315 return flow_ret; in gst_writev_iovecs() 324 flow_ret = GST_FLOW_ERROR; in gst_writev_iovecs() 330 flow_ret = GST_FLOW_FLUSHING; in gst_writev_iovecs() 346 flow_ret = GST_FLOW_ERROR; in gst_writev_iovecs() 358 GstFlowReturn flow_ret = GST_FLOW_OK; in gst_writev_buffer() local 398 flow_ret = in gst_writev_buffer() 404 bytes_written_local, left, gst_flow_get_name (flow_ret)); in gst_writev_buffer() [all …]
|
D | gstfilesink.c | 754 GstFlowReturn flow_ret = GST_FLOW_OK; in gst_file_sink_flush_buffer() local 765 flow_ret = in gst_file_sink_flush_buffer() 774 if (flow_ret != GST_FLOW_FLUSHING) in gst_file_sink_flush_buffer() 777 flow_ret = gst_base_sink_wait_preroll (GST_BASE_SINK (filesink)); in gst_file_sink_flush_buffer() 778 if (flow_ret != GST_FLOW_OK) in gst_file_sink_flush_buffer() 787 flow_ret = in gst_file_sink_flush_buffer() 797 return flow_ret; in gst_file_sink_flush_buffer()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | atdec.c | 416 GstFlowReturn flow_ret = GST_FLOW_OK; in gst_atdec_offline_render() local 455 flow_ret = in gst_atdec_offline_render() 458 gst_flow_get_name (flow_ret)); in gst_atdec_offline_render() 461 flow_ret = GST_FLOW_CUSTOM_SUCCESS; in gst_atdec_offline_render() 466 return flow_ret; in gst_atdec_offline_render() 481 flow_ret); in gst_atdec_offline_render() 483 return flow_ret; in gst_atdec_offline_render() 491 flow_ret); in gst_atdec_offline_render() 495 return flow_ret; in gst_atdec_offline_render() 507 GstFlowReturn flow_ret = GST_FLOW_OK; in gst_atdec_handle_frame() local [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlsdec.c | 473 GstFlowReturn flow_ret; in process_buffer() local 486 flow_ret = in process_buffer() 491 switch (flow_ret) { in process_buffer() 512 return flow_ret; in process_buffer() 518 GstFlowReturn flow_ret; member 527 GstFlowReturn flow_ret; in process_buffer_from_list() local 530 flow_ret = process_buffer (self, *buffer); in process_buffer_from_list() 532 process_list_data->flow_ret = flow_ret; in process_buffer_from_list() 535 else if (flow_ret != GST_FLOW_ERROR) in process_buffer_from_list() 538 return flow_ret == GST_FLOW_OK; in process_buffer_from_list() [all …]
|
D | gstdtlsconnection.c | 606 GstFlowReturn flow_ret) in gst_dtls_connection_set_flow_return() argument 609 self->priv->syscall_flow_return = flow_ret; in gst_dtls_connection_set_flow_return() 616 GstFlowReturn flow_ret = GST_FLOW_OK; in gst_dtls_connection_process() local 657 flow_ret = openssl_poll (self, ¬ify_state, err); in gst_dtls_connection_process() 659 if (flow_ret != GST_FLOW_OK) { in gst_dtls_connection_process() 661 return flow_ret; in gst_dtls_connection_process() 678 flow_ret = in gst_dtls_connection_process() 680 if (flow_ret == GST_FLOW_EOS) { in gst_dtls_connection_process() 699 return flow_ret; in gst_dtls_connection_process() 700 } else if (flow_ret != GST_FLOW_OK) { in gst_dtls_connection_process() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/ |
D | gstsctpdec.c | 328 GstFlowReturn flow_ret; in gst_sctp_dec_packet_chain() local 346 flow_ret = gst_flow_combiner_update_flow (self->flow_combiner, GST_FLOW_OK); in gst_sctp_dec_packet_chain() 349 if (flow_ret != GST_FLOW_OK) { in gst_sctp_dec_packet_chain() 350 GST_DEBUG_OBJECT (self, "Returning %s", gst_flow_get_name (flow_ret)); in gst_sctp_dec_packet_chain() 353 return flow_ret; in gst_sctp_dec_packet_chain() 424 GstFlowReturn flow_ret; in gst_sctp_data_srcpad_loop() local 429 flow_ret = gst_pad_push (pad, buffer); in gst_sctp_data_srcpad_loop() 433 gst_flow_combiner_update_pad_flow (self->flow_combiner, pad, flow_ret); in gst_sctp_data_srcpad_loop() 436 if (G_UNLIKELY (flow_ret == GST_FLOW_FLUSHING in gst_sctp_data_srcpad_loop() 437 || flow_ret == GST_FLOW_NOT_LINKED) || flow_ret == GST_FLOW_EOS) { in gst_sctp_data_srcpad_loop() [all …]
|
D | gstsctpenc.c | 496 GstFlowReturn flow_ret; in gst_sctp_enc_srcpad_loop() local 527 flow_ret = gst_pad_push (self->src_pad, buffer); in gst_sctp_enc_srcpad_loop() 531 self->src_ret = flow_ret; in gst_sctp_enc_srcpad_loop() 534 if (G_UNLIKELY (flow_ret == GST_FLOW_FLUSHING in gst_sctp_enc_srcpad_loop() 535 || flow_ret == GST_FLOW_NOT_LINKED)) { in gst_sctp_enc_srcpad_loop() 537 gst_flow_get_name (flow_ret)); in gst_sctp_enc_srcpad_loop() 538 } else if (G_UNLIKELY (flow_ret != GST_FLOW_OK)) { in gst_sctp_enc_srcpad_loop() 540 gst_flow_get_name (flow_ret)); in gst_sctp_enc_srcpad_loop() 543 if (G_UNLIKELY (flow_ret != GST_FLOW_OK)) { in gst_sctp_enc_srcpad_loop() 574 GstFlowReturn flow_ret = GST_FLOW_ERROR; in gst_sctp_enc_sink_chain() local [all …]
|
D | sctpassociation.c | 469 GstFlowReturn flow_ret; in gst_sctp_association_send_data() local 479 flow_ret = GST_FLOW_EOS; in gst_sctp_association_send_data() 484 flow_ret = GST_FLOW_ERROR; in gst_sctp_association_send_data() 523 flow_ret = GST_FLOW_OK; in gst_sctp_association_send_data() 528 flow_ret = GST_FLOW_ERROR; in gst_sctp_association_send_data() 532 flow_ret = GST_FLOW_OK; in gst_sctp_association_send_data() 538 return flow_ret; in gst_sctp_association_send_data()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codecpool.c | 65 GstFlowReturn flow_ret = GST_FLOW_OK; in gst_v4l2_codec_pool_acquire_buffer() local 71 flow_ret = GST_FLOW_EOS; in gst_v4l2_codec_pool_acquire_buffer() 74 flow_ret = GST_FLOW_FLUSHING; in gst_v4l2_codec_pool_acquire_buffer() 78 if (flow_ret != GST_FLOW_OK) { in gst_v4l2_codec_pool_acquire_buffer() 80 return flow_ret; in gst_v4l2_codec_pool_acquire_buffer()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gsttypefindhelper.c | 66 GstFlowReturn flow_ret; member 143 helper->flow_ret = in helper_find_peek() 147 if (helper->flow_ret != GST_FLOW_OK) in helper_find_peek() 206 gst_flow_get_name (helper->flow_ret)); in helper_find_peek() 400 helper.flow_ret = GST_FLOW_OK; in gst_type_find_helper_get_range_full() 425 helper.flow_ret = GST_FLOW_OK; in gst_type_find_helper_get_range_full() 427 } else if (helper.flow_ret != GST_FLOW_OK in gst_type_find_helper_get_range_full() 428 && helper.flow_ret != GST_FLOW_EOS) { in gst_type_find_helper_get_range_full() 454 if (helper.flow_ret == GST_FLOW_EOS) { in gst_type_find_helper_get_range_full() 460 helper.flow_ret = helper.best_probability > 0 ? GST_FLOW_OK : GST_FLOW_ERROR; in gst_type_find_helper_get_range_full() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/musepack/ |
D | gstmusepackreader.c | 46 GstFlowReturn flow_ret; in gst_musepack_reader_peek() local 54 flow_ret = gst_pad_pull_range (musepackdec->sinkpad, musepackdec->offset, in gst_musepack_reader_peek() 57 if (flow_ret != GST_FLOW_OK) { in gst_musepack_reader_peek() 58 GST_DEBUG_OBJECT (musepackdec, "Flow: %s", gst_flow_get_name (flow_ret)); in gst_musepack_reader_peek()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gsttagdemux.c | 1049 GstFlowReturn flow_ret; in gst_tag_demux_pull_end_tag() local 1075 flow_ret = gst_pad_pull_range (demux->priv->sinkpad, offset, in gst_tag_demux_pull_end_tag() 1078 if (flow_ret != GST_FLOW_OK) { in gst_tag_demux_pull_end_tag() 1080 "ret = %s", gst_flow_get_name (flow_ret)); in gst_tag_demux_pull_end_tag() 1089 flow_ret = GST_FLOW_EOS; in gst_tag_demux_pull_end_tag() 1097 flow_ret = GST_FLOW_OK; in gst_tag_demux_pull_end_tag() 1118 flow_ret = gst_pad_pull_range (demux->priv->sinkpad, offset, in gst_tag_demux_pull_end_tag() 1121 if (flow_ret != GST_FLOW_OK) { in gst_tag_demux_pull_end_tag() 1124 gst_flow_get_name (flow_ret)); in gst_tag_demux_pull_end_tag() 1133 flow_ret = GST_FLOW_EOS; in gst_tag_demux_pull_end_tag() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/imagefreeze/ |
D | gstimagefreeze.c | 857 GstFlowReturn flow_ret; in gst_image_freeze_sink_chain() local 882 flow_ret = self->allow_replace ? GST_FLOW_OK : GST_FLOW_EOS; in gst_image_freeze_sink_chain() 884 return flow_ret; in gst_image_freeze_sink_chain() 896 GstFlowReturn flow_ret = GST_FLOW_OK; in gst_image_freeze_src_loop() local 902 flow_ret = GST_FLOW_FLUSHING; in gst_image_freeze_src_loop() 907 flow_ret = GST_FLOW_ERROR; in gst_image_freeze_src_loop() 926 flow_ret = GST_FLOW_NOT_NEGOTIATED; in gst_image_freeze_src_loop() 937 flow_ret = GST_FLOW_EOS; in gst_image_freeze_src_loop() 996 flow_ret = GST_FLOW_FLUSHING; in gst_image_freeze_src_loop() 1029 flow_ret = GST_FLOW_FLUSHING; in gst_image_freeze_src_loop() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/monoscope/ |
D | gstmonoscope.c | 339 GstFlowReturn flow_ret = GST_FLOW_OK; in gst_monoscope_chain() local 346 flow_ret = GST_FLOW_NOT_NEGOTIATED; in gst_monoscope_chain() 351 flow_ret = ensure_negotiated (monoscope); in gst_monoscope_chain() 352 if (flow_ret != GST_FLOW_OK) { in gst_monoscope_chain() 382 while (flow_ret == GST_FLOW_OK) { in gst_monoscope_chain() 437 flow_ret = gst_buffer_pool_acquire_buffer (monoscope->pool, &outbuf, NULL); in gst_monoscope_chain() 438 if (flow_ret != GST_FLOW_OK) { in gst_monoscope_chain() 448 flow_ret = gst_pad_push (monoscope->srcpad, outbuf); in gst_monoscope_chain() 462 return flow_ret; in gst_monoscope_chain()
|
/third_party/gstreamer/gstplugins_base/gst/rawparse/ |
D | gstrawbaseparse.c | 462 GstFlowReturn flow_ret = GST_FLOW_OK; in gst_raw_base_parse_handle_frame() local 512 flow_ret = GST_FLOW_NOT_NEGOTIATED; in gst_raw_base_parse_handle_frame() 528 flow_ret = GST_FLOW_ERROR; in gst_raw_base_parse_handle_frame() 643 flow_ret = in gst_raw_base_parse_handle_frame() 646 return flow_ret; in gst_raw_base_parse_handle_frame() 653 flow_ret = GST_FLOW_ERROR; in gst_raw_base_parse_handle_frame() 659 flow_ret = GST_FLOW_ERROR; in gst_raw_base_parse_handle_frame() 670 return flow_ret; in gst_raw_base_parse_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/ |
D | gstdecklinkaudiosink.cpp | 498 GstFlowReturn flow_ret; in gst_decklink_audio_sink_render() local 617 flow_ret = GST_FLOW_FLUSHING; in gst_decklink_audio_sink_render() 706 flow_ret = GST_FLOW_OK; in gst_decklink_audio_sink_render() 726 flow_ret = in gst_decklink_audio_sink_render() 729 if (flow_ret != GST_FLOW_OK) in gst_decklink_audio_sink_render() 735 flow_ret = GST_FLOW_FLUSHING; in gst_decklink_audio_sink_render() 763 flow_ret = GST_FLOW_ERROR; in gst_decklink_audio_sink_render() 771 flow_ret = GST_FLOW_OK; in gst_decklink_audio_sink_render() 783 flow_ret = GST_FLOW_OK; in gst_decklink_audio_sink_render() 789 GST_DEBUG_OBJECT (self, "Returning %s", gst_flow_get_name (flow_ret)); in gst_decklink_audio_sink_render() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/isac/ |
D | gstisacenc.c | 251 GstFlowReturn flow_ret = GST_FLOW_ERROR; in gst_isacenc_handle_frame() local 304 flow_ret = in gst_isacenc_handle_frame() 308 if (flow_ret != GST_FLOW_OK) in gst_isacenc_handle_frame() 315 flow_ret = GST_FLOW_OK; in gst_isacenc_handle_frame() 318 return flow_ret; in gst_isacenc_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstamcvideoenc.c | 954 GstFlowReturn flow_ret = GST_FLOW_OK; in gst_amc_video_enc_handle_output_frame() local 1019 flow_ret = gst_video_encoder_finish_frame (encoder, frame); in gst_amc_video_enc_handle_output_frame() 1027 flow_ret = gst_pad_push (srcpad, out_buf); in gst_amc_video_enc_handle_output_frame() 1030 flow_ret = gst_video_encoder_finish_frame (encoder, frame); in gst_amc_video_enc_handle_output_frame() 1033 return flow_ret; in gst_amc_video_enc_handle_output_frame() 1040 GstFlowReturn flow_ret = GST_FLOW_OK; in gst_amc_video_enc_loop() local 1157 flow_ret = in gst_amc_video_enc_loop() 1171 if (is_eos || flow_ret == GST_FLOW_EOS) { in gst_amc_video_enc_loop() 1178 } else if (flow_ret == GST_FLOW_OK) { in gst_amc_video_enc_loop() 1180 flow_ret = GST_FLOW_EOS; in gst_amc_video_enc_loop() [all …]
|
D | gstamcaudiodec.c | 412 GstFlowReturn flow_ret = GST_FLOW_OK; in gst_amc_audio_dec_loop() local 549 flow_ret = in gst_amc_audio_dec_loop() 578 flow_ret = in gst_amc_audio_dec_loop() 592 if (is_eos || flow_ret == GST_FLOW_EOS) { in gst_amc_audio_dec_loop() 599 } else if (flow_ret == GST_FLOW_OK) { in gst_amc_audio_dec_loop() 601 flow_ret = GST_FLOW_EOS; in gst_amc_audio_dec_loop() 606 GST_DEBUG_OBJECT (self, "Finished frame: %s", gst_flow_get_name (flow_ret)); in gst_amc_audio_dec_loop() 609 self->downstream_flow_ret = flow_ret; in gst_amc_audio_dec_loop() 611 if (flow_ret != GST_FLOW_OK) in gst_amc_audio_dec_loop() 673 if (flow_ret == GST_FLOW_EOS) { in gst_amc_audio_dec_loop() [all …]
|
D | gstamcvideodec.c | 1285 GstFlowReturn flow_ret = GST_FLOW_OK; in gst_amc_video_dec_loop() local 1393 flow_ret = gst_video_decoder_drop_frame (GST_VIDEO_DECODER (self), frame); in gst_amc_video_dec_loop() 1486 flow_ret = gst_video_decoder_finish_frame (GST_VIDEO_DECODER (self), frame); in gst_amc_video_dec_loop() 1518 flow_ret = gst_pad_push (GST_VIDEO_DECODER_SRC_PAD (self), outbuf); in gst_amc_video_dec_loop() 1521 if ((flow_ret = in gst_amc_video_dec_loop() 1551 flow_ret = gst_video_decoder_finish_frame (GST_VIDEO_DECODER (self), frame); in gst_amc_video_dec_loop() 1553 flow_ret = gst_video_decoder_drop_frame (GST_VIDEO_DECODER (self), frame); in gst_amc_video_dec_loop() 1571 if (is_eos || flow_ret == GST_FLOW_EOS) { in gst_amc_video_dec_loop() 1578 } else if (flow_ret == GST_FLOW_OK) { in gst_amc_video_dec_loop() 1580 flow_ret = GST_FLOW_EOS; in gst_amc_video_dec_loop() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/curl/ |
D | gstcurlbasesink.c | 258 sink->flow_ret = GST_FLOW_OK; in gst_curl_base_sink_init() 365 if (sink->flow_ret != GST_FLOW_OK) { in gst_curl_base_sink_render() 374 sink->flow_ret = GST_FLOW_ERROR; in gst_curl_base_sink_render() 396 ret = sink->flow_ret; in gst_curl_base_sink_render() 449 sink->flow_ret = GST_FLOW_OK; in gst_curl_base_sink_start() 892 sink->flow_ret = GST_FLOW_ERROR; in gst_curl_base_sink_transfer_write_cb() 1076 if (sink->flow_ret == GST_FLOW_OK) { in handle_transfer() 1077 sink->flow_ret = retval; in handle_transfer() 1215 sink->flow_ret = GST_FLOW_ERROR; in gst_curl_base_sink_transfer_thread_func() 1219 while (!sink->transfer_thread_close && sink->flow_ret == GST_FLOW_OK) { in gst_curl_base_sink_transfer_thread_func() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/y4m/ |
D | gsty4mdec.c | 491 GstFlowReturn flow_ret = GST_FLOW_OK; in gst_y4m_dec_chain() local 657 flow_ret = GST_FLOW_ERROR; in gst_y4m_dec_chain() 696 flow_ret = gst_buffer_pool_acquire_buffer (y4mdec->pool, &outbuf, NULL); in gst_y4m_dec_chain() 697 if (flow_ret != GST_FLOW_OK) { in gst_y4m_dec_chain() 728 flow_ret = gst_pad_push (y4mdec->srcpad, buffer); in gst_y4m_dec_chain() 729 if (flow_ret != GST_FLOW_OK) in gst_y4m_dec_chain() 733 GST_DEBUG ("returning %d", flow_ret); in gst_y4m_dec_chain() 735 return flow_ret; in gst_y4m_dec_chain()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstcccombiner.c | 981 GstFlowReturn flow_ret = GST_FLOW_OK; in gst_cc_combiner_aggregate() local 1004 flow_ret = gst_cc_combiner_collect_captions (self, timeout); in gst_cc_combiner_aggregate() 1010 if (flow_ret == GST_FLOW_NEED_DATA) in gst_cc_combiner_aggregate() 1011 flow_ret = GST_FLOW_OK; in gst_cc_combiner_aggregate() 1013 flow_ret = GST_FLOW_EOS; in gst_cc_combiner_aggregate() 1015 flow_ret = GST_FLOW_OK; in gst_cc_combiner_aggregate() 1019 return flow_ret; in gst_cc_combiner_aggregate() 1098 flow_ret = gst_cc_combiner_collect_captions (self, timeout); in gst_cc_combiner_aggregate() 1102 if (flow_ret == GST_FLOW_NEED_DATA) { in gst_cc_combiner_aggregate() 1103 flow_ret = GST_FLOW_OK; in gst_cc_combiner_aggregate() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/udp/ |
D | gstmultiudpsink.c | 658 GstFlowReturn flow_ret; in gst_multiudpsink_send_messages() local 662 flow_ret = gst_base_sink_wait_preroll (GST_BASE_SINK (sink)); in gst_multiudpsink_send_messages() 664 if (flow_ret == GST_FLOW_OK) in gst_multiudpsink_send_messages() 667 return flow_ret; in gst_multiudpsink_send_messages() 726 GstFlowReturn flow_ret; in gst_multiudpsink_render_buffers() local 815 flow_ret = gst_multiudpsink_send_messages (sink, sink->used_socket_v6, in gst_multiudpsink_render_buffers() 822 flow_ret = gst_multiudpsink_send_messages (sink, sink->used_socket, in gst_multiudpsink_render_buffers() 825 if (flow_ret != GST_FLOW_OK) in gst_multiudpsink_render_buffers() 828 flow_ret = gst_multiudpsink_send_messages (sink, sink->used_socket_v6, in gst_multiudpsink_render_buffers() 832 if (flow_ret != GST_FLOW_OK) in gst_multiudpsink_render_buffers() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/bluez/ |
D | gstavdtpsink.c | 315 GstFlowReturn flow_ret = GST_FLOW_OK; in gst_avdtp_sink_render() local 333 flow_ret = GST_FLOW_ERROR; in gst_avdtp_sink_render() 337 return flow_ret; in gst_avdtp_sink_render()
|