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.c506 const gchar * file, const gchar * function, gint line, in gst_debug_log()
556 const gchar * file, const gchar * function, gint line, in gst_debug_log_valist()
1150 const gchar * file, const gchar * function, gint line, in gst_debug_log_default()
1485 gst_debug_set_color_mode (GstDebugColorMode mode) in gst_debug_set_color_mode()
1502 gst_debug_set_color_mode_from_string (const gchar * mode) in gst_debug_set_color_mode_from_string()
1522 GstDebugColorMode mode = g_atomic_int_get (&__use_color); in gst_debug_is_colored() local
2147 const gchar * func, gint line, GObject * obj, const gchar * msg, in _gst_debug_dump_mem()
2201 const gchar * file, const gchar * function, gint line, in gst_debug_log()
2208 const gchar * file, const gchar * function, gint line, in gst_debug_log_valist()
2221 const gchar * file, const gchar * function, gint line, in gst_debug_log_default()
[all …]
/third_party/python/Lib/logging/
D__init__.py1123 def __init__(self, filename, mode='a', encoding=None, delay=False, errors=None): argument
1776 def process(self, msg, kwargs): member in LoggerAdapter
2184 def _showwarning(message, category, filename, lineno, file=None, line=None): argument