/third_party/gstreamer/gstplugins_base/gst/encoding/ |
D | gststreamcombiner.c | 64 mixerpad->is_eos = FALSE; in gst_stream_combiner_pad_init() 121 if (!(GST_STREAM_COMBINER_PAD (tmp->data))->is_eos) in _all_sink_pads_eos() 173 combiner_pad->is_eos = TRUE; in gst_stream_combiner_sink_event()
|
D | gststreamcombinerpad.h | 43 gboolean is_eos; member
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gststreamsynchronizer.c | 73 gboolean is_eos; /* TRUE if EOS was received */ member 398 stream->is_eos = FALSE; in gst_stream_synchronizer_sink_event() 589 stream->is_eos = FALSE; in gst_stream_synchronizer_sink_event() 635 stream->is_eos = FALSE; in gst_stream_synchronizer_sink_event() 658 stream->is_eos = TRUE; in gst_stream_synchronizer_sink_event() 676 all_eos = all_eos && ostream->is_eos; in gst_stream_synchronizer_sink_event() 852 if (!ostream->is_eos || ostream->eos_sent || in gst_stream_synchronizer_sink_chain() 1112 if (stream->is_eos && !stream->eos_sent) { in gst_stream_synchronizer_change_state() 1134 stream->is_eos = FALSE; in gst_stream_synchronizer_change_state()
|
D | gsturisourcebin.c | 121 gboolean is_eos; /* Did EOS get fed into the buffering element */ member 807 slot->is_eos = FALSE; in link_pending_pad_to_output() 810 slot->is_eos = FALSE; in link_pending_pad_to_output() 831 if (slot->is_eos == FALSE) in all_slots_are_eos() 873 child_info->output_slot->is_eos = TRUE; in demux_pad_events() 901 child_info->output_slot->is_eos = FALSE; in demux_pad_events() 1084 slot->is_eos = FALSE; in get_output_slot() 1223 if (slot->is_eos) { in source_pad_event_probe() 1359 if (!slot->is_eos && urisrc->pending_pads && in pad_removed_cb() 1369 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() 1027 if (queue->is_eos || queue->srcresult == GST_FLOW_NOT_LINKED) { in get_buffering_level() 1031 GST_LOG_OBJECT (queue, "we are %s", queue->is_eos ? "EOS" : "NOT_LINKED"); in get_buffering_level() 1437 if (!QUEUE_IS_USING_RING_BUFFER (queue) && queue->is_eos) in gst_queue2_have_data() 1451 if (!queue->is_eos && queue->current) { in gst_queue2_have_data() 1590 } else if (queue->is_eos) { in gst_queue2_create_read() 2381 queue->is_eos = TRUE; in gst_queue2_locked_enqueue() 2647 queue->is_eos = FALSE; in gst_queue2_handle_sink_event() 2659 queue->is_eos = FALSE; in gst_queue2_handle_sink_event() 2719 if (queue->is_eos) { in gst_queue2_handle_sink_event() [all …]
|
D | gstqueue2.h | 98 gboolean is_eos; member
|
D | gstmultiqueue.c | 154 gboolean is_eos; member 1434 sq->is_eos = FALSE; in gst_single_queue_flush() 1471 if (sq->is_eos || sq->is_segment_done || sq->srcresult == GST_FLOW_NOT_LINKED in get_buffering_level() 2472 if ((sq->is_eos || sq->is_segment_done) && sq->srcresult < GST_FLOW_EOS) { in gst_multi_queue_loop() 2518 if (sq->is_eos) in gst_multi_queue_chain() 2688 sq->is_eos = FALSE; in gst_multi_queue_sink_event() 2746 if (sq->is_eos) in gst_multi_queue_sink_event() 2774 sq->is_eos = TRUE; in gst_multi_queue_sink_event() 3232 G_GUINT64_FORMAT "/%" G_GUINT64_FORMAT, sq->id, sq->is_eos, size.visible, in single_queue_overrun_cb() 3240 if (sq->is_eos || IS_FILLED (sq, bytes, size.bytes) || in single_queue_overrun_cb() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | mpegtsparse.h | 89 gboolean is_eos; member
|
D | mpegtsparse.c | 238 parse->is_eos = FALSE; in mpegts_parse_init() 288 parse->is_eos = FALSE; in mpegts_parse_reset() 428 parse->is_eos = TRUE; in push_event() 1040 if (parse->is_eos) { in drain_pending_buffers()
|
/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_good/gst/multifile/ |
D | gstsplitmuxpartreader.c | 54 gboolean is_eos; member 98 if (part_pad->is_eos) { in have_empty_queue() 277 if (!part_pad->is_eos) in splitmux_part_is_eos_locked() 415 part_pad->is_eos = TRUE; in splitmux_part_pad_event() 444 part_pad->is_eos = FALSE; in splitmux_part_pad_event() 1344 part_pad->is_eos = TRUE; in gst_splitmux_part_reader_pop()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/ |
D | gstappsink.c | 133 gboolean is_eos; member 728 priv->is_eos = FALSE; in gst_app_sink_flush_unlocked() 822 priv->is_eos = TRUE; in gst_app_sink_event() 1322 if (priv->is_eos && priv->num_buffers == 0) { in gst_app_sink_is_eos() 1754 if (priv->is_eos) in gst_app_sink_try_pull_preroll() 1899 if (priv->is_eos) in gst_app_sink_try_pull_object()
|
D | gstappsrc.c | 175 gboolean is_eos; member 1103 priv->is_eos = FALSE; in gst_app_src_stop() 1256 priv->is_eos = FALSE; in gst_app_src_do_seek() 1612 priv->is_eos = FALSE; in gst_app_src_create() 1776 if (G_UNLIKELY (priv->is_eos)) in gst_app_src_create() 2540 if (priv->is_eos) in gst_app_src_push_internal() 2923 priv->is_eos = TRUE; in gst_app_src_end_of_stream() 3040 priv->is_eos = FALSE; in gst_app_src_event()
|
/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_base/ext/ogg/ |
D | gstoggdemux.h | 107 gboolean is_eos; member
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/transcoder/ |
D | gsttranscoder.c | 85 gboolean is_live, is_eos; member 359 if (self->is_eos) in gst_transcoder_get_property() 625 self->is_eos = TRUE; in eos_cb() 824 self->is_eos = FALSE; in gst_transcoder_main()
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstamcaudiodec.c | 413 gboolean is_eos; in gst_amc_audio_dec_loop() local 494 is_eos = ! !(buffer_info.flags & BUFFER_FLAG_END_OF_STREAM); in gst_amc_audio_dec_loop() 568 if (!is_eos) { in gst_amc_audio_dec_loop() 592 if (is_eos || flow_ret == GST_FLOW_EOS) { in gst_amc_audio_dec_loop()
|
D | gstamcvideoenc.c | 1041 gboolean is_eos; in gst_amc_video_enc_loop() local 1155 is_eos = ! !(buffer_info.flags & BUFFER_FLAG_END_OF_STREAM); in gst_amc_video_enc_loop() 1171 if (is_eos || flow_ret == GST_FLOW_EOS) { in gst_amc_video_enc_loop()
|
D | gstamcvideodec.c | 1287 gboolean is_eos; in gst_amc_video_dec_loop() local 1384 is_eos = ! !(buffer_info.flags & BUFFER_FLAG_END_OF_STREAM); in gst_amc_video_dec_loop() 1571 if (is_eos || flow_ret == GST_FLOW_EOS) { in gst_amc_video_dec_loop()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/ |
D | gstplay.c | 161 gboolean is_live, is_eos; member 937 self->is_eos = FALSE; in on_error() 1075 self->is_eos = TRUE; in eos_cb() 2581 self->is_eos = FALSE; in gst_play_main() 2716 if (self->current_state >= GST_STATE_PAUSED && !self->is_eos in gst_play_play_internal() 2733 if (self->is_eos) { in gst_play_play_internal() 2737 self->is_eos = FALSE; in gst_play_play_internal() 2801 if (self->is_eos) { in gst_play_pause_internal() 2805 self->is_eos = FALSE; in gst_play_pause_internal() 2853 self->is_eos = FALSE; in gst_play_stop_internal() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideoaggregator.c | 1747 gboolean is_eos; in gst_video_aggregator_fill_queues() local 1757 is_eos = gst_aggregator_pad_is_eos (bpad); in gst_video_aggregator_fill_queues() 1759 if (!is_eos) in gst_video_aggregator_fill_queues() 1934 if (is_eos && pad->priv->repeat_after_eos) { in gst_video_aggregator_fill_queues() 1942 if (!is_eos) { in gst_video_aggregator_fill_queues() 1960 } else if (is_eos) { in gst_video_aggregator_fill_queues() 1963 } else if (is_eos) { in gst_video_aggregator_fill_queues()
|
/third_party/gstreamer/gstplugins_base/gst/adder/ |
D | gstadder.c | 1104 gboolean is_eos = TRUE; in gst_adder_collected() local 1215 is_eos = FALSE; in gst_adder_collected() 1414 if (is_eos) in gst_adder_collected()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioaggregator.c | 2198 gboolean is_eos = TRUE; in gst_audio_aggregator_aggregate() local 2328 is_eos = FALSE; in gst_audio_aggregator_aggregate() 2480 if (!is_done && !is_eos) { in gst_audio_aggregator_aggregate() 2488 if (is_eos) { in gst_audio_aggregator_aggregate()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpjitterbuffer.c | 301 gboolean is_eos; variable 309 is_eos = TRUE; in eos_event_function() 326 is_eos = FALSE; in GST_START_TEST() 356 while (!is_eos) in GST_START_TEST()
|