Home
last modified time | relevance | path

Searched refs:GstFlowReturn (Results 1 – 25 of 838) sorted by relevance

12345678910>>...34

/third_party/gstreamer/gstplugins_good/gst/matroska/
Debml-read.h63 typedef GstFlowReturn (*GstPeekData) (gpointer * context, guint peek, const guint8 ** data);
66 GstFlowReturn gst_ebml_peek_id_length (guint32 * _id, guint64 * _length,
77 GstFlowReturn gst_ebml_peek_id (GstEbmlRead * ebml, guint32 * id);
80 GstFlowReturn gst_ebml_read_skip (GstEbmlRead *ebml);
82 GstFlowReturn gst_ebml_read_buffer (GstEbmlRead *ebml,
86 GstFlowReturn gst_ebml_read_uint (GstEbmlRead *ebml,
90 GstFlowReturn gst_ebml_read_sint (GstEbmlRead *ebml,
94 GstFlowReturn gst_ebml_read_float (GstEbmlRead *ebml,
98 GstFlowReturn gst_ebml_read_ascii (GstEbmlRead *ebml,
102 GstFlowReturn gst_ebml_read_utf8 (GstEbmlRead *ebml,
[all …]
Debml-read.c44 GstFlowReturn
53 GstFlowReturn ret; in gst_ebml_peek_id_length()
188 static GstFlowReturn
197 static GstFlowReturn
201 GstFlowReturn ret; in gst_ebml_peek_id_full()
231 GstFlowReturn
244 GstFlowReturn
250 GstFlowReturn ret; in gst_ebml_read_master()
274 GstFlowReturn
292 GstFlowReturn
[all …]
Dmatroska-read-common.h120 GstFlowReturn gst_matroska_decode_content_encodings (GArray * encodings);
136 GstFlowReturn gst_matroska_read_common_parse_index (GstMatroskaReadCommon *
138 GstFlowReturn gst_matroska_read_common_parse_info (GstMatroskaReadCommon *
140 GstFlowReturn gst_matroska_read_common_parse_attachments (
142 GstFlowReturn gst_matroska_read_common_parse_chapters (GstMatroskaReadCommon *
144 GstFlowReturn gst_matroska_read_common_parse_header (GstMatroskaReadCommon *
146 GstFlowReturn gst_matroska_read_common_parse_metadata (GstMatroskaReadCommon *
148 GstFlowReturn gst_matroska_read_common_parse_skip (GstMatroskaReadCommon *
150 GstFlowReturn gst_matroska_read_common_peek_bytes (GstMatroskaReadCommon *
152 GstFlowReturn gst_matroska_read_common_peek_id_length_pull (GstMatroskaReadCommon *
[all …]
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstpushsrc.c71 static GstFlowReturn gst_push_src_create (GstBaseSrc * bsrc, guint64 offset,
73 static GstFlowReturn gst_push_src_alloc (GstBaseSrc * bsrc, guint64 offset,
75 static GstFlowReturn gst_push_src_fill (GstBaseSrc * bsrc, guint64 offset,
120 static GstFlowReturn
124 GstFlowReturn fret; in gst_push_src_create()
139 static GstFlowReturn
143 GstFlowReturn fret; in gst_push_src_alloc()
157 static GstFlowReturn
161 GstFlowReturn fret; in gst_push_src_fill()
Dgstflowcombiner.c74 GstFlowReturn last_ret;
212 static GstFlowReturn
215 GstFlowReturn cret = GST_FLOW_OK; in gst_flow_combiner_get_flow()
223 GstFlowReturn fret = GST_PAD_LAST_FLOW_RETURN (iter->data); in gst_flow_combiner_get_flow()
262 GstFlowReturn
263 gst_flow_combiner_update_flow (GstFlowCombiner * combiner, GstFlowReturn fret) in gst_flow_combiner_update_flow()
265 GstFlowReturn ret; in gst_flow_combiner_update_flow()
299 GstFlowReturn
301 GstFlowReturn fret) in gst_flow_combiner_update_pad_flow()
Dgstflowcombiner.h58 GstFlowReturn gst_flow_combiner_update_flow (GstFlowCombiner * combiner, GstFlowReturn fret);
61 GstFlowReturn gst_flow_combiner_update_pad_flow (GstFlowCombiner * combiner, GstPad * pad,
62 GstFlowReturn fret);
Dgstbasesink.h188 GstFlowReturn (*wait_event) (GstBaseSink *sink, GstEvent *event);
191 GstFlowReturn (*prepare) (GstBaseSink *sink, GstBuffer *buffer);
192 GstFlowReturn (*prepare_list) (GstBaseSink *sink, GstBufferList *buffer_list);
195 GstFlowReturn (*preroll) (GstBaseSink *sink, GstBuffer *buffer);
196 GstFlowReturn (*render) (GstBaseSink *sink, GstBuffer *buffer);
198 GstFlowReturn (*render_list) (GstBaseSink *sink, GstBufferList *buffer_list);
208 GstFlowReturn gst_base_sink_do_preroll (GstBaseSink *sink, GstMiniObject *obj);
211 GstFlowReturn gst_base_sink_wait_preroll (GstBaseSink *sink);
323 GstFlowReturn gst_base_sink_wait (GstBaseSink *sink, GstClockTime time,
Dgstaggregator.h95 GstFlowReturn (*flush) (GstAggregatorPad * aggpad, GstAggregator * aggregator);
254 GstFlowReturn (*flush) (GstAggregator * aggregator);
260 GstFlowReturn (*finish_buffer) (GstAggregator * aggregator,
283 GstFlowReturn (*aggregate) (GstAggregator * aggregator,
301 GstFlowReturn (*update_src_caps) (GstAggregator * self,
337 GstFlowReturn gst_aggregator_finish_buffer (GstAggregator * aggregator,
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsrc.h112 GstFlowReturn (*push_buffer) (GstAppSrc *appsrc, GstBuffer *buffer);
113 GstFlowReturn (*end_of_stream) (GstAppSrc *appsrc);
114 GstFlowReturn (*push_sample) (GstAppSrc *appsrc, GstSample *sample);
115 GstFlowReturn (*push_buffer_list) (GstAppSrc *appsrc, GstBufferList *buffer_list);
170 GstFlowReturn gst_app_src_push_buffer (GstAppSrc *appsrc, GstBuffer *buffer);
173 GstFlowReturn gst_app_src_push_buffer_list (GstAppSrc * appsrc, GstBufferList * buffer_li…
176 GstFlowReturn gst_app_src_end_of_stream (GstAppSrc *appsrc);
179 GstFlowReturn gst_app_src_push_sample (GstAppSrc *appsrc, GstSample *sample);
/third_party/gstreamer/gstplugins_bad/gst/asfmux/
Dgstasfparse.c74 static GstFlowReturn
79 GstFlowReturn ret = GST_FLOW_OK; in gst_asf_parse_parse_data_object()
108 static GstFlowReturn
150 static GstFlowReturn
156 GstFlowReturn ret = GST_FLOW_OK; in gst_asf_parse_handle_frame_push_object()
192 static GstFlowReturn
198 GstFlowReturn ret = GST_FLOW_OK; in gst_asf_parse_handle_frame_headers()
248 static GstFlowReturn
254 GstFlowReturn ret = GST_FLOW_OK; in gst_asf_parse_handle_frame_data_header()
299 static GstFlowReturn
[all …]
/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Dbasesink27 static GstFlowReturn gst_replace_wait_event (GstBaseSink * sink,
29 static GstFlowReturn gst_replace_prepare (GstBaseSink * sink,
31 static GstFlowReturn gst_replace_prepare_list (GstBaseSink * sink,
33 static GstFlowReturn gst_replace_preroll (GstBaseSink * sink,
35 static GstFlowReturn gst_replace_render (GstBaseSink * sink,
37 static GstFlowReturn gst_replace_render_list (GstBaseSink * sink,
195 static GstFlowReturn
206 static GstFlowReturn
216 static GstFlowReturn
227 static GstFlowReturn
[all …]
Daudiofilter16 static GstFlowReturn gst_replace_transform (GstBaseTransform * trans,
18 static GstFlowReturn gst_replace_transform_ip (GstBaseTransform * trans,
39 static GstFlowReturn
50 static GstFlowReturn
Dbaseparse18 static GstFlowReturn gst_replace_handle_frame (GstBaseParse * parse,
20 static GstFlowReturn gst_replace_pre_push_frame (GstBaseParse * parse,
28 static GstFlowReturn gst_replace_detect (GstBaseParse * parse,
74 static GstFlowReturn
85 static GstFlowReturn
136 static GstFlowReturn
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.h122 GstFlowReturn _gst_video_decoder_error (GstVideoDecoder *dec, gint weight,
295 GstFlowReturn (*parse) (GstVideoDecoder *decoder,
306 GstFlowReturn (*finish) (GstVideoDecoder *decoder);
308 GstFlowReturn (*handle_frame) (GstVideoDecoder *decoder,
334 GstFlowReturn (*drain) (GstVideoDecoder *decoder);
414 GstFlowReturn gst_video_decoder_have_frame (GstVideoDecoder *decoder);
423 GstFlowReturn gst_video_decoder_allocate_output_frame_with_params (GstVideoDecoder *decoder,
428 GstFlowReturn gst_video_decoder_allocate_output_frame (GstVideoDecoder *decoder,
455 GstFlowReturn gst_video_decoder_finish_frame (GstVideoDecoder *decoder,
459 GstFlowReturn gst_video_decoder_drop_frame (GstVideoDecoder *dec,
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.h140 GstFlowReturn last_ret;
288 GstFlowReturn (*update_manifest) (GstAdaptiveDemux * demux);
301 GstFlowReturn (*update_manifest_data) (GstAdaptiveDemux * demux, GstBuffer * buf);
349GstFlowReturn (*stream_seek) (GstAdaptiveDemuxStream * stream, gboolean forward, GstSeekFlags …
351 GstFlowReturn (*stream_advance_fragment) (GstAdaptiveDemuxStream * stream);
373 GstFlowReturn (*stream_update_fragment_info) (GstAdaptiveDemuxStream * stream);
421 GstFlowReturn (*finish_fragment) (GstAdaptiveDemux * demux, GstAdaptiveDemuxStream * stream);
433GstFlowReturn (*data_received) (GstAdaptiveDemux * demux, GstAdaptiveDemuxStream * stream, GstBuff…
515 GstFlowReturn gst_adaptive_demux_stream_push_buffer (GstAdaptiveDemuxStream * stream, GstBuffer * b…
518 GstFlowReturn
/third_party/gstreamer/gstreamer/tests/check/libs/
Dtest_transform.c69 static GstFlowReturn (*klass_transform) (GstBaseTransform * trans,
71 static GstFlowReturn (*klass_transform_ip) (GstBaseTransform * trans,
81 GstFlowReturn (*klass_submit_input_buffer) (GstBaseTransform * trans,
83 GstFlowReturn (*klass_generate_output) (GstBaseTransform * trans,
134 static GstFlowReturn
147 static GstFlowReturn
151 GstFlowReturn res;
247 static GstFlowReturn
250 GstFlowReturn ret; in gst_test_trans_push()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstpesfilter.h54 typedef GstFlowReturn (*GstPESFilterData) (GstPESFilter * filter, gboolean first, GstBuffer * buffe…
100 GstFlowReturn gst_pes_filter_push (GstPESFilter * filter, GstBuffer * buffer);
101 GstFlowReturn gst_pes_filter_process (GstPESFilter * filter);
104 GstFlowReturn gst_pes_filter_drain (GstPESFilter * filter);
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/
Dgstpesfilter.h54 typedef GstFlowReturn (*GstPESFilterData) (GstPESFilter * filter, gboolean first, GstBuffer * buffe…
100 GstFlowReturn gst_pes_filter_push (GstPESFilter * filter, GstBuffer * buffer);
101 GstFlowReturn gst_pes_filter_process (GstPESFilter * filter);
104 GstFlowReturn gst_pes_filter_drain (GstPESFilter * filter);
/third_party/gstreamer/gstplugins_bad/ext/kate/
Dgstkateparse.c84 static GstFlowReturn gst_kate_parse_chain (GstPad * pad, GstObject * parent,
97 static GstFlowReturn gst_kate_parse_parse_packet (GstKateParse * parse,
149 static GstFlowReturn
241 static GstFlowReturn
264 static GstFlowReturn
267 GstFlowReturn ret = GST_FLOW_OK; in gst_kate_parse_drain_queue_prematurely()
297 static GstFlowReturn
300 GstFlowReturn ret = GST_FLOW_OK; in gst_kate_parse_drain_queue()
316 static GstFlowReturn
319 GstFlowReturn ret = GST_FLOW_OK; in gst_kate_parse_queue_buffer()
[all …]
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpmp2tpay.c55 static GstFlowReturn gst_rtp_mp2t_pay_handle_buffer (GstRTPBasePayload *
57 static GstFlowReturn gst_rtp_mp2t_pay_flush (GstRTPMP2TPay * rtpmp2tpay);
123 static GstFlowReturn
127 GstFlowReturn ret = GST_FLOW_OK; in gst_rtp_mp2t_pay_flush()
175 static GstFlowReturn
182 GstFlowReturn ret; in gst_rtp_mp2t_pay_handle_buffer()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpsession.h53 typedef GstFlowReturn (*RTPSessionProcessRTP) (RTPSession *sess, RTPSource *src, GstBuffer *buffer,…
67 typedef GstFlowReturn (*RTPSessionSendRTP) (RTPSession *sess, RTPSource *src, gpointer data, gpoint…
82 typedef GstFlowReturn (*RTPSessionSendRTCP) (RTPSession *sess, RTPSource *src, GstBuffer *buffer,
96 typedef GstFlowReturn (*RTPSessionSyncRTCP) (RTPSession *sess, GstBuffer *buffer, gpointer user_dat…
384 GstFlowReturn rtp_session_process_rtp (RTPSession *sess, GstBuffer *buffer,
388 GstFlowReturn rtp_session_process_rtcp (RTPSession *sess, GstBuffer *buffer,
395 GstFlowReturn rtp_session_send_rtp (RTPSession *sess, gpointer data, gboolean is_li…
400 GstFlowReturn rtp_session_schedule_bye (RTPSession *sess, GstClockTime current_time);
404 GstFlowReturn rtp_session_on_timeout (RTPSession *sess, GstClockTime current_time,
/third_party/gstreamer/gstplugins_bad/gst/siren/
Dgstsirendec.c61 static GstFlowReturn gst_siren_dec_parse (GstAudioDecoder * dec,
63 static GstFlowReturn gst_siren_dec_handle_frame (GstAudioDecoder * dec,
140 static GstFlowReturn
145 GstFlowReturn ret; in gst_siren_dec_parse()
162 static GstFlowReturn
166 GstFlowReturn ret = GST_FLOW_OK; in gst_siren_dec_handle_frame()
/third_party/gstreamer/gstplugins_base/ext/vorbis/
Dgstvorbisdec.c78 static GstFlowReturn vorbis_dec_handle_frame (GstAudioDecoder * dec,
170 static GstFlowReturn
217 static GstFlowReturn
278 static GstFlowReturn
315 static GstFlowReturn
318 GstFlowReturn res; in vorbis_handle_header_packet()
362 static GstFlowReturn
367 GstFlowReturn ret; in vorbis_dec_handle_header_buffer()
381 static GstFlowReturn
384 GstFlowReturn result = GST_FLOW_OK; in vorbis_dec_handle_header_caps()
[all …]
/third_party/gstreamer/gstplugins_bad/gst/onvif/
Dgstrtponviftimestamp.c43 static GstFlowReturn gst_rtp_onvif_timestamp_chain (GstPad * pad,
45 static GstFlowReturn gst_rtp_onvif_timestamp_chain_list (GstPad * pad,
48 static GstFlowReturn handle_and_push_buffer (GstRtpOnvifTimestamp * self,
50 static GstFlowReturn handle_and_push_buffer_list (GstRtpOnvifTimestamp * self,
131 static GstFlowReturn
134 GstFlowReturn ret = GST_FLOW_OK; in send_cached_buffer_and_events()
350 GstFlowReturn res; in gst_rtp_onvif_timestamp_sink_event()
593 static GstFlowReturn
604 static GstFlowReturn
609 GstFlowReturn result = GST_FLOW_OK; in gst_rtp_onvif_timestamp_chain()
[all …]
/third_party/gstreamer/gstreamer/gst/
Dgstpad.h183 } GstFlowReturn; typedef
186 const gchar * gst_flow_get_name (GstFlowReturn ret);
189 GQuark gst_flow_to_quark (GstFlowReturn ret);
284 typedef GstFlowReturn (*GstPadChainFunction) (GstPad *pad, GstObject *parent,
307 typedef GstFlowReturn (*GstPadChainListFunction) (GstPad *pad, GstObject *parent,
357 typedef GstFlowReturn (*GstPadGetRangeFunction) (GstPad *pad, GstObject *parent,
395 typedef GstFlowReturn (*GstPadEventFullFunction) (GstPad *pad, GstObject *parent,
600 GstFlowReturn flow_ret;
802 GstFlowReturn last_flowret;
1363 GstFlowReturn gst_pad_store_sticky_event (GstPad *pad, GstEvent *event);
[all …]

12345678910>>...34