Searched defs:MosStreamState (Results 1 – 1 of 1) sorted by relevance
500 struct MosStreamState struct502 OsDeviceContext *osDeviceContext = nullptr;503 GPU_CONTEXT_HANDLE currentGpuContextHandle = MOS_GPU_CONTEXT_INVALID_HANDLE;504 MOS_COMPONENT component = COMPONENT_UNKNOWN;506 CommandList *currentCmdList = nullptr; //<! Command list used in async mode507 … CmdBufMgrNext *currentCmdBufMgr = nullptr; //<! Cmd buffer manager used in async mode508 …osDecompression *mosDecompression = nullptr; //<! Decompression State used for decompress509 … enableDecomp = false; //<! Set true in StreamState init. If false then not inited510 …!< Indicate if the stream is work in postponed execution mode. This flag is only used in aync mode.512 …ortVirtualEngine = false; //!< Flag to indicate using virtual engine interface[all …]