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.
Referenced by rgbtest_init(), and test_init().
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(), rgbtest_init(), and test_init().
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(), request_frame(), and test_fill_picture().
| 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.
Referenced by rgbtest_config_props(), and rgbtest_fill_picture().
sample aspect ratio
Definition at line 50 of file vsrc_testsrc.c.
Referenced by config_props(), init_common(), and request_frame().
| char* TestSourceContext::size |
Definition at line 45 of file vsrc_testsrc.c.
Referenced by config_props(), init_common(), and test_fill_picture().
Definition at line 43 of file vsrc_testsrc.c.
Referenced by config_props(), init_common(), and request_frame().