Searched defs:InFlightDecodeResources (Results 1 – 1 of 1) sorted by relevance
147 struct InFlightDecodeResources struct149 struct pipe_fence_handle *m_pBitstreamUploadGPUCompletionFence;151 struct d3d12_fence m_FenceData;157 ComPtr<ID3D12VideoDecoder> m_spDecoder;158 ComPtr<ID3D12VideoDecoderHeap> m_spDecoderHeap;161 std::shared_ptr<d3d12_video_decoder_references_manager> m_References;163 ComPtr<ID3D12CommandAllocator> m_spCommandAllocator;165 std::vector<uint8_t> m_stagingDecodeBitstream;168 ComPtr<ID3D12Resource> m_curFrameCompressedBitstreamBuffer;172 uint64_t m_curFrameCompressedBitstreamBufferAllocatedSize =0;[all …]