Skip to content

Commit

Permalink
[Decode] support decode low latency
Browse files Browse the repository at this point in the history
Add flag to enable decode low lagecy by frequency boost
  • Loading branch information
shawnli2 authored and intel-mediadev committed Oct 14, 2024
1 parent 345f145 commit 6570f83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion media_common/agnostic/common/os/mos_os.h
Original file line number Diff line number Diff line change
@@ -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"),
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 6570f83

Please sign in to comment.