Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
DMakefile1 NAME = swscale
4 HEADERS = swscale.h \
17 swscale.o \
33 swscale \
Dswscaleres.rc45 … VALUE "OriginalFilename", "swscale" BUILDSUF "-" AV_STRINGIFY(LIBSWSCALE_VERSION_MAJOR) SLIBSUF
Dswscale.c234 static int swscale(SwsContext *c, const uint8_t *src[], in swscale() function
1043 ret = swscale(c, src2, srcStride2, srcSliceY_internal, srcSliceH, in scale_internal()
/third_party/skia/experimental/ffmpeg/
DBUILD.gn22 "swscale",
42 "swscale",
/third_party/ffmpeg/libswscale/tests/
D.gitignore4 /swscale
/third_party/ffmpeg/libswscale/aarch64/
DMakefile2 aarch64/swscale.o \
/third_party/ffmpeg/libswscale/arm/
DMakefile1 OBJS += arm/swscale.o \
/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/
DMakefile22 ALLFFLIBS = avcodec avdevice avfilter avformat avutil postproc swscale swresample
31 FFLIBS-$(CONFIG_SWSCALE) += swscale
DChangelog162 - swscale/input: Use more unsigned intermediates
166 - swscale/output: Bias 16bps output calculations to improve non overflowing range for GBRP16/GBRPF32
167 - swscale/output: Bias 16bps output calculations to improve non overflowing range
177 - swscale: aarch64: Fix yuv2rgb with negative strides
303 - swscale slice threading
Dconfigure110 --disable-swscale-alpha disable alpha channel support in swscale
132 --disable-swscale disable libswscale build
425 --sws-max-filter-size=N the max filter size swscale uses [$sws_max_filter_size_default]
DBUILD.gn78 "//third_party/ffmpeg/libswscale/aarch64/swscale.c",
1653 "//third_party/ffmpeg/libswscale/swscale.c",
/third_party/ffmpeg/doc/
Dswscale.txt1 The official guide to swscale for confused developers.
Dissue_tracker.txt202 swscale
Dffplay.texi282 @ifset config-swscale
DAPIchanges184 2021-09-06 - 42cd64c1826 - lsws 6.1.100 - swscale.h
1496 2014-08-07 - bb789016d4 - lsws 2.1.3 - swscale.h
2340 lsws 2.1.1 - swscale.h
3217 2010-09-26 - 635d4ae - lsws 0.12.0 - swscale.h
Dffprobe.texi652 @ifset config-swscale
Dffmpeg.texi2261 @ifset config-swscale
Dfilters.texi207 conversion is required. It is possible to specify swscale flags
26235 to the filtergraph description to specify swscale flags for automatically
/third_party/ffmpeg/fftools/
Dopt_common.c192 PRINT_LIB_INFO(swscale, SWSCALE, flags, level); in print_all_libs_info()
Dffprobe.c3537 SHOW_LIB_VERSION(swscale, SWSCALE); in ffprobe_show_library_versions()