Media (Intel® oneAPI 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
3027 Discussions

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

shuangwu1
Beginner
301 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
301 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
302 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
301 Views
Thanks for reply. Good enough for my question.
0 Kudos
Reply