Searched defs:new_refcount (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstreamer/plugins/tracers/ |
D | gstleaks.c | 121 gint new_refcount; member 432 gint new_refcount, gboolean reffed, GstClockTime ts) in handle_object_reffed() 463 gint new_refcount) in object_reffed_cb() 473 gint new_refcount) in object_unreffed_cb() 483 GstMiniObject * object, gint new_refcount) in mini_object_reffed_cb() 493 GstMiniObject * object, gint new_refcount) in mini_object_unreffed_cb()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsttracerutils.h | 611 #define GST_TRACER_OBJECT_UNREFFED(object, new_refcount) G_STMT_START{ \ argument 628 #define GST_TRACER_OBJECT_REFFED(object, new_refcount) G_STMT_START{ \ argument 645 #define GST_TRACER_MINI_OBJECT_UNREFFED(object, new_refcount) G_STMT_START{ \ argument 662 #define GST_TRACER_MINI_OBJECT_REFFED(object, new_refcount) G_STMT_START{ \ argument
|
D | gstminiobject.c | 466 gint old_refcount, new_refcount; in gst_mini_object_ref() local 650 gint old_refcount, new_refcount; in gst_mini_object_unref() local
|
/third_party/node/src/ |
D | base_object.cc | 112 unsigned int new_refcount = --metadata->strong_ptr_count; in decrease_refcount() local
|