|
FFmpeg
|
#include "libavutil/opt.h"#include "vulkan_filter.h"#include "filters.h"#include "framesync.h"#include "video.h"Go to the source code of this file.
Data Structures | |
| struct | OverlayVulkanContext |
Macros | |
| #define | OFFSET(x) offsetof(OverlayVulkanContext, x) |
| #define | FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Functions | |
| static av_cold int | init_filter (AVFilterContext *ctx) |
| static int | overlay_vulkan_blend (FFFrameSync *fs) |
| static int | overlay_vulkan_config_output (AVFilterLink *outlink) |
| static int | overlay_vulkan_activate (AVFilterContext *avctx) |
| static av_cold int | overlay_vulkan_init (AVFilterContext *avctx) |
| static void | overlay_vulkan_uninit (AVFilterContext *avctx) |
| AVFILTER_DEFINE_CLASS (overlay_vulkan) | |
Variables | |
| const unsigned char | ff_overlay_comp_spv_data [] |
| const unsigned int | ff_overlay_comp_spv_len |
| static const AVOption | overlay_vulkan_options [] |
| static const AVFilterPad | overlay_vulkan_inputs [] |
| static const AVFilterPad | overlay_vulkan_outputs [] |
| const FFFilter | ff_vf_overlay_vulkan |
| #define OFFSET | ( | x | ) | offsetof(OverlayVulkanContext, x) |
Definition at line 226 of file vf_overlay_vulkan.c.
| #define FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Definition at line 227 of file vf_overlay_vulkan.c.
|
static |
Definition at line 52 of file vf_overlay_vulkan.c.
Referenced by overlay_vulkan_blend().
|
static |
Definition at line 126 of file vf_overlay_vulkan.c.
Referenced by overlay_vulkan_init().
|
static |
Definition at line 179 of file vf_overlay_vulkan.c.
|
static |
Definition at line 196 of file vf_overlay_vulkan.c.
|
static |
Definition at line 203 of file vf_overlay_vulkan.c.
|
static |
Definition at line 212 of file vf_overlay_vulkan.c.
| AVFILTER_DEFINE_CLASS | ( | overlay_vulkan | ) |
| const unsigned char ff_overlay_comp_spv_data[] |
Referenced by init_filter().
| const unsigned int ff_overlay_comp_spv_len |
Referenced by init_filter().
|
static |
Definition at line 228 of file vf_overlay_vulkan.c.
|
static |
Definition at line 236 of file vf_overlay_vulkan.c.
|
static |
Definition at line 249 of file vf_overlay_vulkan.c.
| const FFFilter ff_vf_overlay_vulkan |
Definition at line 257 of file vf_overlay_vulkan.c.
1.8.17