Searched defs:DecodedFrame (Results 1 – 3 of 3) sorted by relevance
156 struct DecodedFrame struct158 int32_t pictureIndex;159 …t32_t imageLayerIndex; // The layer of a multi-layered images. Always "0" for single layered images160 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 …]
34 } DecodedFrame; typedef
55 using DecodedFrame = rtc::FinalRefCountedObject<DecodedFrameBase>; variable