Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_io_proc.c42 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/
H A 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()
H A 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/
H A Dvf_sr.c100 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()
H A Dlswsutils.c29 struct SwsContext *sws_ctx = sws_getContext(src_w, src_h, src_pix_fmt, in ff_scale_image()
H A Dvf_dnn_processing.c172 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()
H A Dvf_sab.c157 f->pre_filter_context = sws_getContext(width, height, AV_PIX_FMT_GRAY8, in open_filter_param()
/third_party/ffmpeg/doc/examples/
H A Dscaling_video.c90 sws_ctx = sws_getContext(src_w, src_h, src_pix_fmt, in main()
H A Dmuxing.c493 ost->sws_ctx = sws_getContext(c->width, c->height, in get_video_frame()
/third_party/ffmpeg/libswscale/
H A Dswscale.h193 struct SwsContext *sws_getContext(int srcW, int srcH, enum AVPixelFormat srcFormat,
208 * sws_getContext()
380 * If context is NULL, just calls sws_getContext() to get a new
H A Dutils.c1623 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/
H A Dscale_slice_test.c61 pd->scaler = sws_getContext(frame->width, frame->height, frame->format, in process_frame()
/third_party/skia/experimental/ffmpeg/
H A DSkVideoDecoder.cpp241 auto* ctx = sws_getContext(frame->width, frame->height, (AVPixelFormat)frame->format, in convertFrame()

Completed in 11 milliseconds