/dports/multimedia/vapoursynth/vapoursynth-R54/src/filters/subtext/ |
H A D | common.c | 11 VSPlugin *std_plugin = vsapi->getPluginById("com.vapoursynth.std", core); in blendSubtitles() 12 VSPlugin *resize_plugin = vsapi->getPluginById("com.vapoursynth.resize", core); in blendSubtitles()
|
H A D | image.cpp | 611 VSPlugin *std_plugin = vsapi->getPluginById("com.vapoursynth.std", core); in imageFileCreate() 684 VSPlugin *text_plugin = vsapi->getPluginById("com.vapoursynth.text", core); in imageFileCreate()
|
/dports/graphics/vapoursynth-waifu2x-w2xc/VapourSynth-Waifu2x-w2xc-r8/Waifu2x-w2xc/ |
H A D | Waifu2x-w2xc.cpp | 233 … VSMap * ret = vsapi->invoke(vsapi->getPluginById("com.vapoursynth.text", core), "Text", args); in waifu2xCreate() 272 …const std::string pluginPath{ vsapi->getPluginPath(vsapi->getPluginById("com.holywu.waifu2x-w2xc",… in waifu2xCreate()
|
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/include/ |
H A D | ofxhImageEffectAPI.h | 184 ImageEffectPlugin *getPluginById(const std::string &id, int vermaj=-1, int vermin=-1);
|
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/include/ |
H A D | ofxhImageEffectAPI.h | 184 ImageEffectPlugin *getPluginById(const std::string &id, int vermaj=-1, int vermin=-1);
|
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/ |
H A D | vsapi.cpp | 414 static VSPlugin *VS_CC getPluginById(const char *identifier, VSCore *core) VS_NOEXCEPT { in getPluginById() function 416 return core->getPluginById(identifier); in getPluginById() 578 &getPluginById,
|
H A D | mergefilters.c | 204 …VSMap *mout = vsapi->invoke(vsapi->getPluginById("com.vapoursynth.resize", core), "Bilinear", min); in preMultiplyCreate() 608 …VSMap *mout = vsapi->invoke(vsapi->getPluginById("com.vapoursynth.std", core), "ShufflePlanes", mi… in maskedMergeCreate() 620 …VSMap *mout = vsapi->invoke(vsapi->getPluginById("com.vapoursynth.resize", core), "Bilinear", min); in maskedMergeCreate()
|
H A D | boxblurfilter.cpp | 353 VSPlugin *stdplugin = vsapi->getPluginById("com.vapoursynth.std", core); in boxBlurCreate()
|
H A D | vscore.h | 672 VSPlugin *getPluginById(const std::string &identifier);
|
H A D | textfilter.cpp | 655 VSPlugin *stdPlugin = vsapi->getPluginById("com.vapoursynth.std", core); in textCreate()
|
H A D | vscore.cpp | 1428 VSPlugin *VSCore::getPluginById(const std::string &identifier) { function in VSCore 1450 VSPlugin *already_loaded_plugin = getPluginById(p->id);
|
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/examples/ |
H A D | hostDemo.cpp | 135 …OFX::Host::ImageEffect::ImageEffectPlugin* plugin = imageEffectPluginCache.getPluginById("net.sf.o… in main()
|
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/examples/ |
H A D | hostDemo.cpp | 135 …OFX::Host::ImageEffect::ImageEffectPlugin* plugin = imageEffectPluginCache.getPluginById("net.sf.o… in main()
|
/dports/multimedia/vapoursynth/vapoursynth-R54/src/filters/ocr/ |
H A D | ocr.c | 247 VSPlugin *ocr_plugin = vsapi->getPluginById("biz.srsfckn.ocr", core); in OCRCreate()
|
/dports/multimedia/vapoursynth/vapoursynth-R54/src/filters/misc/ |
H A D | miscfilters.cpp | 109 invmap2 = vsapi->invoke(vsapi->getPluginById("com.vapoursynth.std", core), "Trim", invmap); in scDetectCreate() 118 … invmap2 = vsapi->invoke(vsapi->getPluginById("com.vapoursynth.std", core), "PlaneStats", invmap); in scDetectCreate() 120 invmap = vsapi->invoke(vsapi->getPluginById("com.vapoursynth.std", core), "Cache", invmap2); in scDetectCreate()
|
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtc/ |
H A D | Convert.cpp | 59 , _fmtc (*(vsapi.getPluginById (fmtc_PLUGIN_NAME, &core))) in Convert()
|
/dports/multimedia/vapoursynth/vapoursynth-R54/include/ |
H A D | VapourSynth.h | 269 VSPlugin *(VS_CC *getPluginById)(const char *identifier, VSCore *core) VS_NOEXCEPT;
|
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/ |
H A D | VapourSynth.h | 761 VSPlugin *(VS_CC *getPluginById)(const char *identifier, VSCore *core) VS_NOEXCEPT;
|
/dports/multimedia/vapoursynth/vapoursynth-R54/src/cython/ |
H A D | vapoursynth.pxd | 236 VSPlugin *getPluginById(const char *identifier, VSCore *core) nogil
|
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/src/ |
H A D | ofxhImageEffectAPI.cpp | 311 ImageEffectPlugin *PluginCache::getPluginById(const std::string &id, int vermaj, int vermin) in getPluginById() function in OFX::Host::ImageEffect::PluginCache
|
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/src/ |
H A D | ofxhImageEffectAPI.cpp | 311 ImageEffectPlugin *PluginCache::getPluginById(const std::string &id, int vermaj, int vermin) in getPluginById() function in OFX::Host::ImageEffect::PluginCache
|
/dports/multimedia/vapoursynth/vapoursynth-R54/src/filters/imwri/ |
H A D | imwri.cpp | 65 const char *pathPtr = vsapi->getPluginPath(vsapi->getPluginById(IMWRI_ID, core)); in initMagick()
|
/dports/multimedia/vapoursynth/vapoursynth-R54/src/avisynth/ |
H A D | avisynth_compat.cpp | 725 …nction(fname, apply, parsedArgs, user_data, interfaceVersion), vsapi->getPluginById("com.vapoursyn… in AddFunction()
|
/dports/multimedia/vapoursynth/vapoursynth-R54/src/filters/vivtc/ |
H A D | vivtc.c | 804 VSPlugin *stdplugin = vsapi->getPluginById("com.vapoursynth.std", core); in invokePlaneDifference()
|
/dports/multimedia/vapoursynth/vapoursynth-R54/doc/api/ |
H A D | vapoursynth.h.rst | 2095 VSPlugin_ \*getPluginById(const char \*identifier, VSCore_ \*core)
|