Home
last modified time | relevance | path

Searched refs:propGetFrame (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Dvsapi.cpp312 static const VSFrameRef *VS_CC propGetFrame(const VSMap *map, const char *key, int index, int *erro… in propGetFrame() function
624 &propGetFrame,
H A Dsimplefilters.c1662 const VSFrameRef *f = vsapi->propGetFrame(d->out, "val", 0, &err); in modifyFrameGetFrame()
2258 const VSFrameRef *dst = vsapi->propGetFrame(vsapi->getFramePropsRO(src), d->prop, 0, &err); in propToClipGetFrame()
2311 const VSFrameRef *msrc = vsapi->propGetFrame(vsapi->getFramePropsRO(src), tempprop, 0, &err); in propToClipCreate()
/dports/multimedia/vapoursynth/vapoursynth-R54/include/
H A DVapourSynth.h319 …const VSFrameRef *(VS_CC *propGetFrame)(const VSMap *map, const char *key, int index, int *error) …
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/
H A DVapourSynth.h1423 …const VSFrameRef *(VS_CC *propGetFrame)(const VSMap *map, const char *key, int index, int *error) …
H A Davisynth.h1471 …virtual const PVideoFrame __stdcall propGetFrame(const AVSMap* map, const char* key, int index, in…
1797 …virtual const PVideoFrame __stdcall propGetFrame(const AVSMap* map, const char* key, int index, in…
/dports/multimedia/vapoursynth/vapoursynth-R54/src/cython/
H A Dvapoursynth.pxd227 … const VSFrameRef *propGetFrame(const VSMap *map, const char *key, int index, int *error) nogil
H A Dvapoursynth.pyx766 … newval = createConstVideoFrame(funcs.propGetFrame(map, retkey, y, NULL), funcs, core)
1005 … ol.append(createConstVideoFrame(self.funcs.propGetFrame(m, b, i, NULL), self.funcs, self.core))
/dports/multimedia/vapoursynth/vapoursynth-R54/doc/api/
H A Dvapoursynth.h.rst1817 const VSFrameRef_ \*propGetFrame(const VSMap_ \*map, const char \*key, int index, int \*error)