Skip to content

Commit

Permalink
[VP] Add AYUV Format HDR Supported
Browse files Browse the repository at this point in the history
Add AYUV Format HDR Supported pr recheck-in.
  • Loading branch information
VickyZengg authored and intel-mediadev committed Jul 31, 2023
1 parent 55c4003 commit b4b3742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ VP_FF_VEBOX_FORMAT(Format_Y216, 1, 1, 16384, 16384, 64, 16, 2, 1,
VP_FF_VEBOX_FORMAT(Format_Y210, 1, 1, 16384, 16384, 64, 16, 2, 1, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1)
VP_FF_VEBOX_FORMAT(Format_P216, 1, 0, 16384, 16384, 64, 16, 2, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1)
VP_FF_VEBOX_FORMAT(Format_P210, 1, 0, 16384, 16384, 64, 16, 2, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1)
VP_FF_VEBOX_FORMAT(Format_AYUV, 1, 1, 16384, 16384, 64, 16, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1)
VP_FF_VEBOX_FORMAT(Format_AYUV, 1, 1, 16384, 16384, 64, 16, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1)
VP_FF_VEBOX_FORMAT(Format_Y416, 1, 1, 16384, 16384, 64, 16, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1)
VP_FF_VEBOX_FORMAT(Format_Y410, 1, 1, 16384, 16384, 64, 16, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1)
VP_FF_VEBOX_FORMAT(Format_YVYU, 1, 0, 16384, 16384, 64, 16, 2, 1, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ VP_FF_VEBOX_FORMAT(Format_Y216, 1, 1, 16384, 16384, 64, 16, 2, 1,
VP_FF_VEBOX_FORMAT(Format_Y210, 1, 1, 16384, 16384, 64, 16, 2, 1, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1)
VP_FF_VEBOX_FORMAT(Format_P216, 1, 0, 16384, 16384, 64, 16, 2, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1)
VP_FF_VEBOX_FORMAT(Format_P210, 1, 0, 16384, 16384, 64, 16, 2, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1)
VP_FF_VEBOX_FORMAT(Format_AYUV, 1, 1, 16384, 16384, 64, 16, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1)
VP_FF_VEBOX_FORMAT(Format_AYUV, 1, 1, 16384, 16384, 64, 16, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1)
VP_FF_VEBOX_FORMAT(Format_Y416, 1, 1, 16384, 16384, 64, 16, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1)
VP_FF_VEBOX_FORMAT(Format_Y410, 1, 1, 16384, 16384, 64, 16, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1)
VP_FF_VEBOX_FORMAT(Format_YVYU, 1, 0, 16384, 16384, 64, 16, 2, 1, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1)
Expand Down

0 comments on commit b4b3742

Please sign in to comment.