Home
last modified time | relevance | path

Searched refs:av_vkfmt_from_pixfmt (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.h202 const VkFormat *av_vkfmt_from_pixfmt(enum AVPixelFormat p);
Dhwcontext_vulkan.c212 const VkFormat *av_vkfmt_from_pixfmt(enum AVPixelFormat p) in av_vkfmt_from_pixfmt() function
223 const VkFormat *fmt = av_vkfmt_from_pixfmt(p); in pixfmt_is_supported()
1582 const VkFormat *img_fmts = av_vkfmt_from_pixfmt(format); in create_frame()
1681 .format = av_vkfmt_from_pixfmt(hwfc->sw_format)[0], in try_export_flags()
2643 VkFormat plane_vkfmt = av_vkfmt_from_pixfmt(hwfc->sw_format)[i]; in vulkan_map_to_drm()
3082 if ((swf->format != AV_PIX_FMT_NONE && !av_vkfmt_from_pixfmt(swf->format))) { in vulkan_transfer_data()
/third_party/ffmpeg/libavfilter/
Dvf_avgblur_vulkan.c219 av_vkfmt_from_pixfmt(s->vkctx.input_format)[i],
224 av_vkfmt_from_pixfmt(s->vkctx.output_format)[i],
229 av_vkfmt_from_pixfmt(s->vkctx.output_format)[i],
Dvf_overlay_vulkan.c251 av_vkfmt_from_pixfmt(main_fc->sw_format)[i],
256 av_vkfmt_from_pixfmt(overlay_fc->sw_format)[i],
261 av_vkfmt_from_pixfmt(s->vkctx.output_format)[i],
Dvf_chromaber_vulkan.c188 av_vkfmt_from_pixfmt(s->vkctx.input_format)[i],
193 av_vkfmt_from_pixfmt(s->vkctx.output_format)[i],
Dvf_scale_vulkan.c311 av_vkfmt_from_pixfmt(s->vkctx.input_format)[i],
320 av_vkfmt_from_pixfmt(s->vkctx.output_format)[i],