/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/ |
H A D | main-vs.cpp | 115 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 D | VapourSynth.h | 702 …VSFrameRef *(VS_CC *newVideoFrame)(const VSFormat *format, int width, int height, const VSFrameRef…
|
/dports/multimedia/vapoursynth/vapoursynth-R54/src/filters/subtext/ |
H A D | text.c | 211 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 D | image.cpp | 570 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 D | NativeToStack16.cpp | 117 dst_ptr = _vsapi.newVideoFrame (_vi_out.format, w, h << 1, &src, &core); in get_frame()
|
H A D | Stack16ToNative.cpp | 135 dst_ptr = _vsapi.newVideoFrame (_vi_out.format, w, h >> 1, &src, &core); in get_frame()
|
H A D | Matrix2020CL_vs.cpp | 222 dst_ptr = _vsapi.newVideoFrame (_vi_out.format, w, h, &src, &core); in get_frame()
|
H A D | Transfer_vs.cpp | 275 dst_ptr = _vsapi.newVideoFrame (_vi_out.format, w, h, &src, &core); in get_frame()
|
H A D | Primaries_vs.cpp | 159 dst_ptr = _vsapi.newVideoFrame (_vi_out.format, w, h, &src, &core); in get_frame()
|
H A D | Bitdepth_vs.cpp | 233 dst_ptr = _vsapi.newVideoFrame (_vi_out.format, w, h, &src, &core); in get_frame()
|
H A D | Matrix_vs.cpp | 361 dst_ptr = _vsapi.newVideoFrame (_vi_out.format, w, h, &src, &core); in get_frame()
|
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/ |
H A D | vsapi.cpp | 151 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 D | simplefilters.c | 202 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 D | vscore.h | 656 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 D | invert_example.c | 52 VSFrameRef *dst = vsapi->newVideoFrame(fi, width, height, src, core); in invertGetFrame()
|
/dports/multimedia/vapoursynth/vapoursynth-R54/src/filters/morpho/ |
H A D | morpho.c | 122 VSFrameRef *dst = vsapi->newVideoFrame(d->vi.format, d->vi.width, in MorphoGetFrame()
|
/dports/multimedia/vapoursynth/vapoursynth-R54/src/filters/avisource/ |
H A D | avi_source.cpp | 662 … 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 D | vinverse.c | 112 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 D | vsw2xnvk.cpp | 81 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 D | PlaneProcessor_vs.cpp | 219 _vsapi.newVideoFrame ( in try_initial()
|
/dports/multimedia/vapoursynth-l-smash-works/L-SMASH-Works-0.0-940-g198cc78/VapourSynth/ |
H A D | video_output.c | 517 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 D | indiccd.h | 363 void newVideoFrame(const QSharedPointer<QImage> &frame);
|
/dports/graphics/vapoursynth-waifu2x-w2xc/VapourSynth-Waifu2x-w2xc-r8/Waifu2x-w2xc/ |
H A D | Waifu2x-w2xc.cpp | 107 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 D | VapourSynth.h | 264 …VSFrameRef *(VS_CC *newVideoFrame)(const VSFormat *format, int width, int height, const VSFrameRef…
|
/dports/multimedia/vapoursynth/vapoursynth-R54/src/filters/imwri/ |
H A D | imwri.cpp | 659 …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()
|