Home
last modified time | relevance | path

Searched refs:destroy_notify (Results 1 – 25 of 40) sorted by relevance

12

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioclock.c81 if (clock->destroy_notify && clock->user_data) in gst_audio_clock_dispose()
82 clock->destroy_notify (clock->user_data); in gst_audio_clock_dispose()
83 clock->destroy_notify = NULL; in gst_audio_clock_dispose()
104 gpointer user_data, GDestroyNotify destroy_notify) in gst_audio_clock_new() argument
112 aclock->destroy_notify = destroy_notify; in gst_audio_clock_new()
Dgstaudioclock.h76 GDestroyNotify destroy_notify; member
97 gpointer user_data, GDestroyNotify destroy_notify);
/third_party/glib/gio/
Dgioscheduler.c45 GDestroyNotify destroy_notify; member
58 if (job->destroy_notify) in g_io_job_free()
59 job->destroy_notify (job->data); in g_io_job_free()
128 job->destroy_notify = notify; in g_io_scheduler_push_job()
Dgsubprocesslauncher.h114 … GDestroyNotify destroy_notify);
Dgsubprocesslauncher.c703 GDestroyNotify destroy_notify) in g_subprocess_launcher_set_child_setup() argument
710 self->child_setup_destroy_notify = destroy_notify; in g_subprocess_launcher_set_child_setup()
/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dsctpassociation.h109 GstSctpAssociationPacketOutCb packet_out_cb, gpointer user_data, GDestroyNotify destroy_notify);
111 …AssociationPacketReceivedCb packet_received_cb, gpointer user_data, GDestroyNotify destroy_notify);
Dsctpassociation.c423 GDestroyNotify destroy_notify) in gst_sctp_association_set_on_packet_out() argument
432 self->packet_out_destroy_notify = destroy_notify; in gst_sctp_association_set_on_packet_out()
441 GDestroyNotify destroy_notify) in gst_sctp_association_set_on_packet_received() argument
450 self->packet_received_destroy_notify = destroy_notify; in gst_sctp_association_set_on_packet_received()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglwindow.h189 GDestroyNotify destroy_notify);
194 GDestroyNotify destroy_notify);
199 GDestroyNotify destroy_notify);
Dgstglwindow.c795 gpointer data, GDestroyNotify destroy_notify) in gst_gl_window_set_draw_callback() argument
806 window->draw_notify = destroy_notify; in gst_gl_window_set_draw_callback()
824 GstGLWindowResizeCB callback, gpointer data, GDestroyNotify destroy_notify) in gst_gl_window_set_resize_callback() argument
835 window->resize_notify = destroy_notify; in gst_gl_window_set_resize_callback()
853 gpointer data, GDestroyNotify destroy_notify) in gst_gl_window_set_close_callback() argument
864 window->close_notify = destroy_notify; in gst_gl_window_set_close_callback()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dconvertframe.c428 GDestroyNotify destroy_notify; member
486 if (ctx->destroy_notify) in convert_frame_dispatch_callback()
487 ctx->destroy_notify (ctx->user_data); in convert_frame_dispatch_callback()
686 GDestroyNotify destroy_notify) in gst_video_convert_sample_async() argument
732 ctx->destroy_notify = destroy_notify; in gst_video_convert_sample_async()
Dvideo.h162 GDestroyNotify destroy_notify);
/third_party/glib/glib/
Dgoption.h337 GDestroyNotify destroy_notify);
381 GDestroyNotify destroy_notify);
Dgoption.c276 GDestroyNotify destroy_notify; member
2329 group->destroy_notify = destroy; in g_option_group_new()
2395 if (group->destroy_notify) in g_option_group_unref()
2396 (* group->destroy_notify) (group->user_data); in g_option_group_unref()
2537 GDestroyNotify destroy_notify) in g_option_group_set_translate_func() argument
2546 group->translate_notify = destroy_notify; in g_option_group_set_translate_func()
2603 GDestroyNotify destroy_notify) in g_option_context_set_translate_func() argument
2612 context->translate_notify = destroy_notify; in g_option_context_set_translate_func()
/third_party/wayland_standard/tests/
Dresources-test.c83 destroy_notify(struct wl_listener *l, void *data) in destroy_notify() function
111 .notify = &destroy_notify in TEST()
/third_party/glib/gobject/
Dgbinding.c192 GDestroyNotify destroy_notify; member
199 GDestroyNotify destroy_notify) in transform_func_new() argument
206 func->destroy_notify = destroy_notify; in transform_func_new()
220 if (func->destroy_notify) in transform_func_clear()
221 func->destroy_notify (func->transform_data); in transform_func_clear()
/third_party/glib/glib/tests/
Dasyncqueue.c71 destroy_notify (gpointer item) in destroy_notify() function
81 q = g_async_queue_new_full (destroy_notify); in test_async_queue_destroy()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dcontext.hpp59 void destroy_notify(std::function<void ()> f);
Dcontext.cpp51 context::destroy_notify(std::function<void ()> f) { in destroy_notify() function in context
Dmemory.hpp60 void destroy_notify(std::function<void ()> f);
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgsteglimage.h66 GstEGLImageDestroyNotify destroy_notify; member
Dgsteglimage.c233 if (image->destroy_notify) in _gst_egl_image_free_thread()
234 image->destroy_notify (image, image->destroy_data); in _gst_egl_image_free_thread()
289 img->destroy_notify = user_data_destroy; in gst_egl_image_new_wrapped()
/third_party/gstreamer/gstreamer/gst/
Dgstbus.c116 GDestroyNotify destroy_notify; member
134 if (handler->destroy_notify) in sync_handler_unref()
135 handler->destroy_notify (handler->user_data); in sync_handler_unref()
739 new_handler->destroy_notify = notify; in gst_bus_set_sync_handler()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dcontext.cpp156 ctx.destroy_notify([=]{ pfn_notify(d_ctx, user_data); }); in clSetContextDestructorCallback()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstcollectpads.c83 GstCollectDataDestroyNotify destroy_notify; member
405 if (data->priv->destroy_notify) in unref_data()
406 data->priv->destroy_notify (data); in unref_data()
625 GstCollectDataDestroyNotify destroy_notify, gboolean lock) in gst_collect_pads_add_pad() argument
647 data->priv->destroy_notify = destroy_notify; in gst_collect_pads_add_pad()
/third_party/libsoup/libsoup/
Dsoup-message.h213 GDestroyNotify destroy_notify);

12