Go to the documentation of this file.
69 NULL, (uint32_t []) { 32, 1, planes }, 0);
72 VK_SHADER_STAGE_COMPUTE_BIT);
77 .type = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
78 .stages = VK_SHADER_STAGE_COMPUTE_BIT,
83 .type = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
84 .stages = VK_SHADER_STAGE_COMPUTE_BIT,
98 s->opts.filter_len[0] =
s->size_x - 1;
99 s->opts.filter_len[1] =
s->size_y - 1;
101 s->opts.filter_norm[0] =
s->opts.filter_len[0]*2 + 1;
102 s->opts.filter_norm[0] = 1.0/(
s->opts.filter_norm[0]*
s->opts.filter_norm[0]);
103 s->opts.filter_norm[1] =
s->opts.filter_norm[0];
104 s->opts.filter_norm[2] =
s->opts.filter_norm[0];
105 s->opts.filter_norm[3] =
s->opts.filter_norm[0];
129 out, in, VK_NULL_HANDLE,
130 &
s->opts,
sizeof(
s->opts)));
159 #define OFFSET(x) offsetof(AvgBlurVulkanContext, x)
160 #define FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM)
188 .
p.
name =
"avgblur_vulkan",
190 .p.priv_class = &avgblur_vulkan_class,
AVFrame * ff_get_video_buffer(AVFilterLink *link, int w, int h)
Request a picture buffer with a specific set of permissions.
Filter the word “frame” indicates either a video frame or a group of audio as stored in an AVFrame structure Format for each input and each output the list of supported formats For video that means pixel format For audio that means channel sample they are references to shared objects When the negotiation mechanism computes the intersection of the formats supported at each end of a all references to both lists are replaced with a reference to the intersection And when a single format is eventually chosen for a link amongst the remaining all references to the list are updated That means that if a filter requires that its input and output have the same format amongst a supported all it has to do is use a reference to the same list of formats query_formats can leave some formats unset and return AVERROR(EAGAIN) to cause the negotiation mechanism toagain later. That can be used by filters with complex requirements to use the format negotiated on one link to set the formats supported on another. Frame references ownership and permissions
static const AVFilterPad avgblur_vulkan_outputs[]
void ff_vk_shader_free(FFVulkanContext *s, FFVulkanShader *shd)
Free a shader.
static const AVFilterPad avgblur_vulkan_inputs[]
int ff_filter_frame(AVFilterLink *link, AVFrame *frame)
Send a frame of data to the next filter.
int ff_vk_filter_process_simple(FFVulkanContext *vkctx, FFVkExecPool *e, FFVulkanShader *shd, AVFrame *out_f, AVFrame *in_f, VkSampler sampler, void *push_src, size_t push_size)
Submit a compute shader with a zero/one input and single out for execution.
int ff_vk_exec_pool_init(FFVulkanContext *s, AVVulkanDeviceQueueFamily *qf, FFVkExecPool *pool, int nb_contexts, int nb_queries, VkQueryType query_type, int query_64bit, const void *query_create_pnext)
Allocates/frees an execution pool.
void av_frame_free(AVFrame **frame)
Free the frame and any dynamically allocated objects in it, e.g.
#define FILTER_INPUTS(array)
This structure describes decoded (raw) audio or video data.
int ff_vk_filter_init(AVFilterContext *avctx)
General lavfi IO functions.
void ff_vk_uninit(FFVulkanContext *s)
Frees main context.
const char * name
Filter name.
static void avgblur_vulkan_uninit(AVFilterContext *avctx)
A link between two filters.
AVFILTER_DEFINE_CLASS(avgblur_vulkan)
@ AV_PIX_FMT_VULKAN
Vulkan hardware images.
int av_pix_fmt_count_planes(enum AVPixelFormat pix_fmt)
void * priv
private data for use by the filter
static const AVOption avgblur_vulkan_options[]
int ff_vk_shader_register_exec(FFVulkanContext *s, FFVkExecPool *pool, FFVulkanShader *shd)
Register a shader with an exec pool.
A filter pad used for either input or output.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
const unsigned char ff_avgblur_comp_spv_data[]
void ff_vk_exec_pool_free(FFVulkanContext *s, FFVkExecPool *pool)
#define FILTER_OUTPUTS(array)
Filter the word “frame” indicates either a video frame or a group of audio as stored in an AVFrame structure Format for each input and each output the list of supported formats For video that means pixel format For audio that means channel sample they are references to shared objects When the negotiation mechanism computes the intersection of the formats supported at each end of a link
int av_frame_copy_props(AVFrame *dst, const AVFrame *src)
Copy only "metadata" fields from src to dst.
int ff_vk_filter_config_output(AVFilterLink *outlink)
int ff_vk_shader_link(FFVulkanContext *s, FFVulkanShader *shd, const char *spirv, size_t spirv_len, const char *entrypoint)
Link a shader into an executable.
#define FF_FILTER_FLAG_HWFRAME_AWARE
The filter is aware of hardware frames, and any hardware frame context should not be automatically pr...
int(* init)(AVBSFContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define AVFILTER_FLAG_HWDEVICE
The filter can create hardware frames using AVFilterContext.hw_device_ctx.
static av_cold int init_filter(AVFilterContext *ctx, AVFrame *in)
static void uninit(AVBSFContext *ctx)
int w
agreed upon image width
const char * name
Pad name.
int ff_vk_shader_add_push_const(FFVulkanShader *shd, int offset, int size, VkShaderStageFlagBits stage)
Add/update push constants for execution.
AVVulkanDeviceQueueFamily * ff_vk_qf_find(FFVulkanContext *s, VkQueueFlagBits dev_family, VkVideoCodecOperationFlagBitsKHR vid_ops)
Chooses an appropriate QF.
static const struct @549 planes[]
int ff_vk_shader_add_descriptor_set(FFVulkanContext *s, FFVulkanShader *shd, const FFVulkanDescriptorSetBinding *desc, int nb, int singular, int print_to_shader_only)
Add descriptor to a shader.
int h
agreed upon image height
@ AV_OPT_TYPE_INT
Underlying C type is int.
struct AvgBlurVulkanContext::@379 opts
const unsigned int ff_avgblur_comp_spv_len
static int avgblur_vulkan_filter_frame(AVFilterLink *link, AVFrame *in)
int ff_vk_filter_config_input(AVFilterLink *inlink)
AVFilter p
The public AVFilter.
#define FILTER_SINGLE_PIXFMT(pix_fmt_)
int ff_vk_shader_load(FFVulkanShader *shd, VkPipelineStageFlags stage, VkSpecializationInfo *spec, uint32_t wg_size[3], uint32_t required_subgroup_size)
Initialize a shader object.
AVVulkanDeviceQueueFamily * qf
const FFFilter ff_vf_avgblur_vulkan