FFmpeg
|
#include "libavutil/random_seed.h"
#include "libavutil/opt.h"
#include "vulkan.h"
#include "internal.h"
#include "framesync.h"
Go to the source code of this file.
Data Structures | |
struct | OverlayVulkanContext |
Macros | |
#define | CGROUPS (int [3]){ 32, 32, 1 } |
#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 | process_frames (AVFilterContext *avctx, AVFrame *out_f, AVFrame *main_f, AVFrame *overlay_f) |
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 | |
static const char | overlay_noalpha [] |
static const char | overlay_alpha [] |
static const AVOption | overlay_vulkan_options [] |
static const AVFilterPad | overlay_vulkan_inputs [] |
static const AVFilterPad | overlay_vulkan_outputs [] |
AVFilter | ff_vf_overlay_vulkan |
#define CGROUPS (int [3]){ 32, 32, 1 } |
Definition at line 25 of file vf_overlay_vulkan.c.
#define OFFSET | ( | x | ) | offsetof(OverlayVulkanContext, x) |
Definition at line 445 of file vf_overlay_vulkan.c.
#define FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Definition at line 446 of file vf_overlay_vulkan.c.
|
static |
Definition at line 79 of file vf_overlay_vulkan.c.
Referenced by overlay_vulkan_blend().
|
static |
Definition at line 229 of file vf_overlay_vulkan.c.
Referenced by overlay_vulkan_blend().
|
static |
Definition at line 349 of file vf_overlay_vulkan.c.
Referenced by overlay_vulkan_init().
|
static |
Definition at line 400 of file vf_overlay_vulkan.c.
|
static |
Definition at line 417 of file vf_overlay_vulkan.c.
|
static |
Definition at line 424 of file vf_overlay_vulkan.c.
|
static |
Definition at line 433 of file vf_overlay_vulkan.c.
AVFILTER_DEFINE_CLASS | ( | overlay_vulkan | ) |
|
static |
Definition at line 48 of file vf_overlay_vulkan.c.
Referenced by init_filter().
|
static |
Definition at line 63 of file vf_overlay_vulkan.c.
Referenced by init_filter().
|
static |
Definition at line 447 of file vf_overlay_vulkan.c.
|
static |
Definition at line 455 of file vf_overlay_vulkan.c.
|
static |
Definition at line 469 of file vf_overlay_vulkan.c.
AVFilter ff_vf_overlay_vulkan |
Definition at line 478 of file vf_overlay_vulkan.c.