Searched refs:swscale (Results 1 – 22 of 22) sorted by relevance
/third_party/ffmpeg/libswscale/ |
D | Makefile | 1 NAME = swscale 4 HEADERS = swscale.h \ 17 swscale.o \ 33 swscale \
|
D | swscaleres.rc | 45 … VALUE "OriginalFilename", "swscale" BUILDSUF "-" AV_STRINGIFY(LIBSWSCALE_VERSION_MAJOR) SLIBSUF
|
D | swscale.c | 234 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/ |
D | BUILD.gn | 22 "swscale", 42 "swscale",
|
/third_party/ffmpeg/libswscale/tests/ |
D | .gitignore | 4 /swscale
|
/third_party/ffmpeg/libswscale/aarch64/ |
D | Makefile | 2 aarch64/swscale.o \
|
/third_party/ffmpeg/libswscale/arm/ |
D | Makefile | 1 OBJS += arm/swscale.o \
|
/third_party/vk-gl-cts/framework/delibs/cmake/ |
D | FindFFmpeg.cmake | 111 #FFMPEG_FIND(LIBSWSCALE swscale swscale.h) # not sure about the header to look for here.
|
/third_party/ffmpeg/libswscale/x86/ |
D | Makefile | 4 x86/swscale.o \
|
/third_party/ffmpeg/ |
D | Makefile | 22 ALLFFLIBS = avcodec avdevice avfilter avformat avutil postproc swscale swresample 31 FFLIBS-$(CONFIG_SWSCALE) += swscale
|
D | Changelog | 162 - 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
|
D | configure | 110 --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]
|
D | BUILD.gn | 78 "//third_party/ffmpeg/libswscale/aarch64/swscale.c", 1653 "//third_party/ffmpeg/libswscale/swscale.c",
|
/third_party/ffmpeg/doc/ |
D | swscale.txt | 1 The official guide to swscale for confused developers.
|
D | issue_tracker.txt | 202 swscale
|
D | ffplay.texi | 282 @ifset config-swscale
|
D | APIchanges | 184 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
|
D | ffprobe.texi | 652 @ifset config-swscale
|
D | ffmpeg.texi | 2261 @ifset config-swscale
|
D | filters.texi | 207 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/ |
D | opt_common.c | 192 PRINT_LIB_INFO(swscale, SWSCALE, flags, level); in print_all_libs_info()
|
D | ffprobe.c | 3537 SHOW_LIB_VERSION(swscale, SWSCALE); in ffprobe_show_library_versions()
|