Home
last modified time | relevance | path

Searched refs:newVideoFrame (Results 1 – 25 of 39) sorted by relevance

12

/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/
H A Dmain-vs.cpp115 dst_ptr = _vsapi.newVideoFrame (_vi_out.format, _vi_out.width, _vi_out.height, &src, &core); in get_frame()
265 dst_ptr = _vsapi.newVideoFrame (_vi_out.format, _vi_out.width, _vi_out.height, &src, &core); in get_frame()
384 dst_ptr = _vsapi.newVideoFrame (_vi_out.format, _vi_out.width, _vi_out.height, &src, &core); in get_frame()
H A DVapourSynth.h702 …VSFrameRef *(VS_CC *newVideoFrame)(const VSFormat *format, int width, int height, const VSFrameRef…
/dports/multimedia/vapoursynth/vapoursynth-R54/src/filters/subtext/
H A Dtext.c211 VSFrameRef *dst = vsapi->newVideoFrame(d->vi[0].format, in assGetFrame()
216 VSFrameRef *a = vsapi->newVideoFrame(d->vi[1].format, in assGetFrame()
487 d.lastframe = vsapi->newVideoFrame(d.vi[0].format, in assRenderCreate()
492 d.lastalpha = vsapi->newVideoFrame(d.vi[1].format, in assRenderCreate()
H A Dimage.cpp570 d.blank_rgb = vsapi->newVideoFrame(d.vi.format, d.vi.width, d.vi.height, nullptr, core); in imageFileCreate()
571 …d.blank_alpha = vsapi->newVideoFrame(vsapi->getFormatPreset(pfGray8, core), d.vi.width, d.vi.heigh… in imageFileCreate()
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtc/
H A DNativeToStack16.cpp117 dst_ptr = _vsapi.newVideoFrame (_vi_out.format, w, h << 1, &src, &core); in get_frame()
H A DStack16ToNative.cpp135 dst_ptr = _vsapi.newVideoFrame (_vi_out.format, w, h >> 1, &src, &core); in get_frame()
H A DMatrix2020CL_vs.cpp222 dst_ptr = _vsapi.newVideoFrame (_vi_out.format, w, h, &src, &core); in get_frame()
H A DTransfer_vs.cpp275 dst_ptr = _vsapi.newVideoFrame (_vi_out.format, w, h, &src, &core); in get_frame()
H A DPrimaries_vs.cpp159 dst_ptr = _vsapi.newVideoFrame (_vi_out.format, w, h, &src, &core); in get_frame()
H A DBitdepth_vs.cpp233 dst_ptr = _vsapi.newVideoFrame (_vi_out.format, w, h, &src, &core); in get_frame()
H A DMatrix_vs.cpp361 dst_ptr = _vsapi.newVideoFrame (_vi_out.format, w, h, &src, &core); in get_frame()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Dvsapi.cpp151 static VSFrameRef *VS_CC newVideoFrame(const VSFormat *format, int width, int height, const VSFrame… in newVideoFrame() function
153 …return new VSFrameRef(core->newVideoFrame(format, width, height, propSrc ? propSrc->frame.get() : … in newVideoFrame()
161 …return new VSFrameRef(core->newVideoFrame(format, width, height, fp, planes, propSrc ? propSrc->fr… in newVideoFrame2()
574 &newVideoFrame,
H A Dsimplefilters.c202 VSFrameRef *dst = vsapi->newVideoFrame(fi, d->width, d->height, src, core); in cropGetframe()
356 …dst = vsapi->newVideoFrame(fi, vsapi->getFrameWidth(src, 0) + d->left + d->right, vsapi->getFrameH… in addBordersGetframe()
725 VSFrameRef *dst = vsapi->newVideoFrame(d->vi.format, d->vi.width, d->vi.height, src, core); in separateFieldsGetframe()
861 VSFrameRef *dst = vsapi->newVideoFrame(d->vi.format, d->vi.width, d->vi.height, src1, core); in doubleWeaveGetframe()
928 …VSFrameRef *dst = vsapi->newVideoFrame(fi, vsapi->getFrameWidth(src, 0), vsapi->getFrameHeight(src… in flipVerticalGetframe()
975 …VSFrameRef *dst = vsapi->newVideoFrame(fi, vsapi->getFrameWidth(src, 0), vsapi->getFrameHeight(src… in flipHorizontalGetframe()
1081 VSFrameRef *dst = vsapi->newVideoFrame(d->vi.format, d->vi.width, d->vi.height, src, core); in stackGetframe()
1204 frame = vsapi->newVideoFrame(d->vi.format, d->vi.width, d->vi.height, 0, core); in blankClipGetframe()
1742 VSFrameRef *dst = vsapi->newVideoFrame(d->vi.format, d->vi.width, d->vi.height, src, core); in transposeGetFrame()
H A Dvscore.h656 PVideoFrame newVideoFrame(const VSFormat *f, int width, int height, const VSFrame *propSrc);
657 …PVideoFrame newVideoFrame(const VSFormat *f, int width, int height, const VSFrame * const *planeSr…
/dports/multimedia/vapoursynth/vapoursynth-R54/sdk/
H A Dinvert_example.c52 VSFrameRef *dst = vsapi->newVideoFrame(fi, width, height, src, core); in invertGetFrame()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/filters/morpho/
H A Dmorpho.c122 VSFrameRef *dst = vsapi->newVideoFrame(d->vi.format, d->vi.width, in MorphoGetFrame()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/filters/avisource/
H A Davi_source.cpp662 … VSFrameRef *frame = vsapi->newVideoFrame(vi[0].format, vi[0].width, vi[0].height, nullptr, core); in AVISource()
665 … alpha_frame = vsapi->newVideoFrame(vi[1].format, vi[1].width, vi[1].height, nullptr, core); in AVISource()
723 … VSFrameRef *frame = vsapi->newVideoFrame(vi[0].format, vi[0].width, vi[0].height, nullptr, core); in GetFrame()
726 … alpha_frame = vsapi->newVideoFrame(vi[1].format, vi[1].width, vi[1].height, nullptr, core); in GetFrame()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/filters/vinverse/
H A Dvinverse.c112 VSFrameRef *dst = vsapi->newVideoFrame(d->vi.format, d->vi.width, in VinverseGetFrame()
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/src/
H A Dvsw2xnvk.cpp81 auto dst = vsapi->newVideoFrame(d->vi.format, d->vi.width, d->vi.height, src, core); in filterGetFrame()
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/vsutl/
H A DPlaneProcessor_vs.cpp219 _vsapi.newVideoFrame ( in try_initial()
/dports/multimedia/vapoursynth-l-smash-works/L-SMASH-Works-0.0-940-g198cc78/VapourSynth/
H A Dvideo_output.c517 return vsapi->newVideoFrame( vs_format, av_frame->width, av_frame->height, NULL, core ); in new_output_video_frame()
757 …vs_vohp->background_frame = vsapi->newVideoFrame( vi->format, vi->width, vi->height, NULL, vs_vohp… in vs_setup_video_rendering()
/dports/astro/kstars/kstars-3.5.6/kstars/indi/
H A Dindiccd.h363 void newVideoFrame(const QSharedPointer<QImage> &frame);
/dports/graphics/vapoursynth-waifu2x-w2xc/VapourSynth-Waifu2x-w2xc-r8/Waifu2x-w2xc/
H A DWaifu2x-w2xc.cpp107 VSFrameRef * dst = vsapi->newVideoFrame(d->vi.format, d->vi.width, d->vi.height, src, core); in waifu2xGetFrame()
/dports/multimedia/vapoursynth/vapoursynth-R54/include/
H A DVapourSynth.h264 …VSFrameRef *(VS_CC *newVideoFrame)(const VSFormat *format, int width, int height, const VSFrameRef…
/dports/multimedia/vapoursynth/vapoursynth-R54/src/filters/imwri/
H A Dimwri.cpp659 …frame = vsapi->newVideoFrame(d->vi[0].format ? d->vi[0].format : vsapi->registerFormat(cf, stInteg… in readGetFrame()
661 …alphaFrame = vsapi->newVideoFrame(d->vi[1].format ? d->vi[1].format : vsapi->registerFormat(cmGray… in readGetFrame()

12