Skip to content

Commit

Permalink
[VP] Clear Bayer input in use CSC params
Browse files Browse the repository at this point in the history
Clear Bayer input in use CSC params, it will void 2pass usage error use of this flag
  • Loading branch information
Guangyao-Bai authored and intel-mediadev committed Jul 8, 2024
1 parent 32a5aa6 commit 36067cd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -986,6 +986,8 @@ MOS_STATUS Policy::GetCSCExecutionCaps(SwFilter* feature, bool isCamPipeWithBaye
MOS_FORMAT midFormat = Format_Any;

VP_EngineEntry *cscEngine = &csc->GetFilterEngineCaps();

cscEngine->isBayerInputInUse = false;
// Clean usedForNextPass flag.
if (cscEngine->usedForNextPass)
{
Expand Down

0 comments on commit 36067cd

Please sign in to comment.