microsoft / Windows-driver-samples

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.79k stars 4.89k forks source link

[sampledevicemft] HW Decoder cannot work on Intel Meteor Lake Platform if MEP enabled. #1066

Open vrbear opened 7 months ago

vrbear commented 7 months ago

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?

### Tasks
ispaddy commented 2 months ago

Hello vrbear, do you fix the issue on Meteor Lake with MEP now?