Home
last modified time | relevance | path

Searched +defs:mode +defs:line +defs:process (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstinfo.c496 const gchar * file, const gchar * function, gint line, in gst_debug_log()
546 const gchar * file, const gchar * function, gint line, in gst_debug_log_valist()
598 const gchar * file, const gchar * function, gint line, in gst_debug_log_literal()
1234 const gchar * file, const gchar * function, gint line, in gst_debug_log_get_line()
1319 const gchar * file, const gchar * function, gint line, in gst_debug_log_default()
1638 gst_debug_set_color_mode (GstDebugColorMode mode) in gst_debug_set_color_mode()
1655 gst_debug_set_color_mode_from_string (const gchar * mode) in gst_debug_set_color_mode_from_string()
1675 GstDebugColorMode mode = g_atomic_int_get (&__use_color); in gst_debug_is_colored() local
2326 const gchar * func, gint line, GObject * obj, const gchar * msg, in _gst_debug_dump_mem()
2380 const gchar * file, const gchar * function, gint line, in gst_debug_log()
[all …]
/third_party/python/Lib/logging/
D__init__.py1144 def __init__(self, filename, mode='a', encoding=None, delay=False, errors=None): argument
1815 def process(self, msg, kwargs): member in LoggerAdapter
2229 def _showwarning(message, category, filename, lineno, file=None, line=None): argument