Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/tools/
Dutils.c11 GstDebugColorMode color_mode;
/third_party/gstreamer/gstreamer/gst/
Dgstinfo.c1325 GstDebugColorMode color_mode; in gst_debug_log_default()
1622 GstDebugColorMode new_mode; in gst_debug_set_colored()
1638 gst_debug_set_color_mode (GstDebugColorMode mode) in gst_debug_set_color_mode()
1675 GstDebugColorMode mode = g_atomic_int_get (&__use_color); in gst_debug_is_colored()
1688 GstDebugColorMode
2455 gst_debug_set_color_mode (GstDebugColorMode mode) in gst_debug_set_color_mode()
2470 GstDebugColorMode
Dgstinfo.h205 } GstDebugColorMode; typedef
468 void gst_debug_set_color_mode (GstDebugColorMode mode);
477 GstDebugColorMode gst_debug_get_color_mode (void);
Dgst.c929 GstDebugColorMode coloring = gst_debug_get_color_mode (); in gst_debug_help()