Home
last modified time | relevance | path

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

/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/os/
H A Dmos_os.h500 struct MosStreamState struct
502 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 mode
507 … CmdBufMgrNext *currentCmdBufMgr = nullptr; //<! Cmd buffer manager used in async mode
508 …osDecompression *mosDecompression = nullptr; //<! Decompression State used for decompress
509 … enableDecomp = false; //<! Set true in StreamState init. If false then not inited
510 …!< 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 …]