Home
last modified time | relevance | path

Searched refs:GstMiniObjectDisposeFunction (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstminiobject.h67 typedef gboolean (*GstMiniObjectDisposeFunction) (GstMiniObject *obj); typedef
219 GstMiniObjectDisposeFunction dispose;
232 GstMiniObjectDisposeFunction dispose_func,
Dgstminiobject.c163 GstMiniObjectDisposeFunction dispose_func, in gst_mini_object_init()
Dgstbuffer.c825 (GstMiniObjectDisposeFunction) _gst_buffer_dispose, in gst_buffer_init()
Dgstmessage.c269 (GstMiniObjectDisposeFunction) _gst_message_dispose, in gst_message_init()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkcommandbuffer.c92 NULL, (GstMiniObjectDisposeFunction) gst_vulkan_command_buffer_dispose, in gst_vulkan_command_buffer_init()
Dgstvkimageview.c115 (GstMiniObjectDisposeFunction) gst_vulkan_image_view_dispose, in gst_vulkan_image_view_new()
Dgstvkdescriptorset.c113 NULL, (GstMiniObjectDisposeFunction) gst_vulkan_descriptor_set_dispose, in gst_vulkan_descriptor_set_init()
Dgstvkfence.c123 NULL, (GstMiniObjectDisposeFunction) gst_vulkan_fence_dispose, in gst_vulkan_fence_new()
Dgstvktrash.c109 (GstMiniObjectDisposeFunction) gst_vulkan_trash_dispose, in gst_vulkan_trash_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/
Dgstmikey.c776 GstMiniObjectDisposeFunction clear; in gst_mikey_payload_new()
781 clear = (GstMiniObjectDisposeFunction) gst_mikey_payload_kemac_dispose; in gst_mikey_payload_new()
786 clear = (GstMiniObjectDisposeFunction) gst_mikey_payload_t_dispose; in gst_mikey_payload_new()
791 clear = (GstMiniObjectDisposeFunction) gst_mikey_payload_pke_dispose; in gst_mikey_payload_new()
802 clear = (GstMiniObjectDisposeFunction) gst_mikey_payload_sp_dispose; in gst_mikey_payload_new()
807 clear = (GstMiniObjectDisposeFunction) gst_mikey_payload_rand_dispose; in gst_mikey_payload_new()
814 clear = (GstMiniObjectDisposeFunction) gst_mikey_payload_key_data_dispose; in gst_mikey_payload_new()
/third_party/gstreamer/gstplugins_good/sys/ximage/
Dximageutil.c380 (GstMiniObjectDisposeFunction) gst_ximagesrc_buffer_dispose; in gst_ximageutil_ximage_new()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvcontext.c655 (GstMiniObjectDisposeFunction) NULL, in gst_xvcontext_new()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgldownloadelement.c478 static GstMiniObjectDisposeFunction parent_gst_buffer_dispose = NULL;
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2allocator.c163 (GstMiniObjectDisposeFunction) _v4l2mem_dispose; in _v4l2mem_new()