Searched refs:GstTestClock (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | gsttestclock.h | 34 GST_TYPE_TEST_CLOCK, GstTestClock)) 43 #define GST_TEST_CLOCK_CAST(obj) ((GstTestClock*)(obj)) 45 typedef struct _GstTestClock GstTestClock; typedef 88 void gst_test_clock_set_time (GstTestClock * test_clock, 92 void gst_test_clock_advance_time (GstTestClock * test_clock, 96 guint gst_test_clock_peek_id_count (GstTestClock * test_clock); 99 gboolean gst_test_clock_has_id (GstTestClock * test_clock, GstClockID id); 102 gboolean gst_test_clock_peek_next_pending_id (GstTestClock * test_clock, 106 void gst_test_clock_wait_for_next_pending_id (GstTestClock * test_clock, 110 void gst_test_clock_wait_for_pending_id_count (GstTestClock * test_clock, [all …]
|
D | gsttestclock.c | 220 G_DEFINE_TYPE_WITH_CODE (GstTestClock, gst_test_clock, 221 GST_TYPE_CLOCK, G_ADD_PRIVATE (GstTestClock) _do_init); 241 static gboolean gst_test_clock_peek_next_pending_id_unlocked (GstTestClock * 243 static guint gst_test_clock_peek_id_count_unlocked (GstTestClock * test_clock); 245 static void gst_test_clock_add_entry (GstTestClock * test_clock, 247 static void gst_test_clock_remove_entry (GstTestClock * test_clock, 249 static GstClockEntryContext *gst_test_clock_lookup_entry_context (GstTestClock * 301 gst_test_clock_init (GstTestClock * test_clock) in gst_test_clock_init() 323 GstTestClock *test_clock = GST_TEST_CLOCK (object); in gst_test_clock_constructed() 334 GstTestClock *test_clock = GST_TEST_CLOCK (object); in gst_test_clock_dispose() [all …]
|
D | gstharness.h | 149 GstTestClock * gst_harness_get_testclock (GstHarness * h);
|
D | gstharness.c | 173 GstTestClock *testclock; 1398 GstTestClock * 1496 GstTestClock *testclock = h->priv->testclock; in gst_harness_crank_multiple_clock_waits()
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | gsttestclock.c | 31 GstTestClock *test_clock; 64 static GtuClockWaitContext *gst_test_util_wait_for_clock_id_begin (GstTestClock 114 gst_test_util_wait_for_clock_id_begin (GstTestClock * test_clock, GstClockID id, in gst_test_util_wait_for_clock_id_begin() 269 GstTestClock *test_clock; in GST_START_TEST() 346 GstTestClock *test_clock; in GST_START_TEST() 393 GstTestClock *test_clock; in GST_START_TEST() 446 GstTestClock *test_clock; in GST_START_TEST() 470 GstTestClock *test_clock; in GST_START_TEST() 494 GstTestClock *test_clock; in GST_START_TEST() 519 GstTestClock *test_clock; in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpjitterbuffer.c | 763 GstTestClock *testclock; in GST_START_TEST() 828 GstTestClock *testclock; in GST_START_TEST() 1156 GstTestClock *testclock; in GST_START_TEST() 1404 gst_test_clock_set_time_and_process (GstTestClock * testclock, in gst_test_clock_set_time_and_process() 1505 GstTestClock *testclock; in GST_START_TEST() 2088 GstTestClock *testclock; in GST_START_TEST() 2590 GstTestClock *testclock; in GST_START_TEST() 2733 GstTestClock *testclock; in GST_START_TEST()
|
D | rtpbin.c | 728 GstTestClock *tclock; in GST_START_TEST()
|
D | flvmux.c | 485 GstTestClock *tclock; in GST_START_TEST()
|
D | rtpsession.c | 133 GstTestClock *testclock;
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | adaptive_demux_engine.c | 468 GstTestClock *clock = GST_TEST_CLOCK (priv->engine.clock); in gst_adaptive_demux_update_test_clock()
|
D | webrtcbin.c | 66 GstTestClock *test_clock;
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 6424 We now have GstTestClock-based tests that validate the same logic, 10142 docs: add new GstTestClock API 10465 tests: Use GstTestClock for processing-deadline test 22807 To allow the GstTestClock to be used as a GstSystemClock, it is 22809 provides. This allows GstTestClock to be used as the system clock 44268 check: allow GstTestClock to handle clock notifications 44298 check: add GstTestClock as a deterministic clock for testing 44299 API: GstTestClock
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 74305 adaptivedemux: tests: use a GstTestClock as the system clock 74307 GstTestClock as the system clock. This allows the unit tests to complete 74322 system clock with a GstTestClock, allowing the test to control the
|