Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/
H A DvktVideoFrameBuffer.hpp156 struct DecodedFrame struct
158 int32_t pictureIndex;
159 …t32_t imageLayerIndex; // The layer of a multi-layered images. Always "0" for single layered images
160 int32_t displayWidth;
161 int32_t displayHeight;
162 VkSharedBaseObj<VkImageResourceView> decodedImageView;
163 VkSharedBaseObj<VkImageResourceView> outputImageView;
164 …frameCompleteFence; // If valid, the fence is signaled when the decoder is done decoding the frame.
166 …id, the fence is signaled when the consumer (graphics, compute or display) is done using the frame.
168 …pleteSemaphore; // If valid, the semaphore is signaled when the decoder is done decoding the frame.
[all …]
/aosp_15_r20/external/webp/examples/
H A Danim_util.h34 } DecodedFrame; typedef
/aosp_15_r20/external/webrtc/test/scenario/
H A Dvideo_frame_matcher.h55 using DecodedFrame = rtc::FinalRefCountedObject<DecodedFrameBase>; variable