Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkcommandpool.c89 g_queue_free_full (priv->available, (GDestroyNotify) do_free_buffer); in gst_vulkan_command_pool_finalize()
/third_party/glib/glib/
Dgqueue.h77 void g_queue_free_full (GQueue *queue,
Dgqueue.c108 g_queue_free_full (GQueue *queue, in g_queue_free_full() function
Dgmacros.h1145 …{ if (*_q) g_queue_free_full (*_q, (GDestroyNotify) (void(*)(void)) cleanup); } …
Dgmain.c765 g_queue_free_full((GQueue *) data, (GDestroyNotify) free_context); in free_context_stack()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dvkimage.c218 g_queue_free_full (stress.memories, (GDestroyNotify) gst_memory_unref); in GST_START_TEST()
/third_party/libsoup/libsoup/
Dsoup-cache-input-stream.c152 g_queue_free_full (priv->buffer_queue, (GDestroyNotify) soup_buffer_free); in soup_cache_input_stream_finalize()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpredenc.c450 g_queue_free_full (self->rtp_history, rtp_hist_item_free); in gst_rtp_red_enc_dispose()
Dgstrtpreddec.c493 g_queue_free_full (rtp_history, rtp_hist_item_free); in free_rtp_history()
/third_party/glib/gio/
Dgdbusprivate.c465 g_queue_free_full (worker->received_messages_while_frozen, (GDestroyNotify) g_object_unref); in _g_dbus_worker_unref()
467 g_queue_free_full (worker->write_queue, (GDestroyNotify) message_to_write_data_free); in _g_dbus_worker_unref()
1413 g_queue_free_full (send_queue, (GDestroyNotify) message_to_write_data_free); in iostream_close_cb()
/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstlatency.c140 g_queue_free_full (queue, latency_query_table_value_destroy); in latency_query_stack_destroy()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtptwcc.c135 g_queue_free_full (twcc->rtcp_buffers, (GDestroyNotify) gst_buffer_unref); in rtp_twcc_manager_finalize()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcvideodec.c465 g_queue_free_full (self->gl_queue, (GDestroyNotify) _gl_sync_unref); in gst_amc_video_dec_close()
549 g_queue_free_full (self->gl_queue, (GDestroyNotify) _gl_sync_unref); in gst_amc_video_dec_finalize()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmftransform.cpp372 g_queue_free_full (self->output_queue, (GDestroyNotify) release_mf_sample); in gst_mf_transform_finalize()
/third_party/gstreamer/gstreamer/tools/
Dgst-stats.c993 g_queue_free_full (element_reported_latencies, free_reported_latency); in done()
/third_party/glib/glib/tests/
Dqueue.c1229 g_queue_free_full (queue, free_func); in test_free_full()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstinputselector.c395 g_queue_free_full (selpad->cached_buffers, in gst_selector_pad_free_cached_buffers()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2668 g_queue_free_full
/third_party/glib/
DNEWS7451 667331 Use g_queue_free_full() convenience function
7484 * new g_queue_free_full() API similar to g_[s]list_free_full()
7493 657433 g_queue_free_full() missing
/third_party/gstreamer/gstreamer/
DChangeLog33405 g_queue_free_full().
/third_party/gstreamer/gstplugins_good/
DChangeLog7850 set_get_param_q is not a pointer so it is illegal to call g_queue_free_full().