Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.
3058 Discussions

How to Get The 'Internal allocator' Interface If No Custom Allocator Implemented?

shuangwu1
Beginner
471 Views
How to Get The 'Internal allocator' Interface If No Custom Allocator Implemented? How should I create frame surfaces and how to lock/unlock them?
0 Kudos
1 Solution
IDZ_A_Intel
Employee
471 Views
Hi Shuangwu,

Application developer should never use internal allocator except for the case of developing an application that supports opaque memory (primary usage in transcoding applications).

If there is a need to access to the opaque memory surfaces then please use the API functions part of "mfxplugin.h", also described in the mediasdkusr-man.pdf.

I hope this helps,
Regards,
Petter

View solution in original post

0 Kudos
2 Replies
IDZ_A_Intel
Employee
472 Views
Hi Shuangwu,

Application developer should never use internal allocator except for the case of developing an application that supports opaque memory (primary usage in transcoding applications).

If there is a need to access to the opaque memory surfaces then please use the API functions part of "mfxplugin.h", also described in the mediasdkusr-man.pdf.

I hope this helps,
Regards,
Petter
0 Kudos
shuangwu1
Beginner
471 Views
Thanks for reply. Good enough for my question.
0 Kudos
Reply