From 6570f83b1224cb8156fb4c53f56716f07fb3f28f Mon Sep 17 00:00:00 2001 From: shawnli2 Date: Mon, 14 Oct 2024 21:17:16 +0800 Subject: [PATCH] [Decode] support decode low latency Add flag to enable decode low lagecy by frequency boost --- media_common/agnostic/common/os/mos_os.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media_common/agnostic/common/os/mos_os.h b/media_common/agnostic/common/os/mos_os.h index eace209607f..822d937af30 100644 --- a/media_common/agnostic/common/os/mos_os.h +++ b/media_common/agnostic/common/os/mos_os.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2009-2023, Intel Corporation +* Copyright (c) 2009-2024, Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -530,6 +530,8 @@ struct MosStreamState bool forceMediaCompressedWrite = false; //!< Flag to force media compressed write + bool enableDecodeLowLatency = false; //!< Flag to enable decode low latency by frequency boost + bool simIsActive = false; //!< Flag to indicate if Simulation is enabled MOS_NULL_RENDERING_FLAGS nullHwAccelerationEnable = {}; //!< To indicate which components to enable Null HW support