Home
last modified time | relevance | path

Searched refs:entry_contexts (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/check/
Dgsttestclock.c202 GList *entry_contexts; member
339 while (priv->entry_contexts != NULL) { in gst_test_clock_dispose()
340 GstClockEntryContext *ctx = priv->entry_contexts->data; in gst_test_clock_dispose()
522 GList *imminent_clock_id = g_list_first (priv->entry_contexts); in gst_test_clock_peek_next_pending_id_unlocked()
543 return g_list_length (priv->entry_contexts); in gst_test_clock_peek_id_count_unlocked()
563 priv->entry_contexts = g_list_insert_sorted (priv->entry_contexts, ctx, in gst_test_clock_add_entry()
578 priv->entry_contexts = g_list_remove (priv->entry_contexts, ctx); in gst_test_clock_remove_entry()
593 for (cur = priv->entry_contexts; cur != NULL; cur = cur->next) { in gst_test_clock_lookup_entry_context()
650 for (cur = priv->entry_contexts; cur != NULL; cur = cur->next) { in gst_test_clock_get_pending_id_list_unlocked()
888 while (priv->entry_contexts == NULL) in gst_test_clock_wait_for_next_pending_id()
[all …]