Home
last modified time | relevance | path

Searched refs:sws_getContext (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/libavfilter/dnn/
Ddnn_io_proc.c38 sws_ctx = sws_getContext(frame->width * 3, in ff_proc_from_dnn_to_frame()
69 sws_ctx = sws_getContext(frame->width, in ff_proc_from_dnn_to_frame()
108 sws_ctx = sws_getContext(frame->width * 3, in proc_from_frame_to_dnn_frameprocessing()
140 sws_ctx = sws_getContext(frame->width, in proc_from_frame_to_dnn_frameprocessing()
183 sws_ctx = sws_getContext(frame->width, frame->height, frame->format, in proc_from_frame_to_dnn_analytics()
/third_party/ffmpeg/libswscale/tests/
Dswscale.c126 srcContext = sws_getContext(w, h, AV_PIX_FMT_YUVA420P, srcW, srcH, in doTest()
168 dstContext = sws_getContext(srcW, srcH, srcFormat, dstW, dstH, dstFormat, in doTest()
205 outContext = sws_getContext(dstW, dstH, dstFormat, w, h, in doTest()
417 sws = sws_getContext(W / 12, H / 12, AV_PIX_FMT_RGB32, W, H, in main()
Dfloatimg_cmp.c215 sws = sws_getContext(w, h, inFormat, w, h, in main()
231 sws = sws_getContext(w, h, dstFormat, w, h, in main()
/third_party/ffmpeg/libavfilter/
Dvf_sr.c110 ctx->sws_uv_scale = sws_getContext(sws_src_w, sws_src_h, AV_PIX_FMT_GRAY8, in config_output()
119 ctx->sws_pre_scale = sws_getContext(inlink->w, inlink->h, inlink->format, in config_output()
Dlswsutils.c29 struct SwsContext *sws_ctx = sws_getContext(src_w, src_h, src_pix_fmt, in ff_scale_image()
Dvf_dnn_processing.c177 ctx->sws_uv_scale = sws_getContext(inlink->w >> 1, inlink->h >> 1, AV_PIX_FMT_YA8, in prepare_uv_scale()
187 ctx->sws_uv_scale = sws_getContext(sws_src_w, sws_src_h, AV_PIX_FMT_GRAY8, in prepare_uv_scale()
Dvf_sab.c164 f->pre_filter_context = sws_getContext(width, height, AV_PIX_FMT_GRAY8, in open_filter_param()
/third_party/ffmpeg/doc/examples/
Dscaling_video.c90 sws_ctx = sws_getContext(src_w, src_h, src_pix_fmt, in main()
Dmuxing.c491 ost->sws_ctx = sws_getContext(c->width, c->height, in get_video_frame()
/third_party/ffmpeg/libswscale/
Dswscale.h186 struct SwsContext *sws_getContext(int srcW, int srcH, enum AVPixelFormat srcFormat,
Dutils.c979 c->cascaded_context[1] = sws_getContext(tmp_width, tmp_height, tmp_format, in sws_setColorspaceDetails()
1495 c->cascaded_context[0] = sws_getContext(srcW, srcH, srcFormat, in sws_init_context()
1502 c->cascaded_context[1] = sws_getContext(srcW, srcH, tmpFmt, in sws_init_context()
1533 c->cascaded_context[2] = sws_getContext(dstW, dstH, tmpFmt, in sws_init_context()
1553 c->cascaded_context[0] = sws_getContext(srcW, srcH, srcFormat, in sws_init_context()
1559 c->cascaded_context[1] = sws_getContext(srcW, srcH, tmpFormat, in sws_init_context()
1876 c->cascaded_context[0] = sws_getContext(srcW, srcH, srcFormat, in sws_init_context()
1882 c->cascaded_context[1] = sws_getContext(tmpW, tmpH, tmpFormat, in sws_init_context()
1917 SwsContext *sws_getContext(int srcW, int srcH, enum AVPixelFormat srcFormat, in sws_getContext() function
/third_party/skia/experimental/ffmpeg/
DSkVideoDecoder.cpp241 auto* ctx = sws_getContext(frame->width, frame->height, (AVPixelFormat)frame->format, in convertFrame()
/third_party/ffmpeg/doc/
DAPIchanges1218 sws_getContext is not going to be removed in the future.