Searched refs:GstHarnessThread (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | gstharness.h | 37 typedef struct _GstHarnessThread GstHarnessThread; typedef 359 guint gst_harness_stress_thread_stop (GstHarnessThread * t); 362 GstHarnessThread * gst_harness_stress_custom_start (GstHarness * h, 372 GstHarnessThread * gst_harness_stress_statechange_start_full (GstHarness * h, 379 GstHarnessThread * gst_harness_stress_push_buffer_start_full (GstHarness * h, 398 GstHarnessThread * gst_harness_stress_push_buffer_with_cb_start_full (GstHarness * h, 410 GstHarnessThread * gst_harness_stress_push_event_start_full (GstHarness * h, 427 GstHarnessThread * gst_harness_stress_push_event_with_cb_start_full (GstHarness * h, 437 GstHarnessThread * gst_harness_stress_push_upstream_event_start_full (GstHarness * h, 445 GstHarnessThread * gst_harness_stress_push_upstream_event_with_cb_start_full (GstHarness * h, [all …]
|
D | gstharness.c | 134 static void gst_harness_stress_free (GstHarnessThread * t); 2840 GstHarnessThread t; 2849 GstHarnessThread t; 2860 GstHarnessThread t; 2869 GstHarnessThread t; 2877 GstHarnessThread t; 2888 gst_harness_thread_init (GstHarnessThread * t, GDestroyNotify freefunc, in gst_harness_thread_init() 2899 gst_harness_thread_free (GstHarnessThread * t) in gst_harness_thread_free() 2901 g_slice_free (GstHarnessThread, t); in gst_harness_thread_free() 2971 (((GstHarnessThread *)t)->running = TRUE, \ [all …]
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | gstharness.c | 47 GstHarnessThread *threads[100]; in GST_START_TEST() 161 GstHarnessThread *e_thread = gst_harness_stress_push_event_with_cb_start (h, in GST_START_TEST() 163 GstHarnessThread *q_thread = gst_harness_stress_custom_start (h, NULL, in GST_START_TEST() 203 GstHarnessThread *e_thread = gst_harness_stress_custom_start (h, NULL, in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | netsim.c | 9 GstHarnessThread *state, *push; in GST_START_TEST() 33 GstHarnessThread *state, *push; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | vkimage.c | 154 GstHarnessThread *threads[N_THREADS]; 158 wait_for_ready (GstHarnessThread * thread, struct view_stress *stress) in wait_for_ready() 167 get_unref_image_view (GstHarnessThread * thread, struct view_stress *stress) in get_unref_image_view()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | videoflip.c | 229 GstHarnessThread *thread_identity, *thread_90r; in GST_START_TEST()
|
D | rtpfunnel.c | 261 GstHarnessThread *statechange, *push, *req, *push1; in GST_START_TEST()
|
D | rtpstorage.c | 452 GstHarnessThread *ht; in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | funnel.c | 380 GstHarnessThread *req, *push0, *push1; in GST_START_TEST()
|