Home
last modified time | relevance | path

Searched refs:resampling (Results 1 – 25 of 96) sorted by relevance

1234

/third_party/ffmpeg/doc/
Dlibswresample.texi16 The libswresample library performs highly optimized audio resampling,
26 resampling options and algorithms are available.
67 @settitle audio resampling library
Dffmpeg-resampler.texi17 libswresample library audio resampling utilities. In particular it
18 allows one to perform audio resampling, audio channel layout rematrixing,
Dresampler.texi78 force resampling, this flag forces resampling to be used even when the
114 Set resampling engine. Default value is swr.
128 For swr only, set resampling filter size, default value is 32.
131 For swr only, set resampling phase shift, default value is 10, and must be in
215 For swr only, select resampling filter type. This only affects resampling
Dswresample.txt38 The Buffers are needed for resampling due to resamplng being a process that
/third_party/ffmpeg/libavfilter/
Daf_resample.c43 int resampling; member
165 s->resampling = resampling_forced || (inlink->sample_rate != outlink->sample_rate); in config_output()
167 if (s->resampling) { in config_output()
255 if (s->resampling && s->next_pts == AV_NOPTS_VALUE) { in filter_frame()
274 if (s->resampling) { in filter_frame()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_pixel_transform.txt210 (magnification of input pixel rectangle), some method of resampling
216 The resampling method to be used when the pixel rectangle is
219 LINEAR, or CUBIC_EXT. The resampling method to be used when the
224 that is to be used whenever the resampling technique is set to CUBIC_EXT.
226 If the resampling method is NEAREST, each output pixel will have the
228 (in Manhattan distance). If the resampling method is LINEAR, each
232 If the resampling method is CUBIC_EXT, each output pixel will have a value
246 If the resampling method is AVERAGE_EXT, the values of all of the input
250 neighbor resampling method determines the address of the center input
/third_party/openGLES/extensions/EXT/
DEXT_pixel_transform.txt210 (magnification of input pixel rectangle), some method of resampling
216 The resampling method to be used when the pixel rectangle is
219 LINEAR, or CUBIC_EXT. The resampling method to be used when the
224 that is to be used whenever the resampling technique is set to CUBIC_EXT.
226 If the resampling method is NEAREST, each output pixel will have the
228 (in Manhattan distance). If the resampling method is LINEAR, each
232 If the resampling method is CUBIC_EXT, each output pixel will have a value
246 If the resampling method is AVERAGE_EXT, the values of all of the input
250 neighbor resampling method determines the address of the center input
/third_party/openGLES/extensions/HP/
DHP_image_transform.txt148 IMAGE_MAG_FILTER_HP establishes the resampling technique that is to be
151 defines the resampling technique that is to be applied if the image
154 resampling technique is set to CUBIC_HP.
191 some method of resampling is required. The resampling method to be
196 The resampling method to be used when the image is minified is specified
200 or AVERAGE_HP. If the resampling method is NEAREST, each output pixel will
202 nearest (in Manhattan distance). If the resampling method is LINEAR, each
206 If the resampling method is CUBIC_HP, each output pixel will have a value
219 If the resampling method is AVERAGE_HP, the values of all of the input
DREADME.image_pipeline.txt44 image scale, rotate, and translate with proper resampling controls. To follow
55 and texturing controls to provide the proper scaling/rotation/resampling
67 resampling, followed by another color lookup table that can be used for
/third_party/skia/third_party/externals/opengl-registry/extensions/HP/
DHP_image_transform.txt148 IMAGE_MAG_FILTER_HP establishes the resampling technique that is to be
151 defines the resampling technique that is to be applied if the image
154 resampling technique is set to CUBIC_HP.
191 some method of resampling is required. The resampling method to be
196 The resampling method to be used when the image is minified is specified
200 or AVERAGE_HP. If the resampling method is NEAREST, each output pixel will
202 nearest (in Manhattan distance). If the resampling method is LINEAR, each
206 If the resampling method is CUBIC_HP, each output pixel will have a value
219 If the resampling method is AVERAGE_HP, the values of all of the input
DREADME.image_pipeline.txt44 image scale, rotate, and translate with proper resampling controls. To follow
55 and texturing controls to provide the proper scaling/rotation/resampling
67 resampling, followed by another color lookup table that can be used for
/third_party/ffmpeg/libavresample/
DMakefile2 DESC = Libav audio resampling library
Davresampleres.rc41 VALUE "FileDescription", "Libav audio resampling library"
/third_party/ffmpeg/libswresample/
DMakefile2 DESC = FFmpeg audio resampling library
Dswresampleres.rc41 VALUE "FileDescription", "FFmpeg audio resampling library"
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
DTODO10 - simple resampling
/third_party/pulseaudio/conf/
Ddaemon.conf56 ; avoid-resampling = false
/third_party/pulseaudio/
Dmeson_options.txt149 description : 'Optional SoXR support (resampling)')
152 description : 'Optional Speex support (resampling, AEC)')
/third_party/ffmpeg/
DREADME.md14 * `libswresample` implements audio mixing and resampling routines.
/third_party/pulseaudio/src/daemon/
Ddaemon.conf.in57 ; avoid-resampling = false
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_subsample.txt26 the resampling and color conversion. Note however, that
232 resampling filter is applied prior to the subsampling step.
DSGIX_texture_supersample.txt119 The default resampling filter is an equal weighted box filter. A linear
/third_party/openGLES/extensions/SGIX/
DSGIX_subsample.txt26 the resampling and color conversion. Note however, that
232 resampling filter is applied prior to the subsampling step.
DSGIX_texture_supersample.txt119 The default resampling filter is an equal weighted box filter. A linear
/third_party/openGLES/extensions/OML/
DOML_resample.txt33 This extension enhances the resampling capabilities of the
410 resampling mode. Changed text descriptions of sampling to equations.

1234