This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.98k
stars
4.94k
forks
source link
[sampledevicemft] HW Decoder cannot work on Intel Meteor Lake Platform if MEP enabled. #1066
Testing with USB MJPEG Camera.
Enable HW Decoder in 'stdafx.h', #define MF_DEVICEMFT_ENUM_HW_DECODERS 1
On Intel Meteor Lake platform, if enable MEP (by default), CreateDecoderHW( ) returns failure. If disable MEP, CreateDecoderHW( ) return pass.
Debug found CMultipinMft::ProcessMessage passed MFT_MESSAGE_SET_D3D_MANAGER, but ulParam=NULL
Can you help check this issue?