Home
last modified time | relevance | path

Searched refs:do_stats (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/winks/
Dgstksvideosrc.c94 gboolean do_stats; member
241 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()
/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstrusage.c157 do_stats (GstTracer * obj, guint64 ts) in do_stats() function
403 gst_tracing_register_hook (tracer, hooks[i], G_CALLBACK (do_stats)); in gst_rusage_tracer_init()
/third_party/python/Lib/
Dpstats.py743 def do_stats(self, line): member in ProfileBrowser