Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgsttracerutils.c143 GList *h_list, *h_node, *t_node; in _priv_gst_tracing_deinit() local
153 for (t_node = h_node->data; t_node; t_node = g_list_next (t_node)) { in _priv_gst_tracing_deinit()
154 hook = (GstTracerHook *) t_node->data; in _priv_gst_tracing_deinit()
213 GList *tracers, *h_list, *h_node, *t_node; in gst_tracing_get_active_tracers() local
222 for (t_node = h_node->data; t_node; t_node = g_list_next (t_node)) { in gst_tracing_get_active_tracers()
223 hook = (GstTracerHook *) t_node->data; in gst_tracing_get_active_tracers()