Skip to content

Commit edc684e

Browse files
pingliwaintel-mediadev
authored andcommitted
[Media Common] [PDVT-SH] Ult test more coverage
* [Media Common] [PDVT-SH]Code clean and Spec2cpp tool update Update the media cmds Update the tool
1 parent 0a3fc14 commit edc684e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

media_softlet/agnostic/Xe3P_M_plus/Xe3P_LPM_base/hw/vdbox/mhw_vdbox_mfx_impl_xe3p_lpm_base.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@ template <typename cmd_t>
4646
class BaseImpl : public mfx::Impl<cmd_t>
4747
{
4848
public:
49-
MOS_STATUS GetMfxStateCommandsDataSize(
50-
uint32_t mode,
51-
uint32_t *commandsSize,
52-
uint32_t *patchListSize,
53-
bool isShortFormat) { return MOS_STATUS_UNIMPLEMENTED; }
54-
5549
MOS_STATUS GetMfxPrimitiveCommandsDataSize(
5650
uint32_t mode,
5751
uint32_t *commandsSize,

media_softlet/agnostic/common/hw/vdbox/mhw_vdbox_mfx_itf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ class Itf
176176
uint32_t mode,
177177
uint32_t *commandsSize,
178178
uint32_t *patchListSize,
179-
bool isShortFormat) = 0;
179+
bool isShortFormat) { return MOS_STATUS_UNIMPLEMENTED; }
180180

181181
virtual MOS_STATUS GetMfxPrimitiveCommandsDataSize(
182182
uint32_t mode,

0 commit comments

Comments
 (0)