Searched defs:AVVkFrame (Results 1 – 2 of 2) sorted by relevance
213 typedef struct AVVkFrame { struct217 VkImage img[AV_NUM_DATA_POINTERS];222 VkImageTiling tiling;229 VkDeviceMemory mem[AV_NUM_DATA_POINTERS];230 size_t size[AV_NUM_DATA_POINTERS];235 VkMemoryPropertyFlagBits flags;261 struct AVVkFrameInternal *internal; argument267 } AVVkFrame; argument
26 typedef struct AVVkFrame AVVkFrame; typedef