Searched refs:vk_pixfmt_map (Results 1 – 1 of 1) sorted by relevance
142 } vk_pixfmt_map[] = { variable214 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()