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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dswscale-example.c59 struct SwsContext *srcContext, *dstContext, *outContext; local
87 srcContext= sws_getContext(w, h, PIX_FMT_YUV420P, srcW, srcH, srcFormat, flags, NULL, NULL, NULL);
88 if (!srcContext) {
117 sws_scale(srcContext, ref, refStride, 0, h , src, srcStride);
139 sws_freeContext(srcContext);

Completed in 100 milliseconds