Home
last modified time | relevance | path

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

12345678910>>...40

/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;
214 static GstFlowReturn
217 GstFlowReturn cret = GST_FLOW_OK; in gst_flow_combiner_get_flow()
225 GstFlowReturn fret = GST_PAD_LAST_FLOW_RETURN (iter->data); in gst_flow_combiner_get_flow()
268 GstFlowReturn
269 gst_flow_combiner_update_flow (GstFlowCombiner * combiner, GstFlowReturn fret) in gst_flow_combiner_update_flow()
271 GstFlowReturn ret; in gst_flow_combiner_update_flow()
309 GstFlowReturn
311 GstFlowReturn fret) in gst_flow_combiner_update_pad_flow()
Dgstaggregator.h95 GstFlowReturn (*flush) (GstAggregatorPad * aggpad, GstAggregator * aggregator);
265 GstFlowReturn (*flush) (GstAggregator * aggregator);
271 GstFlowReturn (*finish_buffer) (GstAggregator * aggregator,
294 GstFlowReturn (*aggregate) (GstAggregator * aggregator,
312 GstFlowReturn (*update_src_caps) (GstAggregator * self,
328 GstFlowReturn (*sink_event_pre_queue) (GstAggregator * aggregator,
344 GstFlowReturn (*finish_buffer_list) (GstAggregator * aggregator,
379 GstFlowReturn gst_aggregator_finish_buffer (GstAggregator * aggregator,
383 GstFlowReturn gst_aggregator_finish_buffer_list (GstAggregator * aggregator,
Dgstbasesink.h208 GstFlowReturn (*wait_event) (GstBaseSink *sink, GstEvent *event);
211 GstFlowReturn (*prepare) (GstBaseSink *sink, GstBuffer *buffer);
212 GstFlowReturn (*prepare_list) (GstBaseSink *sink, GstBufferList *buffer_list);
215 GstFlowReturn (*preroll) (GstBaseSink *sink, GstBuffer *buffer);
216 GstFlowReturn (*render) (GstBaseSink *sink, GstBuffer *buffer);
218 GstFlowReturn (*render_list) (GstBaseSink *sink, GstBufferList *buffer_list);
239 GstFlowReturn gst_base_sink_do_preroll (GstBaseSink *sink, GstMiniObject *obj);
242 GstFlowReturn gst_base_sink_wait_preroll (GstBaseSink *sink);
354 GstFlowReturn gst_base_sink_wait (GstBaseSink *sink, GstClockTime time,
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);
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstmpeg2decoder.h81 GstFlowReturn (*new_sequence) (GstMpeg2Decoder * decoder,
99 GstFlowReturn (*new_picture) (GstMpeg2Decoder * decoder,
115 GstFlowReturn (*new_field_picture) (GstMpeg2Decoder * decoder,
132 GstFlowReturn (*start_picture) (GstMpeg2Decoder * decoder,
149 GstFlowReturn (*decode_slice) (GstMpeg2Decoder * decoder,
163 GstFlowReturn (*end_picture) (GstMpeg2Decoder * decoder,
177 GstFlowReturn (*output_picture) (GstMpeg2Decoder * decoder,
Dgsth264decoder.h123 GstFlowReturn (*new_sequence) (GstH264Decoder * decoder,
137 GstFlowReturn (*new_picture) (GstH264Decoder * decoder,
153 GstFlowReturn (*new_field_picture) (GstH264Decoder * decoder,
167 GstFlowReturn (*start_picture) (GstH264Decoder * decoder,
192 GstFlowReturn (*decode_slice) (GstH264Decoder * decoder,
206 GstFlowReturn (*end_picture) (GstH264Decoder * decoder,
218 GstFlowReturn (*output_picture) (GstH264Decoder * decoder,
Dgstav1decoder.h78 GstFlowReturn (*new_sequence) (GstAV1Decoder * decoder,
92 GstFlowReturn (*new_picture) (GstAV1Decoder * decoder,
118 GstFlowReturn (*start_picture) (GstAV1Decoder * decoder,
132 GstFlowReturn (*decode_tile) (GstAV1Decoder * decoder,
145 GstFlowReturn (*end_picture) (GstAV1Decoder * decoder,
158 GstFlowReturn (*output_picture) (GstAV1Decoder * decoder,
Dgstvp8decoder.h91 GstFlowReturn (*new_sequence) (GstVp8Decoder * decoder,
100 GstFlowReturn (*new_picture) (GstVp8Decoder * decoder,
104 GstFlowReturn (*start_picture) (GstVp8Decoder * decoder,
107 GstFlowReturn (*decode_picture) (GstVp8Decoder * decoder,
111 GstFlowReturn (*end_picture) (GstVp8Decoder * decoder,
120 GstFlowReturn (*output_picture) (GstVp8Decoder * decoder,
Dgstav1decoder.c71 static GstFlowReturn gst_av1_decoder_finish (GstVideoDecoder * decoder);
73 static GstFlowReturn gst_av1_decoder_drain (GstVideoDecoder * decoder);
74 static GstFlowReturn gst_av1_decoder_handle_frame (GstVideoDecoder * decoder,
172 static GstFlowReturn
192 static GstFlowReturn
259 static GstFlowReturn
267 GstFlowReturn ret = GST_FLOW_OK; in gst_av1_decoder_process_sequence()
307 static GstFlowReturn
315 GstFlowReturn ret = GST_FLOW_OK; in gst_av1_decoder_decode_tile_group()
340 static GstFlowReturn
[all …]
Dgstvp9decoder.h76 GstFlowReturn (*new_sequence) (GstVp9Decoder * decoder,
91 GstFlowReturn (*new_picture) (GstVp9Decoder * decoder,
130 GstFlowReturn (*start_picture) (GstVp9Decoder * decoder,
144 GstFlowReturn (*decode_picture) (GstVp9Decoder * decoder,
158 GstFlowReturn (*end_picture) (GstVp9Decoder * decoder,
171 GstFlowReturn (*output_picture) (GstVp9Decoder * decoder,
Dgstmpeg2decoder.c296 static GstFlowReturn gst_mpeg2_decoder_finish (GstVideoDecoder * decoder);
298 static GstFlowReturn gst_mpeg2_decoder_drain (GstVideoDecoder * decoder);
299 static GstFlowReturn gst_mpeg2_decoder_handle_frame (GstVideoDecoder * decoder,
302 GstMpeg2Picture * picture, GstFlowReturn * ret);
306 self, guint num, GstFlowReturn * ret);
398 static GstFlowReturn
404 GstFlowReturn ret = GST_FLOW_OK; in gst_mpeg2_decoder_drain()
417 static GstFlowReturn
488 static GstFlowReturn
534 static GstFlowReturn
[all …]
Dgstvp8decoder.c70 static GstFlowReturn gst_vp8_decoder_finish (GstVideoDecoder * decoder);
72 static GstFlowReturn gst_vp8_decoder_drain (GstVideoDecoder * decoder);
73 static GstFlowReturn gst_vp8_decoder_handle_frame (GstVideoDecoder * decoder,
78 guint num, GstFlowReturn * ret);
79 static GstFlowReturn gst_vp8_decoder_drain_internal (GstVp8Decoder * self,
152 static GstFlowReturn
157 GstFlowReturn ret = GST_FLOW_OK; in gst_vp8_decoder_check_codec_change()
284 static GstFlowReturn
287 GstFlowReturn ret = GST_FLOW_OK; in gst_vp8_decoder_drain_internal()
300 static GstFlowReturn
[all …]
Dgsth265decoder.h97 GstFlowReturn (*new_sequence) (GstH265Decoder * decoder,
106 GstFlowReturn (*new_picture) (GstH265Decoder * decoder,
110 GstFlowReturn (*start_picture) (GstH265Decoder * decoder,
115 GstFlowReturn (*decode_slice) (GstH265Decoder * decoder,
121 GstFlowReturn (*end_picture) (GstH265Decoder * decoder,
129 GstFlowReturn (*output_picture) (GstH265Decoder * decoder,
Dgstvp9decoder.c107 static GstFlowReturn gst_vp9_decoder_finish (GstVideoDecoder * decoder);
109 static GstFlowReturn gst_vp9_decoder_drain (GstVideoDecoder * decoder);
110 static GstFlowReturn gst_vp9_decoder_handle_frame (GstVideoDecoder * decoder,
116 guint num, GstFlowReturn * ret);
117 static GstFlowReturn gst_vp9_decoder_drain_internal (GstVp9Decoder * self,
211 static GstFlowReturn
217 GstFlowReturn ret = GST_FLOW_OK; in gst_vp9_decoder_check_codec_change()
290 static GstFlowReturn
293 GstFlowReturn ret = GST_FLOW_OK; in gst_vp9_decoder_drain_internal()
305 static GstFlowReturn
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.h122 GstFlowReturn _gst_video_decoder_error (GstVideoDecoder *dec, gint weight,
297 GstFlowReturn (*parse) (GstVideoDecoder *decoder,
308 GstFlowReturn (*finish) (GstVideoDecoder *decoder);
315 GstFlowReturn (*handle_frame) (GstVideoDecoder *decoder,
341 GstFlowReturn (*drain) (GstVideoDecoder *decoder);
478 GstFlowReturn gst_video_decoder_have_frame (GstVideoDecoder *decoder);
481 GstFlowReturn gst_video_decoder_have_last_subframe (GstVideoDecoder *decoder,
491 GstFlowReturn gst_video_decoder_allocate_output_frame_with_params (GstVideoDecoder *decoder,
496 GstFlowReturn gst_video_decoder_allocate_output_frame (GstVideoDecoder *decoder,
523 GstFlowReturn gst_video_decoder_finish_frame (GstVideoDecoder *decoder,
[all …]
/third_party/gstreamer/gstplugins_bad/gst/asfmux/
Dgstasfparse.c76 static GstFlowReturn
81 GstFlowReturn ret = GST_FLOW_OK; in gst_asf_parse_parse_data_object()
110 static GstFlowReturn
152 static GstFlowReturn
158 GstFlowReturn ret = GST_FLOW_OK; in gst_asf_parse_handle_frame_push_object()
194 static GstFlowReturn
200 GstFlowReturn ret = GST_FLOW_OK; in gst_asf_parse_handle_frame_headers()
250 static GstFlowReturn
256 GstFlowReturn ret = GST_FLOW_OK; in gst_asf_parse_handle_frame_data_header()
301 static GstFlowReturn
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsrc.h129 GstFlowReturn (*push_buffer) (GstAppSrc *appsrc, GstBuffer *buffer);
130 GstFlowReturn (*end_of_stream) (GstAppSrc *appsrc);
131 GstFlowReturn (*push_sample) (GstAppSrc *appsrc, GstSample *sample);
132 GstFlowReturn (*push_buffer_list) (GstAppSrc *appsrc, GstBufferList *buffer_list);
211 GstFlowReturn gst_app_src_push_buffer (GstAppSrc *appsrc, GstBuffer *buffer);
214 GstFlowReturn gst_app_src_push_buffer_list (GstAppSrc * appsrc, GstBufferList * buffer_li…
217 GstFlowReturn gst_app_src_end_of_stream (GstAppSrc *appsrc);
220 GstFlowReturn gst_app_src_push_sample (GstAppSrc *appsrc, GstSample *sample);
/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 …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.h149 GstFlowReturn last_ret;
297 GstFlowReturn (*update_manifest) (GstAdaptiveDemux * demux);
310 GstFlowReturn (*update_manifest_data) (GstAdaptiveDemux * demux, GstBuffer * buf);
358GstFlowReturn (*stream_seek) (GstAdaptiveDemuxStream * stream, gboolean forward, GstSeekFlags …
360 GstFlowReturn (*stream_advance_fragment) (GstAdaptiveDemuxStream * stream);
382 GstFlowReturn (*stream_update_fragment_info) (GstAdaptiveDemuxStream * stream);
430 GstFlowReturn (*finish_fragment) (GstAdaptiveDemux * demux, GstAdaptiveDemuxStream * stream);
442GstFlowReturn (*data_received) (GstAdaptiveDemux * demux, GstAdaptiveDemuxStream * stream, GstBuff…
529 GstFlowReturn gst_adaptive_demux_stream_push_buffer (GstAdaptiveDemuxStream * stream, GstBuffer * b…
532 GstFlowReturn
/third_party/gstreamer/gstplugins_bad/ext/kate/
Dgstkateparse.c91 static GstFlowReturn gst_kate_parse_chain (GstPad * pad, GstObject * parent,
104 static GstFlowReturn gst_kate_parse_parse_packet (GstKateParse * parse,
156 static GstFlowReturn
248 static GstFlowReturn
271 static GstFlowReturn
274 GstFlowReturn ret = GST_FLOW_OK; in gst_kate_parse_drain_queue_prematurely()
304 static GstFlowReturn
307 GstFlowReturn ret = GST_FLOW_OK; in gst_kate_parse_drain_queue()
323 static GstFlowReturn
326 GstFlowReturn ret = GST_FLOW_OK; in gst_kate_parse_queue_buffer()
[all …]
/third_party/gstreamer/gstreamer/tests/check/libs/
Dtest_transform.c69 static GstFlowReturn (*klass_transform) (GstBaseTransform * trans,
71 static GstFlowReturn (*klass_transform_ip) (GstBaseTransform * trans,
83 GstFlowReturn (*klass_submit_input_buffer) (GstBaseTransform * trans,
85 GstFlowReturn (*klass_generate_output) (GstBaseTransform * trans,
138 static GstFlowReturn
151 static GstFlowReturn
155 GstFlowReturn res;
251 static GstFlowReturn
254 GstFlowReturn ret; in gst_test_trans_push()

12345678910>>...40