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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A DMakefile3 NAME = swscale
5 HEADERS = swscale.h \
12 swscale.o \
21 swscale \
H A Dswscale_unscaled.c26 #include "swscale.h"
1574 c->swscale = planarToNv12Wrapper;
1579 c->swscale = nv12ToPlanarWrapper;
1585 c->swscale = ff_yuv2rgb_get_func_ptr(c);
1591 c->swscale = yvu9ToYv12Wrapper;
1598 c->swscale = bgr24ToYv12Wrapper;
1603 c->swscale = rgbToRgbWrapper;
1607 c->swscale = planarRgbToplanarRgbWrapper;
1618 c->swscale = planarRgbToRgbWrapper;
1630 c->swscale
[all...]
H A Dswscale.c36 #include "swscale.h"
335 static int swscale(SwsContext *c, const uint8_t *src[], function
407 DEBUG_BUFFERS("swscale() %p[%d] %p[%d] %p[%d] %p[%d] -> %p[%d] %p[%d] %p[%d] %p[%d]\n",
775 return swscale;
918 * swscale wrapper, so we don't need to export the SwsContext.
1083 ret = c->swscale(c, src2, srcStride2, srcSliceY, srcSliceH, dst2,
1109 ret = c->swscale(c, src2, srcStride2, c->srcH-srcSliceY-srcSliceH,
H A Dswscale_internal.h279 SwsFunc swscale; member in struct:SwsContext
488 /* function pointers for swscale() */
835 * Set c->swscale to an unscaled converter if one exists for the specific
H A Dutils.c53 #include "swscale.h"
1647 if (c->swscale) {
1656 c->swscale = ff_getSwsFunc(c);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A DMakefile1 NAME = swscale
4 HEADERS = swscale.h
6 OBJS = options.o rgb2rgb.o swscale.o utils.o yuv2rgb.o \
24 TESTPROGS = colorspace swscale
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A DMakefile4 x86/swscale.o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/arm/
H A Dswscale_unscaled.c22 #include "libswscale/swscale.h"
69 c->swscale = accurate_rnd ? rgbx_to_nv12_neon_32_wrapper
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dscaling_video.c31 #include <libswscale/swscale.h>
H A Dmuxing.c43 #include <libswscale/swscale.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/ppc/
H A Dyuv2yuv_altivec.c5 * based on the equivalent C code in swscale.c
29 #include "libswscale/swscale.h"
199 c->swscale = yv12toyuy2_unscaled_altivec;
201 c->swscale = yv12touyvy_unscaled_altivec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A DMakefile23 ALLFFLIBS = avcodec avdevice avfilter avformat avutil postproc swscale
77 FFLIBS-$(CONFIG_SWSCALE) += swscale
H A Dcmdutils.c35 #include "libswscale/swscale.h"
500 PRINT_LIB_INFO(swscale, SWSCALE, flags, level);
H A Dconfigure91 --disable-swscale disable libswscale build
99 --disable-swscale-alpha disable alpha channel support in swscale
988 swscale
1525 scale_filter_deps="swscale"
1534 avconv_deps="avcodec avformat swscale"
1535 avplay_deps="avcodec avformat swscale sdl"
1540 ffmpeg_deps="avcodec avformat swscale"
1684 enable swscale
3366 get_version LIBSWSCALE libswscale/swscale
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A DMakefile4 FFLIBS-$(CONFIG_SCALE_FILTER) += swscale
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcommon.mak24 ALLFFLIBS = avcodec avdevice avfilter avformat avresample avutil postproc swscale swresample
H A DMakefile49 FFLIBS-$(CONFIG_SWSCALE) += swscale
H A Dconfigure106 --disable-swscale-alpha disable alpha channel support in swscale
131 --disable-swscale disable libswscale build
319 --sws-max-filter-size=N the max filter size swscale uses [$sws_max_filter_size_default]
1424 swscale
2537 mp_filter_deps="gpl avcodec swscale inline_asm"
2549 removelogo_filter_deps="avcodec avformat swscale"
2551 sab_filter_deps="gpl swscale"
2552 scale_filter_deps="swscale"
2553 smartblur_filter_deps="gpl swscale"
[all...]
H A Dcmdutils.c38 #include "libswscale/swscale.h"
560 av_log(NULL, AV_LOG_WARNING, "Ignoring %s %s, due to disabled swscale\n", opt, arg);
1063 PRINT_LIB_INFO(swscale, SWSCALE, flags, level);
H A Dffprobe.c44 #include "libswscale/swscale.h"
2511 SHOW_LIB_VERSION(swscale, SWSCALE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dartwork.c34 #include <libswscale/swscale.h>

Completed in 256 milliseconds