Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/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 …]
/external/webp/examples/
Danim_util.h34 } DecodedFrame; typedef
/external/webrtc/test/scenario/
Dvideo_frame_matcher.h55 using DecodedFrame = rtc::FinalRefCountedObject<DecodedFrameBase>; variable