Home
last modified time | relevance | path

Searched refs:swscale (Results 1 – 25 of 31) sorted by relevance

12

/third_party/ffmpeg/libswscale/
DMakefile1 NAME = swscale
4 HEADERS = swscale.h \
16 swscale.o \
30 swscale \
Dswscale_unscaled.c1990 c->swscale = planarToNv12Wrapper; in ff_get_unscaled_swscale()
1995 c->swscale = planarToNv24Wrapper; in ff_get_unscaled_swscale()
2000 c->swscale = nv12ToPlanarWrapper; in ff_get_unscaled_swscale()
2005 c->swscale = nv24ToPlanarWrapper; in ff_get_unscaled_swscale()
2011 c->swscale = ff_yuv2rgb_get_func_ptr(c); in ff_get_unscaled_swscale()
2019 c->swscale = planarToP01xWrapper; in ff_get_unscaled_swscale()
2024 c->swscale = planar8ToP01xleWrapper; in ff_get_unscaled_swscale()
2030 c->swscale = yvu9ToYv12Wrapper; in ff_get_unscaled_swscale()
2037 c->swscale = bgr24ToYv12Wrapper; in ff_get_unscaled_swscale()
2042 c->swscale = rgbToRgbWrapper; in ff_get_unscaled_swscale()
[all …]
Dswscaleres.rc45 … VALUE "OriginalFilename", "swscale" BUILDSUF "-" AV_STRINGIFY(LIBSWSCALE_VERSION_MAJOR) SLIBSUF
Dswscale.c238 static int swscale(SwsContext *c, const uint8_t *src[], in swscale() function
597 return swscale; in ff_getSwsFunc()
970 ret = c->swscale(c, src2, srcStride2, srcSliceY_internal, srcSliceH, dst2, dstStride2); in sws_scale()
Dswscale_internal.h293 SwsFunc swscale; member
Dutils.c1831 c->swscale = ff_sws_alphablendaway; in sws_init_context()
1846 if (c->swscale) { in sws_init_context()
1855 c->swscale = ff_getSwsFunc(c); in sws_init_context()
/third_party/skia/experimental/ffmpeg/
DBUILD.gn22 "swscale",
42 "swscale",
/third_party/ffmpeg/libswscale/tests/
D.gitignore4 /swscale
/third_party/ffmpeg/libswscale/arm/
Dswscale_unscaled.c150 c->swscale = ifmt##_to_##ofmt##_neon_wrapper; \
166 c->swscale = accurate_rnd ? rgbx_to_nv12_neon_32_wrapper
DMakefile1 OBJS += arm/swscale.o \
/third_party/ffmpeg/libswscale/aarch64/
DMakefile2 aarch64/swscale.o \
Dswscale_unscaled.c105 c->swscale = ifmt##_to_##ofmt##_neon_wrapper; \
/third_party/vk-gl-cts/framework/delibs/cmake/
DFindFFmpeg.cmake111 #FFMPEG_FIND(LIBSWSCALE swscale swscale.h) # not sure about the header to look for here.
/third_party/ffmpeg/libswscale/x86/
DMakefile4 x86/swscale.o \
/third_party/ffmpeg/libswscale/ppc/
Dyuv2yuv_altivec.c199 c->swscale = yv12toyuy2_unscaled_altivec; in ff_get_unscaled_swscale_ppc()
201 c->swscale = yv12touyvy_unscaled_altivec; in ff_get_unscaled_swscale_ppc()
/third_party/ffmpeg/doc/
Dswscale.txt1 The official guide to swscale for confused developers.
Dissue_tracker.txt202 swscale
Dffplay.texi292 @ifset config-swscale
Dffprobe.texi639 @ifset config-swscale
/third_party/ffmpeg/ffbuild/
Dcommon.mak29 ALLFFLIBS = avcodec avdevice avfilter avformat avresample avutil postproc swscale swresample
/third_party/ffmpeg/
DMakefile29 FFLIBS-$(CONFIG_SWSCALE) += swscale
Dconfigure110 --disable-swscale-alpha disable alpha channel support in swscale
132 --disable-swscale disable libswscale build
420 --sws-max-filter-size=N the max filter size swscale uses [$sws_max_filter_size_default]
DChangelog20 - swscale/alphablend: Fix slice handling
83 - swscale/slice: Fix wrong return on error
85 - swscale/slice: Check slice for allocation failure
DBUILD.gn75 "//third_party/ffmpeg/libswscale/aarch64/swscale.c",
1591 "//third_party/ffmpeg/libswscale/swscale.c",
/third_party/gstreamer/gst_libav/
DChangeLog1471 Remove swscale plugin code
5707 swscale: Use 1.0-style video/x-raw caps
6484 from <gst-ffmpeg>/gst-libs/ext/libav/libswscale/swscale.h:30,
8582 swscale: port to new video API
10115 ffmpegrev: Update to ffmpeg/swscale checkouts of Mon Jan 25 2010
10118 Also set a specific swscale revision to checkout.
10163 FFMpeg swscale function wants some const pointers.
11432 ffmpeg: Bump up to current upstream HEAD of ffmpeg and swscale
11652 …ffmpegrev: Update ffmpeg SVN revision to r16434 and update to the corresponding swscale snapshot. …
11656 swscale snapshot. This new ffmpeg version has initial support for
[all …]

12