Go to the source code of this file.
|
enum | {
MODE_QUEUE = 1 << 0,
MODE_FCIN = 1 << 1,
MODE_FCOUT = 1 << 2,
MODE_PTS = 1 << 3,
MODE_TIME = 1 << 4,
MODE_TB = 1 << 5,
MODE_FMT = 1 << 6,
MODE_SIZE = 1 << 7,
MODE_RATE = 1 << 8,
MODE_EOF = 1 << 9,
MODE_SCIN = 1 << 10,
MODE_SCOUT = 1 << 11
} |
|
|
static int | query_formats (AVFilterContext *ctx) |
|
static void | clear_image (GraphMonitorContext *s, AVFrame *out, AVFilterLink *outlink) |
|
static void | drawtext (AVFrame *pic, int x, int y, const char *txt, uint8_t *color) |
|
static int | filter_have_queued (AVFilterContext *filter) |
|
static void | draw_items (AVFilterContext *ctx, AVFrame *out, int xpos, int ypos, AVFilterLink *l, size_t frames) |
|
static int | create_frame (AVFilterContext *ctx, int64_t pts) |
|
static int | activate (AVFilterContext *ctx) |
|
static int | config_output (AVFilterLink *outlink) |
|
| AVFILTER_DEFINE_CLASS_EXT (graphmonitor, "(a)graphmonitor", graphmonitor_options) |
|
◆ OFFSET
◆ VF
◆ anonymous enum
Enumerator |
---|
MODE_QUEUE | |
MODE_FCIN | |
MODE_FCOUT | |
MODE_PTS | |
MODE_TIME | |
MODE_TB | |
MODE_FMT | |
MODE_SIZE | |
MODE_RATE | |
MODE_EOF | |
MODE_SCIN | |
MODE_SCOUT | |
Definition at line 54 of file f_graphmonitor.c.
◆ query_formats()
◆ clear_image()
◆ drawtext()
static void drawtext |
( |
AVFrame * |
pic, |
|
|
int |
x, |
|
|
int |
y, |
|
|
const char * |
txt, |
|
|
uint8_t * |
color |
|
) |
| |
|
static |
◆ filter_have_queued()
◆ draw_items()
◆ create_frame()
◆ activate()
◆ config_output()
◆ AVFILTER_DEFINE_CLASS_EXT()
◆ graphmonitor_options