Home
last modified time | relevance | path

Searched defs:VSNodeRef (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Dvscore.h299 struct VSNodeRef { struct
302 VSNodeRef(const PVideoNode &clip, int index) : clip(clip), index(index) {} in VSNodeRef() argument
303 VSNodeRef(PVideoNode &&clip, int index) : clip(clip), index(index) {} in VSNodeRef() argument
/dports/multimedia/vapoursynth/vapoursynth-R54/doc/api/
H A Dvapoursynth.h.rst634 .. _VSNodeRef: target
643 .. _VSCore:
/dports/multimedia/vapoursynth/vapoursynth-R54/src/avfs/
H A Dvsfs.cpp118 void VS_CC VapourSynther::frameDoneCallback(void *userData, const VSFrameRef *f, int n, VSNodeRef * in frameDoneCallback() argument
/dports/multimedia/vapoursynth/vapoursynth-R54/src/vfw/
H A Dvsvfw.cpp705 …nthFile::frameDoneCallback(void *userData, const VSFrameRef *f, int n, VSNodeRef *, const char *er… in frameDoneCallback() argument
/dports/multimedia/vapoursynth/vapoursynth-R54/include/
H A DVapourSynth.h71 typedef struct VSNodeRef VSNodeRef; typedef
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/
H A DVapourSynth.h65 typedef struct VSNodeRef VSNodeRef; typedef