- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm in the process of implementing DXVA_ModeHEVC_VLD_Main, however IDirectXVideoDecoder Execute is throwing an access violation internally in igdumdim32.dll.
Are there any Intel display driver debug symbols available or is there any way to get some insight around what's going on? My DXVA2 decoding calls work correctly for H264 and MPEG2 modes, and I'm reasonably confident that the newly added HEVC DXVA2 decode buffers are at least sane and pointing to valid data per the MSDN DXVA_HEVC_Spec.docx, so I'm at a bit of a loss at this stage.
The unresolved stack trace is;
igdumdim32.dll!626ee0f4()
igdumdim32.dll!628880fe()
gdi32.dll!_NtGdiDdDDILock()
igdumdim32.dll!627f14e2()
igdumdim32.dll!62753617()
igdumdim32.dll!627289d4()
DirectXVideoDecoder.Execute(DXVA2_DecodeExecuteParams* pExecuteParams)
Any insight or guidance would be greatly appreciated.
Thank you,
- Simon
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Erghhh, that hastily entered subject is going to drive me.
Please disregard this forum topic -- the access violation error is because I missed setting the DXVA_PicParams_HEVC PicWidthInMinCbsY value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No Problem Simon, glad you found your answer.
Also, for driver-level API issues, you might want to also look at other forums (like https://software.intel.com/en-us/forums/user-community-for-visual-computing), since this forum is intended to focus on the Intel Media SDK API.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page