Home
last modified time | relevance | path

Searched refs:gst_clear_mini_object (Results 1 – 25 of 28) sorted by relevance

12

/third_party/gstreamer/gstreamer/gst/
Dgstminiobject.h245 void gst_clear_mini_object (GstMiniObject **object_ptr);
246 #define gst_clear_mini_object(object_ptr) g_clear_pointer ((object_ptr), gst_mini_object_unref) macro
Dgstbufferlist.h79 gst_clear_mini_object ((GstMiniObject **) list_ptr); in gst_clear_buffer_list()
Dgstminiobject.c706 #undef gst_clear_mini_object
708 gst_clear_mini_object (GstMiniObject ** object_ptr) in gst_clear_mini_object() function
Dgsturi.h376 gst_clear_mini_object ((GstMiniObject **) uri_ptr); in gst_clear_uri()
Dgstcaps.h209 gst_clear_mini_object ((GstMiniObject **) caps_ptr); in gst_clear_caps()
Dgstbufferlist.c599 gst_clear_mini_object ((GstMiniObject **) list_ptr); in gst_clear_buffer_list()
Dgsttaglist.h419 gst_clear_mini_object ((GstMiniObject **) taglist_ptr); in gst_clear_tag_list()
Dgstbuffer.h450 gst_clear_mini_object ((GstMiniObject **) buf_ptr); in gst_clear_buffer()
Dgstquery.h248 gst_clear_mini_object ((GstMiniObject **) query_ptr); in gst_clear_query()
Dgstevent.h437 gst_clear_mini_object ((GstMiniObject **) event_ptr); in gst_clear_event()
Dgstmessage.h380 gst_clear_mini_object ((GstMiniObject **) msg_ptr); in gst_clear_message()
Dgsttaglist.c2149 gst_clear_mini_object ((GstMiniObject **) taglist_ptr); in gst_clear_tag_list()
Dgstevent.c2505 gst_clear_mini_object ((GstMiniObject **) event_ptr); in gst_clear_event()
Dgstcaps.c2758 gst_clear_mini_object ((GstMiniObject **) caps_ptr); in gst_clear_caps()
Dgstquery.c2774 gst_clear_mini_object ((GstMiniObject **) query_ptr); in gst_clear_query()
Dgstbuffer.c2995 gst_clear_mini_object ((GstMiniObject **) buf_ptr); in gst_clear_buffer()
Dgsturi.c2961 gst_clear_mini_object ((GstMiniObject **) uri_ptr); in gst_clear_uri()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkimageview.h117 gst_clear_mini_object ((GstMiniObject **) view_ptr); in gst_clear_vulkan_image_view()
Dgstvkcommandbuffer.h120 gst_clear_mini_object ((GstMiniObject **) cmd_ptr); in gst_clear_vulkan_command_buffer()
Dgstvkdescriptorset.h125 gst_clear_mini_object ((GstMiniObject **) set_ptr); in gst_clear_vulkan_descriptor_set()
Dgstvkhandle.h182 gst_clear_mini_object ((GstMiniObject **) handle_ptr); in gst_clear_vulkan_handle()
Dgstvkfullscreenquad.c818 gst_clear_mini_object (((GstMiniObject **) & self->last_fence)); in gst_vulkan_full_screen_quad_finalize()
1175 gst_clear_mini_object ((GstMiniObject **) & cmd); in gst_vulkan_full_screen_quad_draw()
1176 gst_clear_mini_object ((GstMiniObject **) & fence); in gst_vulkan_full_screen_quad_draw()
1262 gst_clear_mini_object ((GstMiniObject **) & in_views[i]); in gst_vulkan_full_screen_quad_prepare_draw()
1264 gst_clear_mini_object ((GstMiniObject **) & out_views[i]); in gst_vulkan_full_screen_quad_prepare_draw()
/third_party/gstreamer/gstplugins_bad/ext/wpe/
DWPEThreadedView.cpp740 gst_clear_mini_object ((GstMiniObject **) &egl.pending); in handleExportedImage()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkcolorconvert.c1479 gst_clear_mini_object ((GstMiniObject **) & fence); in gst_vulkan_color_convert_transform()
Dvkviewconvert.c2018 gst_clear_mini_object ((GstMiniObject **) & fence); in gst_vulkan_view_convert_transform()

12