|
FFmpeg
|
#include "libavutil/random_seed.h"#include "libavutil/opt.h"#include "vulkan_filter.h"#include "filters.h"#include "video.h"Go to the source code of this file.
Data Structures | |
| struct | ChromaticAberrationVulkanContext |
Macros | |
| #define | OFFSET(x) offsetof(ChromaticAberrationVulkanContext, x) |
| #define | FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Functions | |
| static av_cold int | init_filter (AVFilterContext *ctx, AVFrame *in) |
| static int | chromaber_vulkan_filter_frame (AVFilterLink *link, AVFrame *in) |
| static void | chromaber_vulkan_uninit (AVFilterContext *avctx) |
| AVFILTER_DEFINE_CLASS (chromaber_vulkan) | |
Variables | |
| const unsigned char | ff_chromaber_comp_spv_data [] |
| const unsigned int | ff_chromaber_comp_spv_len |
| static const AVOption | chromaber_vulkan_options [] |
| static const AVFilterPad | chromaber_vulkan_inputs [] |
| static const AVFilterPad | chromaber_vulkan_outputs [] |
| const FFFilter | ff_vf_chromaber_vulkan |
| #define OFFSET | ( | x | ) | offsetof(ChromaticAberrationVulkanContext, x) |
Definition at line 153 of file vf_chromaber_vulkan.c.
| #define FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Definition at line 154 of file vf_chromaber_vulkan.c.
|
static |
Definition at line 47 of file vf_chromaber_vulkan.c.
Referenced by chromaber_vulkan_filter_frame().
|
static |
Definition at line 102 of file vf_chromaber_vulkan.c.
|
static |
Definition at line 135 of file vf_chromaber_vulkan.c.
| AVFILTER_DEFINE_CLASS | ( | chromaber_vulkan | ) |
| const unsigned char ff_chromaber_comp_spv_data[] |
Referenced by init_filter().
| const unsigned int ff_chromaber_comp_spv_len |
Referenced by init_filter().
|
static |
Definition at line 155 of file vf_chromaber_vulkan.c.
|
static |
Definition at line 163 of file vf_chromaber_vulkan.c.
|
static |
Definition at line 172 of file vf_chromaber_vulkan.c.
| const FFFilter ff_vf_chromaber_vulkan |
Definition at line 180 of file vf_chromaber_vulkan.c.
1.8.17