- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
コピーされたリンク
2 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.