Home
last modified time | relevance | path

Searched defs:DecodedFrame (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DvktVideoFrameBuffer.hpp152 struct DecodedFrame struct
154 int32_t pictureIndex;
155 … imageLayerIndex; // The layer of a multi-layered images. Always "0" for single layered images
156 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 …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DvktVideoBaseDecodeUtils.hpp96 struct DecodedFrame struct
98 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 …]
/third_party/skia/third_party/externals/libwebp/examples/
Danim_util.h34 } DecodedFrame; typedef