Home
last modified time | relevance | path

Searched refs:GstTracer (Results 1 – 20 of 20) sorted by relevance

/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstlog.c75 do_push_buffer_pre (GstTracer * self, guint64 ts, GstPad * pad, in do_push_buffer_pre()
84 do_push_buffer_post (GstTracer * self, guint64 ts, GstPad * pad, in do_push_buffer_post()
93 do_push_buffer_list_pre (GstTracer * self, guint64 ts, GstPad * pad, in do_push_buffer_list_pre()
102 do_push_buffer_list_post (GstTracer * self, guint64 ts, GstPad * pad, in do_push_buffer_list_post()
111 do_pull_range_pre (GstTracer * self, guint64 ts, GstPad * pad, guint64 offset, in do_pull_range_pre()
120 do_pull_range_post (GstTracer * self, guint64 ts, GstPad * pad, in do_pull_range_post()
129 do_push_event_pre (GstTracer * self, guint64 ts, GstPad * pad, GstEvent * event) in do_push_event_pre()
137 do_push_event_post (GstTracer * self, guint64 ts, GstPad * pad, gboolean res) in do_push_event_post()
145 do_pad_query_pre (GstTracer * self, guint64 ts, GstPad * pad, GstQuery * query) in do_pad_query_pre()
153 do_pad_query_post (GstTracer * self, guint64 ts, GstPad * pad, GstQuery * query, in do_pad_query_post()
[all …]
Dgstfactories.h32 FACTORIES_TRACER, GstTracer)
39 GstTracer parent;
Dgstleaks.c409 mini_object_created_cb (GstTracer * tracer, GstClockTime ts, in mini_object_created_cb()
418 object_created_cb (GstTracer * tracer, GstClockTime ts, GstObject * object) in object_created_cb()
462 object_reffed_cb (GstTracer * tracer, GstClockTime ts, GstObject * object, in object_reffed_cb()
472 object_unreffed_cb (GstTracer * tracer, GstClockTime ts, GstObject * object, in object_unreffed_cb()
482 mini_object_reffed_cb (GstTracer * tracer, GstClockTime ts, in mini_object_reffed_cb()
492 mini_object_unreffed_cb (GstTracer * tracer, GstClockTime ts, in mini_object_unreffed_cb()
525 GstTracer *tracer = GST_TRACER (object); in gst_leaks_tracer_constructed()
Dgstlatency.c335 do_push_buffer_pre (GstTracer * tracer, guint64 ts, GstPad * pad) in do_push_buffer_pre()
348 do_pull_range_pre (GstTracer * tracer, guint64 ts, GstPad * pad) in do_pull_range_pre()
361 do_pull_range_post (GstTracer * self, guint64 ts, GstPad * pad) in do_pull_range_post()
417 do_push_event_pre (GstTracer * self, guint64 ts, GstPad * pad, GstEvent * ev) in do_push_event_pre()
740 GstTracer *tracer = GST_TRACER (self); in gst_latency_tracer_init()
Dgstlog.h51 GstTracer parent;
Dgststats.h51 GstTracer parent;
Dgstlatency.h58 GstTracer parent;
Dgstrusage.h63 GstTracer parent;
Dgstleaks.h51 GstTracer parent;
Dgstrusage.c157 do_stats (GstTracer * obj, guint64 ts) in do_stats()
389 GstTracer *tracer = GST_TRACER (self); in gst_rusage_tracer_init()
Dgstfactories.c181 GstTracer *tracer = GST_TRACER (self); in gst_factories_tracer_init()
Dgststats.c790 GstTracer *tracer = GST_TRACER (self); in gst_stats_tracer_init()
/third_party/gstreamer/gstreamer/gst/
Dgsttracer.h32 typedef struct _GstTracer GstTracer; typedef
37 #define GST_TRACER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_TRACER,GstTracer))
42 #define GST_TRACER_CAST(obj) ((GstTracer *)(obj))
67 void gst_tracing_register_hook (GstTracer *tracer, const gchar *detail,
78 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstTracer, gst_object_unref)
Dgsttracer.c66 G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE (GstTracer, gst_tracer, GST_TYPE_OBJECT);
71 GstTracer *tracer = GST_TRACER (object); in gst_tracer_dispose()
92 gst_tracer_init (GstTracer * tracer) in gst_tracer_init()
101 GstTracer *self = GST_TRACER_CAST (object); in gst_tracer_set_property()
117 GstTracer *self = GST_TRACER_CAST (object); in gst_tracer_get_property()
Dgsttracerutils.c115 GstTracer *tracer; in _priv_gst_tracing_init()
166 gst_tracing_register_hook_id (GstTracer * tracer, GQuark detail, GCallback func) in gst_tracing_register_hook_id()
193 gst_tracing_register_hook (GstTracer * tracer, const gchar * detail, in gst_tracing_register_hook()
240 gst_tracing_register_hook (GstTracer * tracer, const gchar * detail, in gst_tracing_register_hook()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dleaks.c74 static GstTracer *
78 GstTracer *tracer = NULL; in get_tracer_by_name()
126 GstTracer *tracer = get_tracer_by_name ("plain"); in GST_START_TEST()
180 GstTracer *tracer = get_tracer_by_name ("plain"); in GST_START_TEST()
272 GstTracer *tracer = get_tracer_by_name ("more"); in GST_START_TEST()
344 GstTracer *tracer = get_tracer_by_name ("plain"); in GST_START_TEST()
384 GstTracer *tracer = get_tracer_by_name ("plain"); in GST_START_TEST()
427 GstTracer *tracer = get_tracer_by_name ("more"); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/wpe/wpe-extension/
Dgstwpebusmsgforwarder.c26 GstTracer parent;
163 GstTracer *tracer = GST_TRACER (object); in constructed()
Dgstwpeextension.h26 …NAL_TYPE (GstWpeBusMsgForwarder, gst_wpe_bus_msg_forwarder, GST, WPE_BUS_MSG_FORWARDER, GstTracer);
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c1735 GstTracer *tracer; in print_tracer_info()
1745 tracer = (GstTracer *) g_object_new (factory->type, NULL); in print_tracer_info()
/third_party/gstreamer/gstreamer/
DChangeLog3785 tracer: declare GstTracer API stable
21465 Remove old alloc tracing code now that we have a GstTracer-based replacement
23887 tracer: Initialize GstTracer _priv_tracers and quarks unconditionnally
24740 Only hide GstTracer and GstTracerRecord API behind GST_USE_UNSTABLE_API,
25090 Add GstTracer and GstTracerFactory to the core docs.