HomeSort by relevance Sort by last modified time
    Searched full:resampling (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /external/chromium_org/chrome/browser/history/
select_favicon_frames.h 28 // WebContents::DownloadImage() does resampling if it is passed a max size.)
33 // and gets worse the more resampling needs to happen.
34 // If the resampling algorithm is modified, the resampling done in
51 // matches, and gets worse the more resampling needs to happen.
  /external/webrtc/src/common_audio/resampler/include/
resampler.h 13 * A wrapper for resampling a numerous amount of sampling combinations.
79 // Synchronous resampling, all output samples are written to samplesOut
83 // Asynchronous resampling, input
86 // Asynchronous resampling output, remaining samples are buffered
  /external/chromium_org/third_party/skia/include/effects/
SkBicubicImageFilter.h 17 Bicubic resampling image filter. This filter does a 16-tap bicubic
23 /** Construct a (scaling-only) bicubic resampling image filter.
  /external/skia/include/effects/
SkBicubicImageFilter.h 17 Bicubic resampling image filter. This filter does a 16-tap bicubic
23 /** Construct a (scaling-only) bicubic resampling image filter.
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
NativeImageSkia.cpp 72 // background that doesn't need resampling.
76 // common cases where resampling won't give us anything, since it is much
114 // The image is growing a lot and in more than one direction. Resampling
122 // one or two pixels. We don't bother resampling if the size difference
141 static ResamplingMode limitResamplingMode(GraphicsContext* context, ResamplingMode resampling)
149 if (resampling == AwesomeResampling)
157 return resampling;
218 // Resampling the whole image every time is very slow, so this speeds up things
331 ResamplingMode resampling; local
333 resampling = LinearResampling
426 ResamplingMode resampling; local
    [all...]
NativeImageSkia.h 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.
169 // lot of time resampling the entire thing, so we only want to do exactly
170 // what's required. On the other hand, resampling the entire bitmap is
  /external/chromium_org/media/base/
audio_converter.h 5 // AudioConverter is a complete mixing, resampling, buffering, and channel
14 // Additionally, since resampling is the most expensive operation, input mixing
15 // and channel down mixing are done prior to resampling. Likewise, channel up
16 // mixing is performed after resampling.
107 // Handles resampling.
118 // Since resampling is expensive, figure out if we should downmix channels
119 // before resampling.
audio_converter.cc 5 // AudioConverter implementation. Uses MultiChannelSincResampler for resampling
45 DVLOG(1) << "Remixing channel layout prior to resampling.";
58 DVLOG(1) << "Resampling from " << input_params.sample_rate() << " to "
79 // FIFO is not necessary when resampling.
132 // or after resampling. If it's possible to reduce the channel count prior to
133 // resampling we can save a lot of processing time. Vice versa, we don't want
134 // to increase the channel count prior to resampling for the same reason.
139 // Figure out which method to call based on whether we're resampling and
140 // rebuffering, just resampling, or just mixing. We want to avoid any extra
multi_channel_resampler.h 29 // used to acquire audio data for resampling. |io_sample_rate_ratio| is the
46 // of the kernels used for resampling. Not thread safe, do not call while
55 // Source of data for resampling.
sinc_resampler.h 48 // acquire audio data for resampling. |io_sample_rate_ratio| is the ratio
70 // the kernels used for resampling. Not thread safe, do not call while
109 // Source of data for resampling.
139 // Atomic ref count indicating when when we're in the middle of resampling.
multi_channel_resampler_unittest.cc 17 // Just test a basic resampling case. The SincResampler unit test will take
96 // Calculate Root-Mean-Square-Error for the resampling.
audio_converter_perftest.cc 65 // without any resampling for the FIFO vs no FIFO benchmarks.
audio_renderer_mixer.h 53 // Handles mixing and resampling between input and output parameters.
  /external/webrtc/src/common_audio/signal_processing/
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.
  /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
  /external/chromium_org/third_party/opus/src/silk/
resampler_private.h 44 /* Description: Hybrid IIR/FIR polyphase implementation of resampling */
52 /* Description: Hybrid IIR/FIR polyphase implementation of resampling */
control_codec.c 146 /* Initialize the resampler for enc_API.c preparing resampling from API_fs_Hz to fs_kHz */
171 /* Initialize resampler for temporary resampling of x_buf data to API_fs_Hz */
178 /* Temporary resampling of x_buf data to API_fs_Hz */
182 /* Initialize the resampler for enc_API.c preparing resampling from API_fs_Hz to fs_kHz */
185 /* Correct resampler state by resampling buffered data from API_fs_Hz to fs_kHz */
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorBGAudioProcessing.h 99 // before resampling is called
VideoEditorSRC.cpp 56 // Set the metadata of the output after resampling.
177 // Resampling not required. Read and pass-through.
318 ALOGV("Resampling required (%d => %d Hz, # channels = %d)",
329 ALOGV("Resampling not required (%d => %d Hz, # channels = %d)",
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
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/chromium_org/media/audio/
audio_output_resampler.h 22 // AudioOutputResampler is a browser-side resampling and buffering solution
  /external/chromium_org/third_party/WebKit/ManualTests/
image-resampling-with-scale.html 5 // Image of the Chrome logo. An image with features (i.e., not a green square) is necessary for noticing resampling noise.
  /external/chromium_org/content/renderer/media/
media_stream_audio_processor.h 110 // Converter used for the down-mixing and resampling of the capture data.
116 // Converter used for the down-mixing and resampling of the render data when
  /external/webrtc/src/common_audio/resampler/
resampler.cc 13 * A wrapper for resampling a numerous amount of sampling combinations.
430 // Synchronous resampling, all output samples are written to samplesOut
463 // Do resampling for right channel
494 // tmp data for resampling routines
603 // function name, and with a resampling factor of three becomes
870 // function name, and with a resampling factor of 1/3 becomes
    [all...]

Completed in 493 milliseconds

1 2 3 4 5 6