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.

MFX_IMPL_RUNTIME

ME
New Contributor I
455 Views

re: 2014r2

Where is MFX_IMPL_RUNTIME defined?  Or, what is its value? 

File: ...\imdispatch\src\main.cpp

 103: {2, 6},  // MFX_IMPL_RUNTIME, same as MFX_IMPL_HARDWARE_ANY
 203:if (((MFX_IMPL_AUTO > implMethod) || (MFX_IMPL_RUNTIME < implMethod)) && !(impl & MFX_IMPL_AUDIO))
...................................................^
0 Kudos
2 Replies
ME
New Contributor I
455 Views
And MFX_IMPL_AUDIO.
0 Kudos
ME
New Contributor I
455 Views
Please disregard. I found them after a few tries in mfx_common.h (think it was - I wound up sticking to the older, 2013r2; the new codec plugin APIs I don't need anytime soon).
0 Kudos
Reply