Searched defs:DecodedFrame (Results 1 – 3 of 3) sorted by relevance
152 struct DecodedFrame struct154 int32_t pictureIndex;155 … imageLayerIndex; // The layer of a multi-layered images. Always "0" for single layered images156 int32_t displayWidth;157 int32_t displayHeight;158 VkSharedBaseObj<VkImageResourceView> decodedImageView;159 VkSharedBaseObj<VkImageResourceView> outputImageView;160 …frameCompleteFence; // If valid, the fence is signaled when the decoder is done decoding the frame.161 …id, the fence is signaled when the consumer (graphics, compute or display) is done using the frame.162 …pleteSemaphore; // If valid, the semaphore is signaled when the decoder is done decoding the frame.[all …]
96 struct DecodedFrame struct98 int32_t pictureIndex;99 const ImageObject* pDecodedImage;100 VkImageLayout decodedImageLayout;101 VkFence frameCompleteFence;102 VkFence frameConsumerDoneFence;103 VkSemaphore frameCompleteSemaphore;104 VkSemaphore frameConsumerDoneSemaphore;105 VkQueryPool queryPool;106 int32_t startQueryId;[all …]
34 } DecodedFrame; typedef