|
FFmpeg
|
#include <inttypes.h>#include <limits.h>#include <stdarg.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 159 of file tf_mermaid.c.
| #define MM_INDENT | ( | ) | writer_printf(tfc, "%*c", mmc->indent_level * 2, ' ') |
Definition at line 256 of file tf_mermaid.c.
| DEFINE_FORMATTER_CLASS | ( | mermaid | ) |
| void av_diagram_init | ( | AVTextFormatContext * | tfc, |
| AVDiagramConfig * | diagram_config | ||
| ) |
Definition at line 170 of file tf_mermaid.c.
Referenced by init_graphprint().
|
static |
Definition at line 176 of file tf_mermaid.c.
Referenced by mermaid_print_section_footer().
|
static |
Definition at line 192 of file tf_mermaid.c.
Referenced by mermaid_init_html().
|
static |
Definition at line 202 of file tf_mermaid.c.
|
static |
Definition at line 216 of file tf_mermaid.c.
|
static |
Definition at line 233 of file tf_mermaid.c.
Referenced by mermaid_print_section_header(), and mermaid_print_value().
|
static |
Definition at line 242 of file tf_mermaid.c.
Referenced by mermaid_print_section_footer(), and mermaid_print_section_header().
|
static |
Definition at line 258 of file tf_mermaid.c.
|
static |
Definition at line 412 of file tf_mermaid.c.
|
static |
Definition at line 551 of file tf_mermaid.c.
Referenced by mermaid_print_int(), and mermaid_print_str().
|
inlinestatic |
Definition at line 640 of file tf_mermaid.c.
|
static |
Definition at line 645 of file tf_mermaid.c.
|
static |
Definition at line 34 of file tf_mermaid.c.
Referenced by mermaid_print_section_header().
|
static |
Definition at line 58 of file tf_mermaid.c.
Referenced by mermaid_print_section_header().
|
static |
Definition at line 85 of file tf_mermaid.c.
Referenced by mermaid_print_section_header().
|
static |
Definition at line 161 of file tf_mermaid.c.
| const AVTextFormatter avtextformatter_mermaid |
Definition at line 650 of file tf_mermaid.c.
| const AVTextFormatter avtextformatter_mermaidhtml |
Definition at line 664 of file tf_mermaid.c.
1.8.17