SwsContext 51 cmdutils.c struct SwsContext *sws_opts; SwsContext 45 cmdutils.h extern struct SwsContext *sws_opts; SwsContext 250 ffmpeg.c struct SwsContext *img_resample_ctx; /* for image resampling */ SwsContext 1230 ffplay.c static struct SwsContext *img_convert_ctx; SwsContext 523 libavcodec/imgresample.c struct SwsContext *sws_getContext(int srcW, int srcH, int srcFormat, SwsContext 528 libavcodec/imgresample.c struct SwsContext *ctx; SwsContext 530 libavcodec/imgresample.c ctx = av_malloc(sizeof(struct SwsContext)); SwsContext 580 libavcodec/imgresample.c struct SwsContext *sws_getCachedContext(struct SwsContext *ctx, SwsContext 59 libswscale/swscale-example.c struct SwsContext *srcContext, *dstContext, *outContext; SwsContext 196 libswscale/swscale-example.c struct SwsContext *sws; SwsContext 2182 libswscale/swscale.c SwsContext *sws_getContext(int srcW, int srcH, enum PixelFormat srcFormat, int dstW, int dstH, enum PixelFormat dstFormat, int flags, SwsContext 2185 libswscale/swscale.c SwsContext *c; SwsContext 2264 libswscale/swscale.c c= av_mallocz(sizeof(SwsContext)); SwsContext 3169 libswscale/swscale.c struct SwsContext *sws_getCachedContext(struct SwsContext *context, SwsContext 113 libswscale/swscale.h struct SwsContext; SwsContext 130 libswscale/swscale.h struct SwsContext *sws_getContext(int srcW, int srcH, enum PixelFormat srcFormat, int dstW, int dstH, enum PixelFormat dstFormat, int flags, SwsContext 30 libswscale/swscale_avoption.c #define OFFSET(x) offsetof(SwsContext, x) SwsContext 55 libswscale/swscale_internal.h struct SwsContext; SwsContext 105 libswscale/yuv2rgb.c static int func_name(SwsContext *c, uint8_t* src[], int srcStride[], int srcSliceY, \ SwsContext 277 libswscale/yuv2rgb_altivec.c static int altivec_##name (SwsContext *c, \ SwsContext 332 output_example.c static struct SwsContext *img_convert_ctx; SwsContext 97 vhook/fish.c struct SwsContext *toRGB_convert_ctx; SwsContext 98 vhook/imlib2.c struct SwsContext *toRGB_convert_ctx; SwsContext 100 vhook/imlib2.c struct SwsContext *fromRGB_convert_ctx; SwsContext 32 vhook/null.c struct SwsContext *toRGB_convert_ctx; SwsContext 35 vhook/null.c struct SwsContext *fromRGB_convert_ctx; SwsContext 205 vhook/ppm.c struct SwsContext *toRGB_convert_ctx; SwsContext 208 vhook/ppm.c struct SwsContext *fromRGB_convert_ctx; SwsContext 95 vhook/watermark.c struct SwsContext *toRGB_convert_ctx; SwsContext 97 vhook/watermark.c struct SwsContext *watermark_convert_ctx; SwsContext 99 vhook/watermark.c struct SwsContext *fromRGB_convert_ctx;