|
FFmpeg
|
#include <limits.h>#include <stdarg.h>#include <stdint.h>#include <stdio.h>#include <string.h>#include "avtextformat.h"#include "tf_internal.h"#include "tf_mermaid.h"#include "libavutil/bprint.h"#include "libavutil/mem.h"#include "libavutil/opt.h"Go to the source code of this file.
Data Structures | |
| struct | MermaidContext |
| struct | MermaidContext::section_data |
Macros | |
| #define | OFFSET(x) offsetof(MermaidContext, x) |
| #define | MM_INDENT() writer_printf(tfc, "%*c", mmc->indent_level * 2, ' ') |
Variables | |
| static const char * | init_directive |
| static const char * | init_directive_er |
| static const char * | theme_css_er |
| static const AVOption | mermaid_options [] |
| const AVTextFormatter | avtextformatter_mermaid |
| const AVTextFormatter | avtextformatter_mermaidhtml |
| #define OFFSET | ( | x | ) | offsetof(MermaidContext, x) |
Definition at line 160 of file tf_mermaid.c.
| #define MM_INDENT | ( | ) | writer_printf(tfc, "%*c", mmc->indent_level * 2, ' ') |
Definition at line 257 of file tf_mermaid.c.
| DEFINE_FORMATTER_CLASS | ( | mermaid | ) |
| void av_diagram_init | ( | AVTextFormatContext * | tfc, |
| AVDiagramConfig * | diagram_config | ||
| ) |
Definition at line 171 of file tf_mermaid.c.
Referenced by init_graphprint().
|
static |
Definition at line 177 of file tf_mermaid.c.
Referenced by mermaid_print_section_footer().
|
static |
Definition at line 193 of file tf_mermaid.c.
Referenced by mermaid_init_html().
|
static |
Definition at line 203 of file tf_mermaid.c.
|
static |
Definition at line 217 of file tf_mermaid.c.
|
static |
Definition at line 234 of file tf_mermaid.c.
Referenced by mermaid_print_section_header(), and mermaid_print_value().
|
static |
Definition at line 243 of file tf_mermaid.c.
Referenced by mermaid_print_section_footer(), and mermaid_print_section_header().
|
static |
Definition at line 259 of file tf_mermaid.c.
|
static |
Definition at line 413 of file tf_mermaid.c.
|
static |
Definition at line 552 of file tf_mermaid.c.
Referenced by mermaid_print_int(), and mermaid_print_str().
|
inlinestatic |
Definition at line 641 of file tf_mermaid.c.
|
static |
Definition at line 646 of file tf_mermaid.c.
|
static |
Definition at line 35 of file tf_mermaid.c.
Referenced by mermaid_print_section_header().
|
static |
Definition at line 59 of file tf_mermaid.c.
Referenced by mermaid_print_section_header().
|
static |
Definition at line 86 of file tf_mermaid.c.
Referenced by mermaid_print_section_header().
|
static |
Definition at line 162 of file tf_mermaid.c.
| const AVTextFormatter avtextformatter_mermaid |
Definition at line 651 of file tf_mermaid.c.
| const AVTextFormatter avtextformatter_mermaidhtml |
Definition at line 665 of file tf_mermaid.c.
1.8.17