Home
last modified time | relevance | path

Searched refs:destroy_notify (Results 1 – 25 of 28) 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/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/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/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);
Dmemory.cpp52 memory_obj::destroy_notify(std::function<void ()> f) { in destroy_notify() function in memory_obj
/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()
Dgstelement.c3814 GDestroyNotify destroy_notify; member
3823 if (async_data->destroy_notify) in gst_element_call_async_func()
3824 async_data->destroy_notify (async_data->user_data); in gst_element_call_async_func()
3851 gpointer user_data, GDestroyNotify destroy_notify) in gst_element_call_async() argument
3861 async_data->destroy_notify = destroy_notify; in gst_element_call_async()
Dgstelement.h1176 GDestroyNotify destroy_notify);
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dcontext.cpp156 ctx.destroy_notify([=]{ pfn_notify(d_ctx, user_data); }); in clSetContextDestructorCallback()
Dmemory.cpp574 mem.destroy_notify([=]{ pfn_notify(d_mem, user_data); }); in clSetMemObjectDestructorCallback()
/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()
Dgstcollectpads.h386 GstCollectDataDestroyNotify destroy_notify,
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsink.c87 GDestroyNotify destroy_notify; member
105 if (callbacks->destroy_notify) in callbacks_unref()
106 callbacks->destroy_notify (callbacks->user_data); in callbacks_unref()
1997 new_callbacks->destroy_notify = notify; in gst_app_sink_set_callbacks()
Dgstappsrc.c116 GDestroyNotify destroy_notify; member
134 if (callbacks->destroy_notify) in callbacks_unref()
135 callbacks->destroy_notify (callbacks->user_data); in callbacks_unref()
3003 new_callbacks->destroy_notify = notify; in gst_app_src_set_callbacks()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.h121 … GDestroyNotify destroy_notify);
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsconnection.c582 GDestroyNotify destroy_notify) in gst_dtls_connection_set_send_callback() argument
598 priv->send_callback_destroy_notify = destroy_notify; in gst_dtls_connection_set_send_callback()

12