/third_party/ffmpeg/libavfilter/dnn/ |
D | dnn_io_proc.c | 38 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/ |
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 | 110 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()
|
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 | 177 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()
|
D | vf_sab.c | 164 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 | 491 ost->sws_ctx = sws_getContext(c->width, c->height, in get_video_frame()
|
/third_party/ffmpeg/libswscale/ |
D | swscale.h | 186 struct SwsContext *sws_getContext(int srcW, int srcH, enum AVPixelFormat srcFormat,
|
D | utils.c | 979 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/ |
D | SkVideoDecoder.cpp | 241 auto* ctx = sws_getContext(frame->width, frame->height, (AVPixelFormat)frame->format, in convertFrame()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 1218 sws_getContext is not going to be removed in the future.
|