Home
last modified time | relevance | path

Searched refs:av_vkfmt_from_pixfmt (Results 1 - 11 of 11) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dhwcontext_stub.c27 const VkFormat *av_vkfmt_from_pixfmt(enum AVPixelFormat p);
30 const VkFormat *av_vkfmt_from_pixfmt(enum AVPixelFormat p) in av_vkfmt_from_pixfmt() function
H A Dhwcontext_vulkan.h279 const VkFormat *av_vkfmt_from_pixfmt(enum AVPixelFormat p);
H A Dhwcontext_vulkan.c238 const VkFormat *av_vkfmt_from_pixfmt(enum AVPixelFormat p) in av_vkfmt_from_pixfmt() function
277 const VkFormat *fmt = av_vkfmt_from_pixfmt(p); in pixfmt_is_supported()
2028 const VkFormat *img_fmts = av_vkfmt_from_pixfmt(format); in create_frame()
2163 .format = av_vkfmt_from_pixfmt(hwfc->sw_format)[0], in try_export_flags()
2294 const VkFormat *fmt = av_vkfmt_from_pixfmt(hwfc->sw_format); in vulkan_frames_init()
3366 VkFormat plane_vkfmt = av_vkfmt_from_pixfmt(hwfc->sw_format)[i]; in vulkan_map_to_drm()
3835 if ((swf->format != AV_PIX_FMT_NONE && !av_vkfmt_from_pixfmt(swf->format))) { in vulkan_transfer_data()
/third_party/ffmpeg/libavfilter/
H A Dvf_blend_vulkan.c240 const VkFormat *top_formats = av_vkfmt_from_pixfmt(top_fc->sw_format); in process_frames()
241 const VkFormat *bottom_formats = av_vkfmt_from_pixfmt(bottom_fc->sw_format); in process_frames()
242 const VkFormat *output_formats = av_vkfmt_from_pixfmt(s->vkctx.output_format); in process_frames()
H A Dvf_overlay_vulkan.c248 const VkFormat *output_formats = av_vkfmt_from_pixfmt(s->vkctx.output_format); in process_frames()
249 const VkFormat *main_sw_formats = av_vkfmt_from_pixfmt(main_fc->sw_format); in process_frames()
250 const VkFormat *overlay_sw_formats = av_vkfmt_from_pixfmt(overlay_fc->sw_format); in process_frames()
H A Dvf_chromaber_vulkan.c183 const VkFormat *input_formats = av_vkfmt_from_pixfmt(s->vkctx.input_format); in process_frames()
184 const VkFormat *ouput_formats = av_vkfmt_from_pixfmt(s->vkctx.output_format); in process_frames()
H A Dvf_avgblur_vulkan.c216 const VkFormat *input_formats = av_vkfmt_from_pixfmt(s->vkctx.input_format); in process_frames()
217 const VkFormat *output_formats = av_vkfmt_from_pixfmt(s->vkctx.output_format); in process_frames()
H A Dvf_flip_vulkan.c150 const VkFormat *input_formats = av_vkfmt_from_pixfmt(s->vkctx.input_format); in process_frames()
151 const VkFormat *output_formats = av_vkfmt_from_pixfmt(s->vkctx.output_format); in process_frames()
H A Dvf_transpose_vulkan.c134 const VkFormat *input_formats = av_vkfmt_from_pixfmt(s->vkctx.input_format); in process_frames()
135 const VkFormat *output_formats = av_vkfmt_from_pixfmt(s->vkctx.output_format); in process_frames()
H A Dvf_gblur_vulkan.c313 const VkFormat *input_formats = av_vkfmt_from_pixfmt(s->vkctx.input_format); in process_frames()
314 const VkFormat *output_formats = av_vkfmt_from_pixfmt(s->vkctx.output_format); in process_frames()
H A Dvf_scale_vulkan.c303 const VkFormat *input_formats = av_vkfmt_from_pixfmt(s->vkctx.input_format); in process_frames()
304 const VkFormat *output_formats = av_vkfmt_from_pixfmt(s->vkctx.output_format); in process_frames()

Completed in 14 milliseconds