Searched refs:av_vkfmt_from_pixfmt (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | hwcontext_vulkan.h | 202 const VkFormat *av_vkfmt_from_pixfmt(enum AVPixelFormat p);
|
D | hwcontext_vulkan.c | 212 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/ |
D | vf_avgblur_vulkan.c | 219 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],
|
D | vf_overlay_vulkan.c | 251 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],
|
D | vf_chromaber_vulkan.c | 188 av_vkfmt_from_pixfmt(s->vkctx.input_format)[i], 193 av_vkfmt_from_pixfmt(s->vkctx.output_format)[i],
|
D | vf_scale_vulkan.c | 311 av_vkfmt_from_pixfmt(s->vkctx.input_format)[i], 320 av_vkfmt_from_pixfmt(s->vkctx.output_format)[i],
|