Data Fields | |
const AVClass * | class |
int | w |
int | h |
unsigned int | nb_frame |
AVRational | time_base |
AVRational | frame_rate |
int64_t | pts |
char * | frame_rate_str |
video frame rate | |
char * | duration_str |
total duration of the generated video | |
int64_t | duration |
duration expressed in microseconds | |
AVRational | sar |
sample aspect ratio | |
int | nb_decimals |
int | draw_once |
draw only the first frame, always put out the same picture | |
AVFilterBufferRef * | picref |
cached reference containing the painted picture | |
void(* | fill_picture_fn )(AVFilterContext *ctx, AVFilterBufferRef *picref) |
char * | color_str |
FFDrawContext | draw |
FFDrawColor | color |
uint8_t | color_rgba [4] |
uint8_t | rgba_map [4] |
Definition at line 49 of file vsrc_testsrc.c.
const AVClass* TestSourceContext::class |
Definition at line 50 of file vsrc_testsrc.c.
Definition at line 68 of file vsrc_testsrc.c.
Definition at line 67 of file vsrc_testsrc.c.
draw only the first frame, always put out the same picture
Definition at line 60 of file vsrc_testsrc.c.
Referenced by request_frame().
int64_t TestSourceContext::duration |
duration expressed in microseconds
Definition at line 57 of file vsrc_testsrc.c.
Referenced by init(), and request_frame().
total duration of the generated video
Definition at line 56 of file vsrc_testsrc.c.
Referenced by init().
void(* TestSourceContext::fill_picture_fn)(AVFilterContext *ctx, AVFilterBufferRef *picref) |
Referenced by request_frame().
Definition at line 51 of file vsrc_testsrc.c.
Referenced by config_props(), init(), and request_frame().
unsigned int TestSourceContext::nb_frame |
cached reference containing the painted picture
Definition at line 61 of file vsrc_testsrc.c.
Referenced by request_frame(), and uninit().
int64_t TestSourceContext::pts |
Definition at line 72 of file vsrc_testsrc.c.
sample aspect ratio
Definition at line 58 of file vsrc_testsrc.c.
Referenced by config_props(), init(), and request_frame().
Definition at line 53 of file vsrc_testsrc.c.
Referenced by config_props(), init(), and request_frame().
Definition at line 51 of file vsrc_testsrc.c.
Referenced by config_props(), init(), and request_frame().