- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi,
I use pipiline_decode.cpp, I want to creat 2 decoders,and both decodecrs use video memcry. When I use m_pMFXAllocator->Alloc(m_pMFXAllocator->pthis, &Request, &m_mfxResponse), each decoder retern the same memid(m_mfxResponse.mids),it means the two decoders are use the same video memory. How can I set decoders use different video memory?
thank you very much!
- Tags:
- Development Tools
- Graphics
- Intel® Media SDK
- Intel® Media Server Studio
- Media Processing
- Optimization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Two Alloc calls should return different mids arrays. You can debug inside video memory allocator since it's an opensource (part of samples ) and find put what went wrong.Just make sure allocator creates different handles of d3d9/11 surfaces/textures or vaapi surfaces.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Two Alloc calls should return different mids arrays. You can debug inside video memory allocator since it's an opensource (part of samples ) and find put what went wrong.Just make sure allocator creates different handles of d3d9/11 surfaces/textures or vaapi surfaces.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page