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.
  • Loading branch information
VickyZengg authored and intel-mediadev committed Jul 24, 2023
1 parent fd8386e commit c5f75b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions media_common/agnostic/common/os/mos_resource_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ C_ASSERT(Format_Count == 104); //!< When adding, update assert & vphal_solo_scen
(format == Format_YVYU) || \
(format == Format_UYVY) || \
(format == Format_VYUY) || \
(format == Format_AYUV) || \
(format == Format_Y210) || \
(format == Format_Y216) || \
(format == Format_Y410) || \
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
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 c5f75b6

Please sign in to comment.