FFmpeg
|
Data Fields | |
const AVClass * | class |
int64_t | mapping |
enum AVPixelFormat | out_fmt |
int | nb_inputs |
int | nb_planes |
int | planewidth [4] |
int | planeheight [4] |
int | map [4][2] |
const AVPixFmtDescriptor * | outdesc |
FFFrameSync | fs |
Definition at line 37 of file vf_mergeplanes.c.
const AVClass* MergePlanesContext::class |
Definition at line 38 of file vf_mergeplanes.c.
int64_t MergePlanesContext::mapping |
Definition at line 39 of file vf_mergeplanes.c.
Referenced by init().
enum AVPixelFormat MergePlanesContext::out_fmt |
Definition at line 40 of file vf_mergeplanes.c.
Referenced by init(), and query_formats().
int MergePlanesContext::nb_inputs |
Definition at line 41 of file vf_mergeplanes.c.
Referenced by config_output(), init(), process_frame(), and query_formats().
int MergePlanesContext::nb_planes |
Definition at line 42 of file vf_mergeplanes.c.
Referenced by config_output(), init(), and process_frame().
int MergePlanesContext::planewidth[4] |
Definition at line 43 of file vf_mergeplanes.c.
Referenced by config_output(), and process_frame().
int MergePlanesContext::planeheight[4] |
Definition at line 44 of file vf_mergeplanes.c.
Referenced by config_output(), and process_frame().
int MergePlanesContext::map[4][2] |
Definition at line 45 of file vf_mergeplanes.c.
Referenced by config_output(), init(), and process_frame().
const AVPixFmtDescriptor* MergePlanesContext::outdesc |
Definition at line 46 of file vf_mergeplanes.c.
Referenced by config_output(), init(), and query_formats().
FFFrameSync MergePlanesContext::fs |
Definition at line 48 of file vf_mergeplanes.c.
Referenced by config_output(), filter_frame(), process_frame(), request_frame(), and uninit().