Searched refs:do_stats (Results 1 – 3 of 3) sorted by relevance
94 gboolean do_stats; member241 priv->do_stats = DEFAULT_DO_STATS; in gst_ks_video_src_init()276 g_value_set_boolean (value, priv->do_stats); in gst_ks_video_src_get_property()324 priv->do_stats = g_value_get_boolean (value); in gst_ks_video_src_set_property()929 if (G_UNLIKELY (priv->do_stats)) in gst_ks_video_src_create()
157 do_stats (GstTracer * obj, guint64 ts) in do_stats() function403 gst_tracing_register_hook (tracer, hooks[i], G_CALLBACK (do_stats)); in gst_rusage_tracer_init()
743 def do_stats(self, line): member in ProfileBrowser