/third_party/gstreamer/gstplugins_base/gst/encoding/ |
D | gststreamcombiner.c | 63 mixerpad->is_eos = FALSE; in gst_stream_combiner_pad_init() 120 if (!(GST_STREAM_COMBINER_PAD (tmp->data))->is_eos) in _all_sink_pads_eos() 140 combiner_pad->is_eos = TRUE; in gst_stream_combiner_sink_event()
|
D | gststreamcombinerpad.h | 52 gboolean is_eos; member
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gststreamsynchronizer.c | 68 gboolean is_eos; /* TRUE if EOS was received */ member 413 stream->is_eos = FALSE; in gst_stream_synchronizer_sink_event() 604 stream->is_eos = FALSE; in gst_stream_synchronizer_sink_event() 650 stream->is_eos = FALSE; in gst_stream_synchronizer_sink_event() 673 stream->is_eos = TRUE; in gst_stream_synchronizer_sink_event() 691 all_eos = all_eos && ostream->is_eos; in gst_stream_synchronizer_sink_event() 865 if (!ostream->is_eos || ostream->eos_sent || in gst_stream_synchronizer_sink_chain() 1125 if (stream->is_eos && !stream->eos_sent) { in gst_stream_synchronizer_change_state() 1147 stream->is_eos = FALSE; in gst_stream_synchronizer_change_state()
|
D | gsturisourcebin.c | 113 gboolean is_eos; /* Did EOS get fed into the buffering element */ member 790 slot->is_eos = FALSE; in link_pending_pad_to_output() 793 slot->is_eos = FALSE; in link_pending_pad_to_output() 814 if (slot->is_eos == FALSE) in all_slots_are_eos() 856 child_info->output_slot->is_eos = TRUE; in demux_pad_events() 884 child_info->output_slot->is_eos = FALSE; in demux_pad_events() 1067 slot->is_eos = FALSE; in get_output_slot() 1205 if (slot->is_eos) { in source_pad_event_probe() 1310 if (!slot->is_eos && urisrc->pending_pads && in pad_removed_cb() 1320 slot->is_eos = TRUE; in pad_removed_cb() [all …]
|
D | gsturidecodebin3.c | 152 gboolean is_eos; member 173 gboolean is_eos; member
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstqueue2.c | 540 queue->is_eos = FALSE; in gst_queue2_init() 1019 if (queue->is_eos || queue->srcresult == GST_FLOW_NOT_LINKED) { in get_buffering_level() 1023 GST_LOG_OBJECT (queue, "we are %s", queue->is_eos ? "EOS" : "NOT_LINKED"); in get_buffering_level() 1417 if (!QUEUE_IS_USING_RING_BUFFER (queue) && queue->is_eos) in gst_queue2_have_data() 1431 if (!queue->is_eos && queue->current) { in gst_queue2_have_data() 1570 } else if (queue->is_eos) { in gst_queue2_create_read() 2322 queue->is_eos = TRUE; in gst_queue2_locked_enqueue() 2588 queue->is_eos = FALSE; in gst_queue2_handle_sink_event() 2600 queue->is_eos = FALSE; in gst_queue2_handle_sink_event() 2660 if (queue->is_eos) { in gst_queue2_handle_sink_event() [all …]
|
D | gstmultiqueue.c | 152 gboolean is_eos; member 1151 sq->is_eos = FALSE; in gst_single_queue_flush() 1188 if (sq->is_eos || sq->is_segment_done || sq->srcresult == GST_FLOW_NOT_LINKED in get_buffering_level() 2156 if ((sq->is_eos || sq->is_segment_done) && sq->srcresult < GST_FLOW_EOS) { in gst_multi_queue_loop() 2199 if (sq->is_eos) in gst_multi_queue_chain() 2356 sq->is_eos = FALSE; in gst_multi_queue_sink_event() 2414 if (sq->is_eos) in gst_multi_queue_sink_event() 2442 sq->is_eos = TRUE; in gst_multi_queue_sink_event() 2850 G_GUINT64_FORMAT "/%" G_GUINT64_FORMAT, sq->id, sq->is_eos, size.visible, in single_queue_overrun_cb() 2858 if (sq->is_eos || IS_FILLED (sq, bytes, size.bytes) || in single_queue_overrun_cb() [all …]
|
D | gstqueue2.h | 98 gboolean is_eos; member
|
/third_party/flutter/skia/experimental/svg/model/ |
D | SkSVGAttributeParser.cpp | 21 inline bool is_eos(char c) { in is_eos() function 48 return is_eos(*fCurPos); in parseEOSToken() 215 this->advanceWhile([](char c) -> bool { return !is_eos(c) && c != ')'; }); in parseIRI()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/ |
D | gstappsrc.c | 131 gboolean is_eos; member 884 priv->is_eos = FALSE; in gst_app_src_stop() 1029 priv->is_eos = FALSE; in gst_app_src_do_seek() 1177 priv->is_eos = FALSE; in gst_app_src_create() 1274 if (G_UNLIKELY (priv->is_eos)) in gst_app_src_create() 1811 if (priv->is_eos) in gst_app_src_push_internal() 2055 priv->is_eos = TRUE; in gst_app_src_end_of_stream() 2175 priv->is_eos = FALSE; in gst_app_src_event()
|
D | gstappsink.c | 104 gboolean is_eos; member 632 priv->is_eos = FALSE; in gst_app_sink_flush_unlocked() 721 priv->is_eos = TRUE; in gst_app_sink_event() 1156 if (priv->is_eos && priv->num_buffers == 0) { in gst_app_sink_is_eos() 1553 if (priv->is_eos) in gst_app_sink_try_pull_preroll() 1651 if (priv->is_eos) in gst_app_sink_try_pull_sample()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitmuxpartreader.c | 51 gboolean is_eos; member 95 if (part_pad->is_eos) { in have_empty_queue() 270 if (!part_pad->is_eos) in splitmux_part_is_eos_locked() 407 part_pad->is_eos = TRUE; in splitmux_part_pad_event() 436 part_pad->is_eos = FALSE; in splitmux_part_pad_event() 1333 part_pad->is_eos = TRUE; in gst_splitmux_part_reader_pop()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggdemux.h | 107 gboolean is_eos; member
|
D | gstoggdemux.c | 480 pad->is_eos = FALSE; in gst_ogg_pad_reset() 524 if (G_UNLIKELY (pad->is_eos)) { in gst_ogg_demux_chain_peer() 889 if (!pad->is_eos && !delta_unit && in gst_ogg_demux_chain_peer() 895 pad->is_eos = TRUE; in gst_ogg_demux_chain_peer() 4735 pad->is_eos = (ret == GST_FLOW_EOS); in gst_ogg_demux_combine_flows()
|
/third_party/skia/modules/svg/src/ |
D | SkSVGAttributeParser.cpp | 22 inline bool is_eos(char c) { in is_eos() function 68 return is_eos(*fCurPos); in parseEOSToken() 294 this->advanceWhile([](char c) -> bool { return !is_eos(c) && c != ')'; }); in parse()
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstamcaudiodec.c | 414 gboolean is_eos; in gst_amc_audio_dec_loop() local 495 is_eos = ! !(buffer_info.flags & BUFFER_FLAG_END_OF_STREAM); in gst_amc_audio_dec_loop() 569 if (!is_eos) { in gst_amc_audio_dec_loop() 593 if (is_eos || flow_ret == GST_FLOW_EOS) { in gst_amc_audio_dec_loop()
|
D | gstamcvideoenc.c | 926 gboolean is_eos; in gst_amc_video_enc_loop() local 1040 is_eos = ! !(buffer_info.flags & BUFFER_FLAG_END_OF_STREAM); in gst_amc_video_enc_loop() 1056 if (is_eos || flow_ret == GST_FLOW_EOS) { in gst_amc_video_enc_loop()
|
D | gstamcvideodec.c | 1312 gboolean is_eos; in gst_amc_video_dec_loop() local 1409 is_eos = ! !(buffer_info.flags & BUFFER_FLAG_END_OF_STREAM); in gst_amc_video_dec_loop() 1596 if (is_eos || flow_ret == GST_FLOW_EOS) { in gst_amc_video_dec_loop()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideoaggregator.c | 1404 gboolean is_eos; in gst_video_aggregator_fill_queues() local 1410 is_eos = gst_aggregator_pad_is_eos (bpad); in gst_video_aggregator_fill_queues() 1412 if (!is_eos) in gst_video_aggregator_fill_queues() 1556 if (is_eos && pad->priv->repeat_after_eos) { in gst_video_aggregator_fill_queues() 1565 if (!is_eos) { in gst_video_aggregator_fill_queues() 1571 } else if (is_eos) { in gst_video_aggregator_fill_queues() 1574 } else if (is_eos) { in gst_video_aggregator_fill_queues()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/ |
D | gstplayer.c | 216 gboolean is_live, is_eos; member 1301 self->is_eos = FALSE; in emit_error() 1430 self->is_eos = FALSE; in emit_error_msg() 1575 self->is_eos = TRUE; in eos_cb() 3505 self->is_eos = FALSE; in gst_player_main() 3616 if (self->current_state >= GST_STATE_PAUSED && !self->is_eos in gst_player_play_internal() 3633 if (self->is_eos) { in gst_player_play_internal() 3637 self->is_eos = FALSE; in gst_player_play_internal() 3704 if (self->is_eos) { in gst_player_pause_internal() 3708 self->is_eos = FALSE; in gst_player_pause_internal() [all …]
|
/third_party/gstreamer/gstplugins_base/gst/adder/ |
D | gstadder.c | 1103 gboolean is_eos = TRUE; in gst_adder_collected() local 1214 is_eos = FALSE; in gst_adder_collected() 1413 if (is_eos) in gst_adder_collected()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioaggregator.c | 1781 gboolean is_eos = TRUE; in gst_audio_aggregator_aggregate() local 1875 is_eos = FALSE; in gst_audio_aggregator_aggregate() 1992 if (!is_done && !is_eos) { in gst_audio_aggregator_aggregate() 2000 if (is_eos) { in gst_audio_aggregator_aggregate()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpjitterbuffer.c | 303 gboolean is_eos; variable 310 is_eos = TRUE; in eos_event_function() 327 is_eos = FALSE; in GST_START_TEST() 357 while (!is_eos) in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstaggregator.c | 3174 gboolean is_eos; in gst_aggregator_pad_is_eos() local 3177 is_eos = pad->priv->eos; in gst_aggregator_pad_is_eos() 3180 return is_eos; in gst_aggregator_pad_is_eos()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstbin.c | 975 is_eos (GstBin * bin, guint32 * seqnum) in is_eos() function 3530 && bin->priv->posted_playing && is_eos (bin, &seqnum); in bin_do_eos()
|