| FFmpeg
    | 
Go to the source code of this file.
| Macros | |
| #define | OFFSET(x) offsetof(StackHWContext, x) | 
| #define | FLAGS (AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_FILTERING_PARAM) | 
| #define | SET_OUTPUT_REGION(region, rx, ry, rw, rh) | 
| #define | STACK_COMMON_OPTS | 
| #define | DEFINE_HSTACK_OPTIONS(api) | 
| #define | DEFINE_VSTACK_OPTIONS(api) | 
| #define | DEFINE_XSTACK_OPTIONS(api) | 
| #define | DEFINE_STACK_FILTER(category, api, capi, filter_flags) | 
| Functions | |
| static int | init_framesync (AVFilterContext *avctx) | 
| static int | config_comm_output (AVFilterLink *outlink) | 
| static int | stack_init (AVFilterContext *avctx) | 
| static av_cold void | stack_uninit (AVFilterContext *avctx) | 
| static int | stack_activate (AVFilterContext *avctx) | 
| Variables | |
| static const AVFilterPad | stack_outputs [] | 
| #define OFFSET | ( | x | ) | offsetof(StackHWContext, x) | 
Definition at line 19 of file stack_internal.c.
| #define FLAGS (AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_FILTERING_PARAM) | 
Definition at line 20 of file stack_internal.c.
| #define SET_OUTPUT_REGION | ( | region, | |
| rx, | |||
| ry, | |||
| rw, | |||
| rh | |||
| ) | 
Definition at line 22 of file stack_internal.c.
| #define STACK_COMMON_OPTS | 
Definition at line 310 of file stack_internal.c.
| #define DEFINE_HSTACK_OPTIONS | ( | api | ) | 
Definition at line 314 of file stack_internal.c.
| #define DEFINE_VSTACK_OPTIONS | ( | api | ) | 
Definition at line 321 of file stack_internal.c.
| #define DEFINE_XSTACK_OPTIONS | ( | api | ) | 
Definition at line 328 of file stack_internal.c.
| #define DEFINE_STACK_FILTER | ( | category, | |
| api, | |||
| capi, | |||
| filter_flags | |||
| ) | 
Definition at line 338 of file stack_internal.c.
| 
 | static | 
Definition at line 29 of file stack_internal.c.
Referenced by config_comm_output().
| 
 | static | 
Definition at line 53 of file stack_internal.c.
Referenced by config_output().
| 
 | static | 
Definition at line 225 of file stack_internal.c.
Referenced by qsv_stack_init(), and vaapi_stack_init().
| 
 | static | 
Definition at line 288 of file stack_internal.c.
Referenced by qsv_stack_uninit(), and vaapi_stack_uninit().
| 
 | static | 
Definition at line 296 of file stack_internal.c.
| 
 | static | 
Definition at line 302 of file stack_internal.c.
 1.8.17
 1.8.17