FFmpeg
|
Data Fields | |
const AVClass * | class |
char * | key [4] |
float | min |
float | max |
char * | fg_str [4] |
AVExpr * | fg_expr [4] |
uint8_t | bg [4] |
int | mode |
int | slide |
int | w |
int | h |
AVFrame * | out |
int | x |
int | prev_y [4] |
int | first [4] |
float * | values [4] |
int | values_size [4] |
int | nb_values |
Definition at line 32 of file f_drawgraph.c.
const AVClass* DrawGraphContext::class |
Definition at line 33 of file f_drawgraph.c.
char* DrawGraphContext::key[4] |
Definition at line 35 of file f_drawgraph.c.
float DrawGraphContext::min |
Definition at line 36 of file f_drawgraph.c.
float DrawGraphContext::max |
Definition at line 36 of file f_drawgraph.c.
char* DrawGraphContext::fg_str[4] |
Definition at line 37 of file f_drawgraph.c.
AVExpr* DrawGraphContext::fg_expr[4] |
Definition at line 38 of file f_drawgraph.c.
uint8_t DrawGraphContext::bg[4] |
Definition at line 39 of file f_drawgraph.c.
int DrawGraphContext::mode |
Definition at line 40 of file f_drawgraph.c.
int DrawGraphContext::slide |
Definition at line 41 of file f_drawgraph.c.
int DrawGraphContext::w |
Definition at line 42 of file f_drawgraph.c.
int DrawGraphContext::h |
Definition at line 42 of file f_drawgraph.c.
AVFrame* DrawGraphContext::out |
Definition at line 44 of file f_drawgraph.c.
int DrawGraphContext::x |
Definition at line 45 of file f_drawgraph.c.
int DrawGraphContext::prev_y[4] |
Definition at line 46 of file f_drawgraph.c.
int DrawGraphContext::first[4] |
Definition at line 47 of file f_drawgraph.c.
float* DrawGraphContext::values[4] |
Definition at line 48 of file f_drawgraph.c.
int DrawGraphContext::values_size[4] |
Definition at line 49 of file f_drawgraph.c.
int DrawGraphContext::nb_values |
Definition at line 50 of file f_drawgraph.c.