Tracing functions.
More...
Go to the source code of this file.
|
void | vlc_tracer_TraceWithTs (struct vlc_tracer *tracer, vlc_tick_t ts,...) |
| Emit traces. More...
|
|
static struct vlc_tracer_entry | vlc_tracer_entry_FromTick (const char *key, vlc_tick_t value) |
|
static struct vlc_tracer_entry | vlc_tracer_entry_FromString (const char *key, const char *value) |
|
static void | vlc_tracer_TraceStreamPTS (struct vlc_tracer *tracer, const char *type, const char *id, const char *stream, vlc_tick_t pts) |
|
static void | vlc_tracer_TraceStreamDTS (struct vlc_tracer *tracer, const char *type, const char *id, const char *stream, vlc_tick_t pts, vlc_tick_t dts) |
|
static void | vlc_tracer_TraceRender (struct vlc_tracer *tracer, const char *type, const char *id, vlc_tick_t now, vlc_tick_t pts) |
|
static void | vlc_tracer_TraceEvent (struct vlc_tracer *tracer, const char *type, const char *id, const char *event) |
|
static void | vlc_tracer_TracePCR (struct vlc_tracer *tracer, const char *type, const char *id, vlc_tick_t pcr) |
|