FFmpeg
|
Data Fields | |
const AVClass * | class |
int | w |
int | h |
unsigned int | nb_frame |
AVRational | time_base |
AVRational | frame_rate |
int64_t | pts |
int64_t | duration |
duration expressed in microseconds More... | |
AVRational | sar |
sample aspect ratio More... | |
int | nb_decimals |
int | draw_once |
draw only the first frame, always put out the same picture More... | |
AVFrame * | picref |
cached reference containing the painted picture More... | |
void(* | fill_picture_fn )(AVFilterContext *ctx, AVFrame *frame) |
char * | color_str |
FFDrawContext | draw |
FFDrawColor | color |
uint8_t | color_rgba [4] |
uint8_t | rgba_map [4] |
Detailed Description
Definition at line 50 of file vsrc_testsrc.c.
Field Documentation
const AVClass* TestSourceContext::class |
Definition at line 51 of file vsrc_testsrc.c.
FFDrawColor TestSourceContext::color |
Definition at line 67 of file vsrc_testsrc.c.
Referenced by request_frame().
uint8_t TestSourceContext::color_rgba[4] |
Definition at line 68 of file vsrc_testsrc.c.
Referenced by init(), and request_frame().
char* TestSourceContext::color_str |
Definition at line 65 of file vsrc_testsrc.c.
Referenced by init().
FFDrawContext TestSourceContext::draw |
Definition at line 66 of file vsrc_testsrc.c.
Referenced by request_frame().
int TestSourceContext::draw_once |
draw only the first frame, always put out the same picture
Definition at line 59 of file vsrc_testsrc.c.
Referenced by request_frame().
int64_t TestSourceContext::duration |
duration expressed in microseconds
Definition at line 56 of file vsrc_testsrc.c.
Referenced by init(), and request_frame().
void(* TestSourceContext::fill_picture_fn) (AVFilterContext *ctx, AVFrame *frame) |
Definition at line 62 of file vsrc_testsrc.c.
Referenced by request_frame().
AVRational TestSourceContext::frame_rate |
Definition at line 54 of file vsrc_testsrc.c.
Referenced by config_props(), and init().
int TestSourceContext::h |
Definition at line 52 of file vsrc_testsrc.c.
Referenced by config_props(), init(), and request_frame().
int TestSourceContext::nb_decimals |
Definition at line 58 of file vsrc_testsrc.c.
Referenced by init(), and request_frame().
unsigned int TestSourceContext::nb_frame |
Definition at line 53 of file vsrc_testsrc.c.
Referenced by init(), and request_frame().
AVFrame* TestSourceContext::picref |
cached reference containing the painted picture
Definition at line 60 of file vsrc_testsrc.c.
Referenced by request_frame(), and uninit().
int64_t TestSourceContext::pts |
Definition at line 55 of file vsrc_testsrc.c.
Referenced by init(), and request_frame().
uint8_t TestSourceContext::rgba_map[4] |
Definition at line 71 of file vsrc_testsrc.c.
Referenced by request_frame().
AVRational TestSourceContext::sar |
sample aspect ratio
Definition at line 57 of file vsrc_testsrc.c.
Referenced by config_props(), init(), and request_frame().
AVRational TestSourceContext::time_base |
Definition at line 54 of file vsrc_testsrc.c.
Referenced by config_props(), init(), and request_frame().
int TestSourceContext::w |
Definition at line 52 of file vsrc_testsrc.c.
Referenced by config_props(), init(), and request_frame().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11