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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dlswsutils.c29 struct SwsContext *sws_ctx = sws_getContext(src_w, src_h, src_pix_fmt,
H A Dvf_sab.c163 f->pre_filter_context = sws_getContext(width, height, AV_PIX_FMT_GRAY8,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale-test.c118 srcContext = sws_getContext(w, h, AV_PIX_FMT_YUVA420P, srcW, srcH,
154 dstContext = sws_getContext(srcW, srcH, srcFormat, dstW, dstH, dstFormat,
191 outContext = sws_getContext(dstW, dstH, dstFormat, w, h,
392 sws = sws_getContext(W / 12, H / 12, AV_PIX_FMT_RGB32, W, H,
H A Dswscale.h194 struct SwsContext *sws_getContext(int srcW, int srcH, enum AVPixelFormat srcFormat,
210 * sws_getContext()
311 * If context is NULL, just calls sws_getContext() to get a new
H A Dutils.c1663 SwsContext *sws_getContext(int srcW, int srcH, enum AVPixelFormat srcFormat, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dscaling_video.c90 sws_ctx = sws_getContext(src_w, src_h, src_pix_fmt,
H A Dmuxing.c438 ost->sws_ctx = sws_getContext(c->width, c->height,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale-test.c114 srcContext = sws_getContext(w, h, PIX_FMT_YUVA420P, srcW, srcH,
149 dstContext = sws_getContext(srcW, srcH, srcFormat, dstW, dstH, dstFormat,
186 outContext = sws_getContext(dstW, dstH, dstFormat, w, h,
354 sws = sws_getContext(W / 12, H / 12, PIX_FMT_RGB32, W, H,
H A Dswscale.h202 struct SwsContext *sws_getContext(int srcW, int srcH, enum PixelFormat srcFormat,
218 * sws_getContext()
313 * If context is NULL, just calls sws_getContext() to get a new
H A Dutils.c1106 SwsContext *sws_getContext(int srcW, int srcH, enum PixelFormat srcFormat, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_scale.c215 scale->sws = sws_getContext(inlink ->w, inlink ->h, inlink ->format,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Doutput-example.c355 img_convert_ctx = sws_getContext(c->width, c->height,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dartwork.c314 swsctx = sws_getContext(src->width, src->height, src->pix_fmt,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dcmdutils.c63 sws_opts = sws_getContext(16, 16, 0, 16, 16, 0, SWS_BICUBIC,
H A Davconv.c1306 ost->img_resample_ctx = sws_getContext(
2446 ost->img_resample_ctx = sws_getContext(
H A Dffmpeg.c1181 ost->img_resample_ctx = sws_getContext(
2216 ost->img_resample_ctx = sws_getContext(
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils.c76 sws_opts = sws_getContext(16, 16, 0, 16, 16, 0, SWS_BICUBIC,

Completed in 160 milliseconds