Home
last modified time | relevance | path

Searched refs:callOldInit (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-qsv11/libmfx/src/
H A Dmfx_dispatcher.cpp223 …bool callOldInit = (impl & MFX_IMPL_AUDIO) || !actualTable[eMFXInitEx]; // if true call eMFXInit, … in LoadSelectedDLL() local
224 int tableIndex = (callOldInit) ? eMFXInit : eMFXInitEx; in LoadSelectedDLL()
229 if (callOldInit) in LoadSelectedDLL()
H A Dmain.cpp590 bool callOldInit = (pHandle->impl & MFX_IMPL_AUDIO) || !actualTable[eMFXInitEx]; in MFXInitEx() local
591 pFunc = actualTable[(callOldInit) ? eMFXInit : eMFXInitEx]; in MFXInitEx()
594 if (callOldInit) in MFXInitEx()
/dports/multimedia/onevpl/oneVPL-2022.0.6/dispatcher/windows/
H A Dmfx_dispatcher.cpp208 bool callOldInit = in LoadSelectedDLL() local
210 int tableIndex = (callOldInit) ? eMFXInit : eMFXInitEx; in LoadSelectedDLL()
213 if (callOldInit) { in LoadSelectedDLL()
H A Dmain.cpp465 bool callOldInit = !actualTable[eMFXInitEx]; in MFXInitEx() local
466 pFunc = actualTable[(callOldInit) ? eMFXInit : eMFXInitEx]; in MFXInitEx()
469 if (callOldInit) { in MFXInitEx()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/api/mfx_dispatch/windows/src/
H A Dmfx_dispatcher.cpp223 …bool callOldInit = (impl & MFX_IMPL_AUDIO) || !actualTable[eMFXInitEx]; // if true call eMFXInit, … in LoadSelectedDLL() local
224 int tableIndex = (callOldInit) ? eMFXInit : eMFXInitEx; in LoadSelectedDLL()
229 if (callOldInit) in LoadSelectedDLL()
H A Dmain.cpp604 bool callOldInit = (pHandle->impl & MFX_IMPL_AUDIO) || !actualTable[eMFXInitEx]; in MFXInitEx() local
605 pFunc = actualTable[(callOldInit) ? eMFXInit : eMFXInitEx]; in MFXInitEx()
608 if (callOldInit) in MFXInitEx()