Home
last modified time | relevance | path

Searched refs:getCoreInfo (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Dvsapi.cpp434 static const VSCoreInfo *VS_CC getCoreInfo(VSCore *core) VS_NOEXCEPT { in getCoreInfo() function
436 return &core->getCoreInfo(); in getCoreInfo()
564 &getCoreInfo,
H A Dvscore.h675 const VSCoreInfo &getCoreInfo();
H A Dvscore.cpp1036 const VSCoreInfo &VSCore::getCoreInfo() { in getCoreInfo() function in VSCore
/dports/graphics/vapoursynth-waifu2x-w2xc/VapourSynth-Waifu2x-w2xc-r8/Waifu2x-w2xc/
H A DWaifu2x-w2xc.cpp266 const int numThreads = vsapi->getCoreInfo(core)->numThreads; in waifu2xCreate()
/dports/multimedia/vapoursynth/vapoursynth-R54/include/
H A DVapourSynth.h254 const VSCoreInfo *(VS_CC *getCoreInfo)(VSCore *core) VS_NOEXCEPT;
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/
H A DVapourSynth.h582 …const VSCoreInfo *(VS_CC *getCoreInfo)(VSCore *core) VS_NOEXCEPT; /* deprecated as of api 3.6, use…
/dports/multimedia/vapoursynth/vapoursynth-R54/src/cython/
H A Dvapoursynth.pxd241 const VSCoreInfo *getCoreInfo(VSCore *core) nogil
/dports/games/retroarch/RetroArch-1.9.7/ui/drivers/
H A Dui_qt.h374 QVector<QHash<QString, QString> > getCoreInfo();
H A Dui_qt.cpp2090 infoList = getCoreInfo(); in onLaunchWithComboBoxIndexChanged()
2307 QVector<QHash<QString, QString> > MainWindow::getCoreInfo() in getCoreInfo() function in MainWindow
/dports/games/retroarch/RetroArch-1.9.7/ui/drivers/qt/
H A Dqt_dialogs.cpp394 = m_mainwindow->getCoreInfo(); in showCoreInfo()
/dports/multimedia/vapoursynth/vapoursynth-R54/doc/api/
H A Dvapoursynth.h.rst917 const VSCoreInfo_ \*getCoreInfo(VSCore_ \*core)