/external/webrtc/src/common_audio/resampler/main/interface/ |
resampler.h | 13 * A wrapper for resampling a numerous amount of sampling combinations. 73 // Synchronous resampling, all output samples are written to samplesOut 77 // Asynchronous resampling, input 80 // Asynchronous resampling output, remaining samples are buffered
|
/external/webrtc/src/common_audio/signal_processing_library/main/source/ |
resample_fractional.c | 13 * This file contains the resampling functions between 48, 44, 32 and 24 kHz. 39 // Resampling ratio: 2/3 50 // Perform resampling (3 input samples -> 2 output samples); 85 // Resampling ratio: 3/4 96 // Perform resampling (4 input samples -> 3 output samples); 143 // fractional resampling filters 194 // Resampling ratio: 8/11 205 // Perform resampling (11 input samples -> 8 output samples);
|
resample_by_2_internal.h | 13 * This header file contains some internal resampling functions.
|
resample.c | 13 * This file contains the resampling functions for 22 kHz. 417 // Resampling ratio: 11/16 429 // Perform resampling (16 input samples -> 11 output samples); 459 // Resampling ratio: 11/16 471 // Perform resampling (16 input samples -> 11 output samples);
|
resample_48khz.c | 13 * This file contains resampling functions between 48 kHz and nb/wb.
|
resample_by_2.c | 13 * This file contains the resampling by two functions.
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
ImageSkia.cpp | 57 // Nearest neighbor resampling. Used when we detect that the page is 61 // Default skia resampling. Used for large growing of images where high 62 // quality resampling doesn't get us very much except a slowdown. 65 // High quality resampling. 96 // background that doesn't need resampling. 100 // common cases where resampling won't give us anything, since it is much 126 // The image is growing a lot and in more than one direction. Resampling 134 // one or two pixels. We don't bother resampling if the size difference 164 // Resampling the whole image every time is very slow, so this speeds up things 269 ResamplingMode resampling; local 372 ResamplingMode resampling; local [all...] |
NativeImageSkia.h | 79 // lot of time resampling the entire thing, so we only want to do exactly 80 // what's required. On the other hand, resampling the entire bitmap is
|
PlatformContextSkia.h | 218 // Stores image sizes for a hint to compute image resampling modes.
|
/external/speex/include/speex/ |
speex_resampler.h | 4 Resampling code 118 * @param quality Resampling quality between 0 and 10, where 0 has poor quality 137 * @param quality Resampling quality between 0 and 10, where 0 has poor quality 237 /** Set (change) the input/output sampling rates and resampling ratio 251 /** Get the current resampling ratio. This will be reduced to the least 263 * @param quality Resampling quality between 0 and 10, where 0 has poor 271 * @param quality Resampling quality between 0 and 10, where 0 has poor 317 * resampler. It is recommended to use that when resampling an audio file, as
|
/frameworks/media/libvideoeditor/lvpp/ |
VideoEditorBGAudioProcessing.h | 91 // before resampling is called
|
VideoEditorSRC.cpp | 52 // Set the metadata of the output after resampling. 158 // Resampling not required. Read and pass-through. 294 LOGV("Resampling required (in rate %d, out rate %d, in channel %d)", 306 LOGV("Resampling not required (%d = %d)", mSampleRate, mOutputSampleRate);
|
/system/media/mca/filterpacks/videosrc/java/ |
SurfaceTextureSource.java | 58 * unnecessary resampling.</p> 84 * SurfaceTexture source is known, use it here to minimize resampling. */ 89 * SurfaceTexture source is known, use it here to minimize resampling. */
|
/external/libvpx/vpx/ |
vpx_encoder.h | 262 * resolution, independent of any spatial resampling the encoder may do. 272 * resolution, independent of any spatial resampling the encoder may do. 328 /*!\brief Temporal resampling configuration, if supported by the codec. 330 * Temporal resampling allows the codec to "drop" frames as a strategy to 347 /*!\brief Enable/disable spatial resampling, if supported by the codec. 349 * Spatial resampling allows the codec to compress a lower resolution 357 /*!\brief Spatial resampling up watermark. 366 /*!\brief Spatial resampling down watermark.
|
/external/webkit/Source/WebCore/platform/audio/ |
AudioResamplerKernel.h | 34 // AudioResamplerKernel does resampling on a single mono channel.
|
/frameworks/base/services/audioflinger/ |
AudioMixer.cpp | 373 int resampling = 0; local 405 resampling = 1; 422 if (resampling) { 449 "all16BitsStereoNoResample=%d, resampling=%d, volumeRamp=%d", 451 all16BitsStereoNoResample, resampling, volumeRamp); 572 // to apply send level after resampling 901 // generic code without resampling 940 // this assumes output 16 bits stereo, no resampling 996 // generic code with resampling [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
mp4lib_int.h | 121 int horSamp_n; /* VOL hor. resampling of ref. VOL given by */ 123 int verSamp_n; /* VOL ver. resampling of ref. VOL given by */
|
/external/webrtc/src/common_audio/resampler/main/source/ |
resampler.cc | 13 * A wrapper for resampling a numerous amount of sampling combinations. 400 // Synchronous resampling, all output samples are written to samplesOut 433 // Do resampling for right channel 463 // tmp data for resampling routines 892 // Asynchronous resampling, input 953 // Asynchronous resampling output, remaining samples are buffered
|
/external/webrtc/src/modules/audio_processing/aec/main/source/ |
resampler.c | 12 * skew by resampling the farend signal.
|
echo_cancellation.c | 338 // Limit resampling to doubling/halving of signal 755 // Account for resampling frame delay 804 // Account for resampling frame delay
|
/external/libvpx/ |
y4minput.c | 142 We use a resampling filter to shift the site locations one quarter pixel (at 146 mpeg2 and jpeg cases (thus requiring no vertical resampling).*/ 235 We use a resampling filter to shift the site locations one quarter pixel (at 389 We use a resampling filter to decimate the chroma planes by two in the 454 We use a resampling filter to shift the original site locations one quarter 456 Then we use a second resampling filter to decimate the chroma planes by two
|
CHANGELOG | 71 vp8e_get_preview fixed when spatial resampling enabled
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
mp4lib_int.h | 114 Int horSamp_n; /* VOL hor. resampling of ref. VOL given by */ 116 Int verSamp_n; /* VOL ver. resampling of ref. VOL given by */
|
/external/speex/libspeex/ |
resample.c | 5 Arbitrary resampling code 45 This algorithm is based on this original resampling algorithm: 46 Smith, Julius O. Digital Audio Resampling Home Page 222 close to the Nyquist rate (from an A/D or a previous resampling filter) 587 /* Choose the resampling type that requires the least amount of memory */ [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
introspect.h | 332 const char *resample_method; /**< Thre resampling method used by this sink input. \since 0.7 */ 357 const char *resample_method; /**< Thre resampling method used by this source output. \since 0.7 */
|