sws_getContext     76 cmdutils.c             sws_opts = sws_getContext(16, 16, 0, 16, 16, 0, SWS_BICUBIC,
sws_getContext    462 doc/examples/muxing.c             ost->sws_ctx = sws_getContext(c->width, c->height,
sws_getContext     90 doc/examples/scaling_video.c     sws_ctx = sws_getContext(src_w, src_h, src_pix_fmt,
sws_getContext     29 libavfilter/lswsutils.c     struct SwsContext *sws_ctx = sws_getContext(src_w, src_h, src_pix_fmt,
sws_getContext    163 libavfilter/vf_sab.c     f->pre_filter_context = sws_getContext(width, height, AV_PIX_FMT_GRAY8,
sws_getContext    120 libswscale/swscale-test.c         srcContext = sws_getContext(w, h, AV_PIX_FMT_YUVA420P, srcW, srcH,
sws_getContext    156 libswscale/swscale-test.c     dstContext = sws_getContext(srcW, srcH, srcFormat, dstW, dstH, dstFormat,
sws_getContext    193 libswscale/swscale-test.c         outContext = sws_getContext(dstW, dstH, dstFormat, w, h,
sws_getContext    394 libswscale/swscale-test.c     sws = sws_getContext(W / 12, H / 12, AV_PIX_FMT_RGB32, W, H,
sws_getContext    192 libswscale/swscale.h struct SwsContext *sws_getContext(int srcW, int srcH, enum AVPixelFormat srcFormat,
sws_getContext   1248 libswscale/utils.c             c->cascaded_context[0] = sws_getContext(srcW, srcH, srcFormat,
sws_getContext   1254 libswscale/utils.c             c->cascaded_context[1] = sws_getContext(srcW, srcH, tmpFormat,
sws_getContext   1539 libswscale/utils.c         c->cascaded_context[0] = sws_getContext(srcW, srcH, srcFormat,
sws_getContext   1545 libswscale/utils.c         c->cascaded_context[1] = sws_getContext(tmpW, tmpH, tmpFormat,