Home
last modified time | relevance | path

Searched refs:propSetNode (Results 1 – 17 of 17) sorted by relevance

/dports/multimedia/vapoursynth/vapoursynth-R54/src/filters/subtext/
H A Dcommon.c20 vsapi->propSetNode(args, "clip", subs, paReplace); in blendSubtitles()
22 vsapi->propSetNode(args, "alpha", alpha, paReplace); in blendSubtitles()
48 vsapi->propSetNode(args, "clip", subs, paReplace); in blendSubtitles()
107 vsapi->propSetNode(args, "clip", alpha, paReplace); in blendSubtitles()
160 vsapi->propSetNode(args, "clipa", clip, paReplace); in blendSubtitles()
161 vsapi->propSetNode(args, "clipb", subs, paReplace); in blendSubtitles()
163 vsapi->propSetNode(args, "mask", alpha, paReplace); in blendSubtitles()
178 vsapi->propSetNode(out, "clip", clip, paReplace); in blendSubtitles()
H A Dimage.cpp614 vsapi->propSetNode(args, "clip", subs, paReplace); in imageFileCreate()
689 vsapi->propSetNode(args, "clip", clip, paReplace); in imageFileCreate()
704 vsapi->propSetNode(out, "clip", clip, paReplace); in imageFileCreate()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Dboxblurfilter.cpp296 vsapi->propSetNode(vtmp1, "clip", node, paAppend); in applyBoxBlurPlaneFiltering()
358 vsapi->propSetNode(out, "clip", tmpnode, paAppend); in boxBlurCreate()
369 vsapi->propSetNode(vtmp1, "clips", node, paAppend); in boxBlurCreate()
377 vsapi->propSetNode(mergeargs, "clips", tmpnode, paAppend); in boxBlurCreate()
380 vsapi->propSetNode(mergeargs, "clips", node, paAppend); in boxBlurCreate()
391 vsapi->propSetNode(out, "clip", tmpnode, paAppend); in boxBlurCreate()
H A Dreorderfilters.c158 vsapi->propSetNode(out, "clip", d.node, paReplace); in trimCreate()
236 vsapi->propSetNode(out, "clip", cref, paReplace); in interleaveCreate()
368 vsapi->propSetNode(out, "clip", d.node, paReplace); in loopCreate()
568 vsapi->propSetNode(out, "clip", cref, paReplace); in spliceCreate()
H A Dmergefilters.c201 vsapi->propSetNode(min, "clip", d.node2, paAppend); in preMultiplyCreate()
605 vsapi->propSetNode(min, "clips", d.mask, paAppend); in maskedMergeCreate()
612 vsapi->propSetNode(min, "clip", mask_first_plane, paAppend); in maskedMergeCreate()
615 vsapi->propSetNode(min, "clip", d.mask, paAppend); in maskedMergeCreate()
H A Dvsapi.cpp379 static int VS_CC propSetNode(VSMap *map, const char *key, VSNodeRef *clip, int append) VS_NOEXCEPT { in propSetNode() function
630 &propSetNode,
H A Dsimplefilters.c282 vsapi->propSetNode(out, "clip", d.node, paReplace); in cropRelCreate()
451 vsapi->propSetNode(out, "clip", d.node, paReplace); in addBordersCreate()
1135 vsapi->propSetNode(out, "clip", node, paReplace); in stackCreate()
H A Dvscore.cpp1481 vs_internal_vsapi.propSetNode(out, "clip", ref, paAppend);
/dports/graphics/vapoursynth-waifu2x-w2xc/VapourSynth-Waifu2x-w2xc-r8/Waifu2x-w2xc/
H A DWaifu2x-w2xc.cpp229 vsapi->propSetNode(args, "clip", d.node, paReplace); in waifu2xCreate()
244 vsapi->propSetNode(out, "clip", d.node, paReplace); in waifu2xCreate()
250 vsapi->propSetNode(out, "clip", d.node, paReplace); in waifu2xCreate()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/filters/misc/
H A Dmiscfilters.cpp107 vsapi->propSetNode(invmap, "clip", d->node, paAppend); in scDetectCreate()
113 vsapi->propSetNode(invmap, "clipa", d->node, paAppend); in scDetectCreate()
114 vsapi->propSetNode(invmap, "clipb", tempnode, paAppend); in scDetectCreate()
/dports/multimedia/vapoursynth/vapoursynth-R54/include/
H A DVapourSynth.h326 int (VS_CC *propSetNode)(VSMap *map, const char *key, VSNodeRef *node, int append) VS_NOEXCEPT;
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/
H A DVapourSynth.h1483 int (VS_CC *propSetNode)(VSMap *map, const char *key, VSNodeRef *node, int append) VS_NOEXCEPT;
/dports/multimedia/vapoursynth/vapoursynth-R54/src/filters/vivtc/
H A Dvivtc.c807 vsapi->propSetNode(args, "clip", node, paAppend); in invokePlaneDifference()
818 vsapi->propSetNode(args, "clipa", node, paAppend); in invokePlaneDifference()
819 vsapi->propSetNode(args, "clipb", node2, paAppend); in invokePlaneDifference()
832 vsapi->propSetNode(args, "clip", node2, paAppend); in invokePlaneDifference()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/cython/
H A Dvapoursynth.pxd233 bint propSetNode(VSMap *map, const char *key, VSNodeRef *node, int append) nogil
H A Dvapoursynth.pyx803 if funcs.propSetNode(inm, ckey, (<VideoNode>v).node, 1) != 0:
846 if funcs.propSetNode(inm, ckey, (<VideoNode>v).node, 1) != 0:
878 funcs.propSetNode(inm, ckey, NULL, 2)
1033 if funcs.propSetNode(m, b, (<VideoNode>v).node, 1) != 0:
/dports/multimedia/mpv/mpv-0.34.1/video/filter/
H A Dvf_vapoursynth.c659 if (p->vsapi->propSetNode(vars, "video_in", p->in_node, 0)) in reinit_vs()
/dports/multimedia/vapoursynth/vapoursynth-R54/doc/api/
H A Dvapoursynth.h.rst2014 int propSetNode(VSMap_ \*map, const char \*key, VSNodeRef_ \*node, int append)