/third_party/ffmpeg/libavfilter/dnn/ |
D | dnn_io_proc.c | 42 sws_ctx = sws_getContext(frame->width * 3, in ff_proc_from_dnn_to_frame() 73 sws_ctx = sws_getContext(frame->width, in ff_proc_from_dnn_to_frame() 115 sws_ctx = sws_getContext(frame->width * 3, in ff_proc_from_frame_to_dnn() 147 sws_ctx = sws_getContext(frame->width, in ff_proc_from_frame_to_dnn() 217 sws_ctx = sws_getContext(width, height, frame->format, in ff_frame_to_dnn_classify() 260 sws_ctx = sws_getContext(frame->width, frame->height, frame->format, in ff_frame_to_dnn_detect()
|
/third_party/ffmpeg/libswscale/tests/ |
D | swscale.c | 126 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()
|
D | floatimg_cmp.c | 215 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/ |
D | vf_sr.c | 100 ctx->sws_uv_scale = sws_getContext(sws_src_w, sws_src_h, AV_PIX_FMT_GRAY8, in config_output() 109 ctx->sws_pre_scale = sws_getContext(inlink->w, inlink->h, inlink->format, in config_output()
|
D | lswsutils.c | 29 struct SwsContext *sws_ctx = sws_getContext(src_w, src_h, src_pix_fmt, in ff_scale_image()
|
D | vf_dnn_processing.c | 172 ctx->sws_uv_scale = sws_getContext(inlink->w >> 1, inlink->h >> 1, AV_PIX_FMT_YA8, in prepare_uv_scale() 182 ctx->sws_uv_scale = sws_getContext(sws_src_w, sws_src_h, AV_PIX_FMT_GRAY8, in prepare_uv_scale()
|
D | vf_sab.c | 157 f->pre_filter_context = sws_getContext(width, height, AV_PIX_FMT_GRAY8, in open_filter_param()
|
/third_party/ffmpeg/doc/examples/ |
D | scaling_video.c | 90 sws_ctx = sws_getContext(src_w, src_h, src_pix_fmt, in main()
|
D | muxing.c | 493 ost->sws_ctx = sws_getContext(c->width, c->height, in get_video_frame()
|
/third_party/ffmpeg/libswscale/ |
D | swscale.h | 193 struct SwsContext *sws_getContext(int srcW, int srcH, enum AVPixelFormat srcFormat,
|
D | utils.c | 1623 c->cascaded_context[0] = sws_getContext(srcW, srcH, srcFormat, in sws_init_context() 1630 c->cascaded_context[1] = sws_getContext(srcW, srcH, tmpFmt, in sws_init_context() 1661 c->cascaded_context[2] = sws_getContext(dstW, dstH, tmpFmt, in sws_init_context() 1681 c->cascaded_context[0] = sws_getContext(srcW, srcH, srcFormat, in sws_init_context() 1687 c->cascaded_context[1] = sws_getContext(srcW, srcH, tmpFormat, in sws_init_context() 2009 c->cascaded_context[0] = sws_getContext(srcW, srcH, srcFormat, in sws_init_context() 2015 c->cascaded_context[1] = sws_getContext(tmpW, tmpH, tmpFormat, in sws_init_context() 2050 SwsContext *sws_getContext(int srcW, int srcH, enum AVPixelFormat srcFormat, in sws_getContext() function
|
/third_party/ffmpeg/tools/ |
D | scale_slice_test.c | 61 pd->scaler = sws_getContext(frame->width, frame->height, frame->format, in process_frame()
|
/third_party/skia/experimental/ffmpeg/ |
D | SkVideoDecoder.cpp | 241 auto* ctx = sws_getContext(frame->width, frame->height, (AVPixelFormat)frame->format, in convertFrame()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 1497 sws_getContext is not going to be removed in the future.
|