Searched refs:g_queue_peek_nth (Results 1 – 10 of 10) sorted by relevance
/third_party/glib/glib/tests/ |
D | queue.c | 417 gpointer elm = g_queue_peek_nth (q, n); in random_test() 447 g_assert (g_queue_peek_nth (q, j) == NULL); in random_test() 455 g_assert (g_queue_peek_nth (q, n) == NULL); in random_test() 463 g_assert (list->data == g_queue_peek_nth (q, n)); in random_test() 505 g_queue_remove (q, g_queue_peek_nth (q, get_random_position (q, TRUE))); in random_test() 518 g_queue_remove_all (q, g_queue_peek_nth (q, get_random_position (q, TRUE))); in random_test() 1142 g_assert_cmpint (GPOINTER_TO_INT (g_queue_peek_nth (q, 0)), ==, 1); in test_push_nth_link() 1150 g_assert_cmpint (GPOINTER_TO_INT (g_queue_peek_nth (q, 0)), ==, 2); in test_push_nth_link() 1158 g_assert_cmpint (GPOINTER_TO_INT (g_queue_peek_nth (q, 0)), ==, 3); in test_push_nth_link() 1168 g_assert_cmpint (GPOINTER_TO_INT (g_queue_peek_nth (q, 0)), ==, 4); in test_push_nth_link() [all …]
|
/third_party/glib/glib/ |
D | gqueue.h | 132 gpointer g_queue_peek_nth (GQueue *queue,
|
D | gqueue.c | 918 g_queue_peek_nth (GQueue *queue, in g_queue_peek_nth() function
|
/third_party/gstreamer/gstreamer/gst/ |
D | gststreamcollection.c | 332 return g_queue_peek_nth (&collection->priv->streams, index); in gst_stream_collection_get_stream()
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | vkimage.c | 173 mem = g_queue_peek_nth (stress->memories, rand); in get_unref_image_view()
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | rsninputselector.c | 786 cached_buffer = g_queue_peek_nth (selpad->cached_buffers, i); in gst_input_selector_debug_cached_buffers() 854 while ((cached_buffer = g_queue_peek_nth (selpad->cached_buffers, in gst_input_selector_cleanup_old_cached_buffers()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11deinterlace.cpp | 1716 (GstBuffer *) g_queue_peek_nth (&self->future_frame_queue, i); in gst_d3d11_deinterlace_transform() 1734 past_buf = (GstBuffer *) g_queue_peek_nth (&self->past_frame_queue, i); in gst_d3d11_deinterlace_transform()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitmuxsink.c | 2372 next_gop = g_queue_peek_nth (&splitmux->pending_input_gops, 1); in need_new_fragment() 2684 next_gop = g_queue_peek_nth (&splitmux->pending_input_gops, 1); in check_completed_gop() 3173 next_gop = g_queue_peek_nth (&splitmux->pending_input_gops, 1); in handle_mq_input()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstinputselector.c | 927 while ((cached_buffer = g_queue_peek_nth (selpad->cached_buffers, in gst_input_selector_cleanup_old_cached_buffers()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 2689 g_queue_peek_nth
|