|
FFmpeg
|
#include "libavutil/opt.h"#include "vulkan_filter.h"#include "filters.h"#include "framesync.h"#include "blend.h"#include "video.h"Go to the source code of this file.
Data Structures | |
| struct | FilterParamsVulkan |
| struct | BlendVulkanContext |
Macros | |
| #define | IN_TOP 0 |
| #define | IN_BOTTOM 1 |
| #define | OFFSET(x) offsetof(BlendVulkanContext, x) |
| #define | FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Functions | |
| static int | config_params (AVFilterContext *avctx) |
| static int | process_command (AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags) |
| static av_cold int | init_filter (AVFilterContext *avctx) |
| static int | blend_frame (FFFrameSync *fs) |
| static av_cold int | init (AVFilterContext *avctx) |
| static av_cold void | uninit (AVFilterContext *avctx) |
| static int | config_props_output (AVFilterLink *outlink) |
| static int | activate (AVFilterContext *avctx) |
| AVFILTER_DEFINE_CLASS (blend_vulkan) | |
Variables | |
| const unsigned char | ff_blend_comp_spv_data [] |
| const unsigned int | ff_blend_comp_spv_len |
| static const AVOption | blend_vulkan_options [] |
| static const AVFilterPad | blend_vulkan_inputs [] |
| static const AVFilterPad | blend_vulkan_outputs [] |
| const FFFilter | ff_vf_blend_vulkan |
| #define IN_TOP 0 |
Definition at line 35 of file vf_blend_vulkan.c.
| #define IN_BOTTOM 1 |
Definition at line 36 of file vf_blend_vulkan.c.
| #define OFFSET | ( | x | ) | offsetof(BlendVulkanContext, x) |
Definition at line 254 of file vf_blend_vulkan.c.
| #define FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Definition at line 255 of file vf_blend_vulkan.c.
|
static |
Definition at line 58 of file vf_blend_vulkan.c.
Referenced by config_props_output(), init_filter(), and process_command().
|
static |
Definition at line 79 of file vf_blend_vulkan.c.
|
static |
Definition at line 89 of file vf_blend_vulkan.c.
Referenced by blend_frame().
|
static |
Definition at line 148 of file vf_blend_vulkan.c.
Referenced by init().
|
static |
Definition at line 190 of file vf_blend_vulkan.c.
|
static |
Definition at line 199 of file vf_blend_vulkan.c.
|
static |
Definition at line 213 of file vf_blend_vulkan.c.
|
static |
Definition at line 248 of file vf_blend_vulkan.c.
| AVFILTER_DEFINE_CLASS | ( | blend_vulkan | ) |
| const unsigned char ff_blend_comp_spv_data[] |
Referenced by init_filter().
| const unsigned int ff_blend_comp_spv_len |
Referenced by init_filter().
|
static |
Definition at line 257 of file vf_blend_vulkan.c.
|
static |
Definition at line 317 of file vf_blend_vulkan.c.
|
static |
Definition at line 331 of file vf_blend_vulkan.c.
| const FFFilter ff_vf_blend_vulkan |
Definition at line 339 of file vf_blend_vulkan.c.
1.8.17