Data Fields | |
const AVClass * | class |
int | h |
int | w |
unsigned int | nb_frame |
AVRational | time_base |
int64_t | pts |
int64_t | max_pts |
char * | size |
video frame size | |
char * | rate |
video frame rate | |
char * | duration |
total duration of the generated video | |
AVRational | sar |
sample aspect ratio | |
void(* | fill_picture_fn )(AVFilterContext *ctx, AVFilterBufferRef *picref) |
int | rgba_map [4] |
Definition at line 41 of file vsrc_testsrc.c.
const AVClass* TestSourceContext::class |
Definition at line 42 of file vsrc_testsrc.c.
char* TestSourceContext::duration |
total duration of the generated video
Definition at line 49 of file vsrc_testsrc.c.
Referenced by init_common().
void(* TestSourceContext::fill_picture_fn)(AVFilterContext *ctx, AVFilterBufferRef *picref) |
Definition at line 52 of file vsrc_testsrc.c.
Referenced by request_frame().
int TestSourceContext::h |
Definition at line 43 of file vsrc_testsrc.c.
Referenced by config_props(), init_common(), and request_frame().
int64_t TestSourceContext::max_pts |
Definition at line 46 of file vsrc_testsrc.c.
Referenced by init_common(), and request_frame().
unsigned int TestSourceContext::nb_frame |
Definition at line 44 of file vsrc_testsrc.c.
Referenced by init_common(), and request_frame().
int64_t TestSourceContext::pts |
Definition at line 46 of file vsrc_testsrc.c.
Referenced by init_common(), and request_frame().
char* TestSourceContext::rate |
int TestSourceContext::rgba_map[4] |
Definition at line 55 of file vsrc_testsrc.c.
AVRational TestSourceContext::sar |
sample aspect ratio
Definition at line 50 of file vsrc_testsrc.c.
Referenced by config_props(), init_common(), and request_frame().
char* TestSourceContext::size |
AVRational TestSourceContext::time_base |
Definition at line 45 of file vsrc_testsrc.c.
Referenced by config_props(), and init_common().
int TestSourceContext::w |
Definition at line 43 of file vsrc_testsrc.c.
Referenced by config_props(), init_common(), and request_frame().