Skip to content

Commit

Permalink
[Encode] AVC image state HW cmd generation
Browse files Browse the repository at this point in the history
Move some cmd fields usages from common to specific platforms and generate avc image state cmd for the latest platform
  • Loading branch information
LhGu authored and intel-mediadev committed Jan 9, 2025
1 parent 9b1f173 commit 6566ac9
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,16 @@ class BaseImplGeneric : public vdenc::Impl<cmd_t>

return MOS_STATUS_SUCCESS;
}
_MHW_SETCMD_OVERRIDE_DECL(VDENC_AVC_IMG_STATE)
{
_MHW_SETCMD_CALLBASE(VDENC_AVC_IMG_STATE);

#define DO_FIELDS_EXT() \
__MHW_VDBOX_VDENC_WRAPPER_EXT(VDENC_AVC_IMG_STATE_IMPL_XE_LPM_BASE_EXT)

#include "mhw_hwcmd_process_cmdfields.h"
}

MEDIA_CLASS_DEFINE_END(mhw__vdbox__vdenc__xe_lpm_plus_base__BaseImplGeneric)
};
} // namespace xe_lpm_plus_base
Expand Down

0 comments on commit 6566ac9

Please sign in to comment.