Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c142 } vk_pixfmt_map[] = { variable
214 for (enum AVPixelFormat i = 0; i < FF_ARRAY_ELEMS(vk_pixfmt_map); i++) in av_vkfmt_from_pixfmt()
215 if (vk_pixfmt_map[i].pixfmt == p) in av_vkfmt_from_pixfmt()
216 return vk_pixfmt_map[i].vkfmts; in av_vkfmt_from_pixfmt()