Home
last modified time | relevance | path

Searched refs:MFXVideoUSER_UnLoad (Results 1 – 19 of 19) sorted by relevance

/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/api/mfx_dispatch/linux/
H A Dlibmfx.map65 MFXVideoUSER_UnLoad;
H A Dmfxloader.cpp522 mfxStatus MFXVideoUSER_UnLoad(mfxSession session, const mfxPluginUID *uid) in MFXVideoUSER_UnLoad() function
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/api/include/
H A Dmfxdispatcherprefixedfunctions.h89 #define MFXVideoUSER_UnLoad disp_MFXVideoUSER_UnLoad macro
H A Dmfxplugin.h214 MFX_DEPRECATED mfxStatus MFX_CDECL MFXVideoUSER_UnLoad(mfxSession session, const mfxPluginUID *uid);
/dports/multimedia/onevpl/oneVPL-2022.0.6/api/vpl/
H A Dmfxdispatcherprefixedfunctions.h73 #define MFXVideoUSER_UnLoad disp_MFXVideoUSER_UnLoad macro
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/tests/unit/suites/mfx_dispatch/linux/
H A Dmfx_dispatch_test_cases_plugins.cpp91 sts = MFXVideoUSER_UnLoad(session, &plugin.PluginUID); in TEST_P()
227 sts = MFXVideoUSER_UnLoad(session, &plugin.PluginUID); in TEST_F()
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_common/include/
H A Dplugin_loader.h176 sts = MFXVideoUSER_UnLoad(m_session, &m_uid); in ~PluginLoader()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-qsv11/libmfx/src/
H A Dmain.cpp562 pHandle->callPlugInsTable[eMFXVideoUSER_UnLoad] = (mfxFunctionPointer)MFXVideoUSER_UnLoad; in MFXInitEx()
778 mfxStatus MFXVideoUSER_UnLoad(mfxSession session, const mfxPluginUID *uid) in MFXVideoUSER_UnLoad() function
984 FUNCTION(mfxStatus, MFXVideoUSER_UnLoad, (mfxSession session, const mfxPluginUID *uid), (session, u…
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/api/mfx_dispatch/windows/src/
H A Dmain.cpp576 pHandle->callPlugInsTable[eMFXVideoUSER_UnLoad] = (mfxFunctionPointer)MFXVideoUSER_UnLoad; in MFXInitEx()
792 mfxStatus MFXVideoUSER_UnLoad(mfxSession session, const mfxPluginUID *uid) in MFXVideoUSER_UnLoad() function
998 FUNCTION(mfxStatus, MFXVideoUSER_UnLoad, (mfxSession session, const mfxPluginUID *uid), (session, u…
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/tutorials/simple_7_codec/
H A Dsimple_codec.cpp468 …if (dec_tasks[idx].load_plugin) sts = MFXVideoUSER_UnLoad(session, (const mfxPluginUID *)&codecUID… in main()
530 …if (enc_tasks[idx].load_plugin) sts = MFXVideoUSER_UnLoad(session, (const mfxPluginUID *)&codecUID… in main()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_common/include/
H A Dplugin_loader.h202 sts = MFXVideoUSER_UnLoad(m_session, &m_uid); in ~PluginLoader()
/dports/graphics/opencv/opencv-4.5.3/modules/videoio/src/
H A Dcap_mfx_common.hpp208 MFXVideoUSER_UnLoad(session, &uid); in ~Plugin()
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/media_sdk_compatibility_headers/
H A Dmfxplugin.h510 mfxStatus MFX_CDECL MFXVideoUSER_UnLoad(mfxSession session, const mfxPluginUID* uid);
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/doc/
H A Dmediasdkusr-man.md39 + [MFXVideoUSER_UnLoad](#MFXVideoUSER_UnLoad)
194 - Unload plug-in by calling MFXVideoUSER_UnLoad function.
314 … loading - [MFXVideoUSER_Load](#MFXVideoUSER_Load) and [MFXVideoUSER_UnLoad](#MFXVideoUSER_UnLoad)…
448 [MFXVideoUSER_UnLoad](#MFXVideoUSER_UnLoad) | Unload plug-in
634 ### <a id='MFXVideoUSER_UnLoad'>MFXVideoUSER_UnLoad</a>
641 mfxStatus MFXVideoUSER_UnLoad(mfxSession session, const mfxPluginUID *uid);
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-qsv11/libmfx/include/msdk/include/
H A Dmfxplugin.h214 MFX_DEPRECATED mfxStatus MFX_CDECL MFXVideoUSER_UnLoad(mfxSession session, const mfxPluginUID *uid);
/dports/multimedia/onevpl/oneVPL-2022.0.6/dispatcher/windows/
H A Dmain.cpp714 MFXVideoUSER_UnLoad,
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_camera/src/
H A Dpipeline_camera.cpp1194 MFXVideoUSER_UnLoad(m_mfxSession, &m_UID_Camera); in Close()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_vpp/src/
H A Dsample_vpp_utils.cpp838 MFXVideoUSER_UnLoad(pProcessor->mfxSession, &(pProcessor->mfxGuid)); in WipeFrameProcessor()
/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/
H A Dqsv_common.c1261 MFXVideoUSER_UnLoad(session, pluginUID); in hb_qsv_unload_plugins()