/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioclock.c | 81 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()
|
D | gstaudioclock.h | 76 GDestroyNotify destroy_notify; member 97 gpointer user_data, GDestroyNotify destroy_notify);
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglwindow.h | 189 GDestroyNotify destroy_notify); 194 GDestroyNotify destroy_notify); 199 GDestroyNotify destroy_notify);
|
D | gstglwindow.c | 795 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/ |
D | convertframe.c | 428 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()
|
D | video.h | 162 GDestroyNotify destroy_notify);
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/ |
D | sctpassociation.h | 109 GstSctpAssociationPacketOutCb packet_out_cb, gpointer user_data, GDestroyNotify destroy_notify); 111 …AssociationPacketReceivedCb packet_received_cb, gpointer user_data, GDestroyNotify destroy_notify);
|
D | sctpassociation.c | 423 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/ |
D | context.hpp | 59 void destroy_notify(std::function<void ()> f);
|
D | context.cpp | 51 context::destroy_notify(std::function<void ()> f) { in destroy_notify() function in context
|
D | memory.hpp | 60 void destroy_notify(std::function<void ()> f);
|
D | memory.cpp | 52 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/ |
D | gsteglimage.h | 66 GstEGLImageDestroyNotify destroy_notify; member
|
D | gsteglimage.c | 233 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/ |
D | gstbus.c | 116 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()
|
D | gstelement.c | 3814 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()
|
D | gstelement.h | 1176 GDestroyNotify destroy_notify);
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | context.cpp | 156 ctx.destroy_notify([=]{ pfn_notify(d_ctx, user_data); }); in clSetContextDestructorCallback()
|
D | memory.cpp | 574 mem.destroy_notify([=]{ pfn_notify(d_mem, user_data); }); in clSetMemObjectDestructorCallback()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstcollectpads.c | 83 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()
|
D | gstcollectpads.h | 386 GstCollectDataDestroyNotify destroy_notify,
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/ |
D | gstappsink.c | 87 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()
|
D | gstappsrc.c | 116 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/ |
D | gstrtspconnection.h | 121 … GDestroyNotify destroy_notify);
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlsconnection.c | 582 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()
|