FFmpeg
|
Data Fields | |
const AVClass * | class |
int | w |
int | h |
int | type |
AVRational | frame_rate |
uint64_t | pts |
int64_t | seed |
int | jump |
int | pos_x |
int | pos_y |
int | dest_x |
int | dest_y |
AVLFG | lfg |
int(* | draw_slice )(AVFilterContext *ctx, void *arg, int job, int nb_jobs) |
Definition at line 39 of file vsrc_sierpinski.c.
const AVClass* SierpinskiContext::class |
Definition at line 40 of file vsrc_sierpinski.c.
int SierpinskiContext::w |
Definition at line 41 of file vsrc_sierpinski.c.
Referenced by config_output(), and sierpinski_request_frame().
int SierpinskiContext::h |
Definition at line 41 of file vsrc_sierpinski.c.
Referenced by config_output(), and sierpinski_request_frame().
int SierpinskiContext::type |
Definition at line 42 of file vsrc_sierpinski.c.
Referenced by config_output().
AVRational SierpinskiContext::frame_rate |
Definition at line 43 of file vsrc_sierpinski.c.
Referenced by config_output().
uint64_t SierpinskiContext::pts |
Definition at line 44 of file vsrc_sierpinski.c.
Referenced by sierpinski_request_frame().
int64_t SierpinskiContext::seed |
Definition at line 46 of file vsrc_sierpinski.c.
Referenced by config_output().
int SierpinskiContext::jump |
Definition at line 47 of file vsrc_sierpinski.c.
Referenced by draw_sierpinski().
int SierpinskiContext::pos_x |
Definition at line 49 of file vsrc_sierpinski.c.
Referenced by draw_sierpinski(), draw_triangle_slice(), and fill_sierpinski().
int SierpinskiContext::pos_y |
Definition at line 49 of file vsrc_sierpinski.c.
Referenced by draw_sierpinski(), draw_triangle_slice(), and fill_sierpinski().
int SierpinskiContext::dest_x |
Definition at line 50 of file vsrc_sierpinski.c.
Referenced by draw_sierpinski().
int SierpinskiContext::dest_y |
Definition at line 50 of file vsrc_sierpinski.c.
Referenced by draw_sierpinski().
AVLFG SierpinskiContext::lfg |
Definition at line 52 of file vsrc_sierpinski.c.
Referenced by config_output(), and draw_sierpinski().
Definition at line 53 of file vsrc_sierpinski.c.
Referenced by config_output(), and draw_sierpinski().