Searched refs:g_queue_find (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/glib/tests/ |
D | queue.c | 319 g_assert (g_queue_find (q, GINT_TO_POINTER (first))); in random_test() 320 g_assert (g_queue_find (q, GINT_TO_POINTER (second))); in random_test() 324 g_assert (!g_queue_find (q, GINT_TO_POINTER (first))); in random_test() 325 g_assert (!g_queue_find (q, GINT_TO_POINTER (second))); in random_test() 353 qinf->head = g_queue_find (q, GINT_TO_POINTER (find_min(q))); in random_test() 354 qinf->tail = g_queue_find (q, GINT_TO_POINTER (find_max(q))); in random_test() 531 g_queue_insert_before (q, g_queue_find (q, x), x); in random_test() 545 g_queue_insert_after (q, g_queue_find (q, x), x); in random_test() 916 g_assert (g_queue_find (q, GINT_TO_POINTER (i))); in test_copy()
|
/third_party/glib/glib/ |
D | gqueue.h | 99 GList * g_queue_find (GQueue *queue,
|
D | gqueue.c | 299 g_queue_find (GQueue *queue, in g_queue_find() function
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideodecoder.c | 3275 link = g_queue_find (&dec->priv->frames, frame); in gst_video_decoder_release_frame() 4075 if (!g_queue_find (&priv->frames, frame)) { in gst_video_decoder_decode_frame()
|
D | gstvideoencoder.c | 2149 link = g_queue_find (&enc->priv->frames, frame); in gst_video_encoder_release_frame()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 2678 g_queue_find
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstbin.c | 2156 if ((find = g_queue_find (&bit->queue, element))) { in remove_from_queue()
|