Searched refs:got_eos (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/ |
D | gio.c | 30 static gboolean got_eos = FALSE; variable 39 got_eos = TRUE; in message_handler() 77 got_eos = FALSE; in GST_START_TEST() 124 fail_unless (got_eos); in GST_START_TEST() 125 got_eos = FALSE; in GST_START_TEST() 145 fail_unless (got_eos); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfunnel.c | 67 gboolean got_eos; member 93 pad->got_eos = FALSE; in gst_funnel_pad_init() 265 if (!sinkpad->got_eos) { in gst_funnel_all_sinkpads_eos_unlocked() 281 gboolean got_eos; in gst_funnel_release_pad() local 288 got_eos = fpad->got_eos; in gst_funnel_release_pad() 293 if (!got_eos && gst_funnel_all_sinkpads_eos_unlocked (funnel, NULL)) { in gst_funnel_release_pad() 383 fpad->got_eos = TRUE; in gst_funnel_sink_event() 397 fpad->got_eos = FALSE; in gst_funnel_sink_event() 437 fpad->got_eos = FALSE; in reset_pad()
|
/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | concat.c | 28 static gboolean got_eos; variable 72 got_eos = TRUE; in output_event_time() 116 got_eos = FALSE; in GST_START_TEST() 152 fail_unless (got_eos); in GST_START_TEST() 199 got_eos = TRUE; in output_event_bytes() 237 got_eos = FALSE; in GST_START_TEST() 274 fail_unless (got_eos); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | videoframe-audiolevel.c | 32 static gboolean got_eos; variable 118 got_eos = TRUE; in output_aevent() 173 got_eos = TRUE; in output_vevent() 348 got_eos = FALSE; in test_videoframe_audiolevel_generic() 396 fail_unless (got_eos); in test_videoframe_audiolevel_generic()
|
/third_party/ffmpeg/libavcodec/ |
D | omx.c | 223 int eos_sent, got_eos; member 844 while (!*got_packet && ret == 0 && !s->got_eos) { in omx_encode_frame() 855 s->got_eos = 1; in omx_encode_frame()
|
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/ |
D | ipcpipeline.c | 1700 gboolean got_eos; member 1782 d->got_eos = TRUE; in seek_stress_bus_msg() 1830 FAIL_IF (d->got_eos); in check_success_source_seek_stress() 2350 gboolean got_eos[2]; member 2385 d->got_eos[pad2idx (pad, td->two_streams)] = TRUE; in end_of_stream_probe() 2427 FAIL_UNLESS (d->got_eos[idx]); in check_success_sink_end_of_stream() 3505 gboolean got_eos; member 3685 d->got_eos = TRUE; in state_changes_sink_bus_msg() 3743 FAIL_UNLESS (d->got_eos); in check_success_sink_state_changes() 5661 gboolean got_eos; member [all …]
|
/third_party/gstreamer/gstplugins_base/docs/random/ |
D | ChangeLog-0.8 | 12439 * examples/gstplay/player.c: (got_eos), (main): Adding some 14697 * examples/switch/switcher.c: (got_eos), (idle_iterate),
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 14610 * examples/gstplay/player.c: (got_eos), (main): Adding some 16868 * examples/switch/switcher.c: (got_eos), (idle_iterate),
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 27389 got_eos should be protected by the object lock of the element, not of 49690 Save the value of the pad's got_eos in gst_funnel_release_pad,
|