/external/chromium_org/media/base/ |
audio_converter.cc | 56 // Only resample if necessary since it's expensive. 148 resampler_->Resample(temp_dest->frames(), temp_dest);
|
sinc_resampler.cc | 255 void SincResampler::Resample(int frames, float* destination) { 264 // Step (2) -- Resample! const what we can outside of the loop for speed. It 269 // |i| may be negative if the last Resample() call ended on an iteration
|
/frameworks/av/libvideoeditor/lvpp/ |
VideoEditorSRC.cpp | 141 // Resample to target quality 142 mResampler->resample(pTmpBuffer, kOutputFrameCount, this);
|
/frameworks/av/services/audioflinger/ |
AudioMixer.cpp | 470 case RESAMPLE: 475 ALOGV("setParameter(RESAMPLE, SAMPLE_RATE, %u)", 695 "Track %d needs downmix + resample", i); 779 // ramp gain - resample to temp buffer and scale/mix in 2nd step 781 // always resample with unity gain when sending to auxiliary buffer to be able 786 t->resampler->resample(temp, outFrameCount, t->bufferProvider); 796 t->resampler->resample(temp, outFrameCount, t->bufferProvider); 803 t->resampler->resample(out, outFrameCount, t->bufferProvider); [all...] |
AudioMixer.h | 69 RESAMPLE = 0x3001, 80 // for target RESAMPLE
|
AudioResampler.cpp | 45 virtual void resample(int32_t* out, size_t outFrameCount, 280 void AudioResamplerOrder1::resample(int32_t* out, size_t outFrameCount, 310 // ALOGE("starting resample %d frames, inputIndex=%d, phaseFraction=%d, phaseIncrement=%d", 407 // ALOGE("starting resample %d frames, inputIndex=%d, phaseFraction=%d, phaseIncrement=%d",
|
AudioResamplerCubic.cpp | 35 void AudioResamplerCubic::resample(int32_t* out, size_t outFrameCount, function in class:android::AudioResamplerCubic
|
FastMixer.cpp | 325 mixer->setParameter(name, AudioMixer::RESAMPLE, 358 mixer->setParameter(name, AudioMixer::RESAMPLE, 361 mixer->setParameter(name, AudioMixer::RESAMPLE, [all...] |
AudioResamplerSinc.cpp | 506 void AudioResamplerSinc::resample(int32_t* out, size_t outFrameCount, function in class:android::AudioResamplerSinc 531 void AudioResamplerSinc::resample(int32_t* out, size_t outFrameCount, function in class:android::AudioResamplerSinc [all...] |
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/ |
performance_monitor_ui_util.h | 106 // omitted if there are no points to resample. The time associated with each
|
/external/chromium_org/third_party/opus/src/silk/ |
dec_API.c | 312 /* Resample decoded signal to API_sampleRate */ 326 /* Resample right channel for newly collapsed stereo just in case
|
resampler_private_down_FIR.c | 143 /* Resample with a 2nd order AR filter followed by FIR interpolation */
|
/system/media/audio_utils/ |
resampler.c | 139 "ReSampler::resample() remaining %d frames in and %d frames out",
|
echo_reference.c | 88 // this is er->rd_channel_count here as we resample after stereo to mono conversion if any 248 // inFrames is updated by resample() with the number of frames produced
|
/external/chromium_org/third_party/opus/src/silk/float/ |
pitch_analysis_core_FLP.c | 134 /* Resample from input sampled at Fs_kHz to 8 kHz */ 136 /* Resample to 16 -> 8 khz */ 143 /* Resample to 12 -> 8 khz */
|
/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
subsetsequence.cc | 202 // Just use Bresenham to resample
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
virtualsocketserver.h | 191 static Function* Resample(Function* f, double x1, double x2, uint32 samples);
|
virtualsocketserver.cc | 1000 return Resample(Invert(Accumulate(f)), 0, 1, samples); [all...] |
/frameworks/av/tools/resampler_tools/ |
fir.cpp | 105 // https://ccrma.stanford.edu/~jos/resample/, 2011-03-29
|
/external/webrtc/src/common_audio/resampler/ |
resampler.cc | [all...] |
/external/chromium/chrome/browser/tab_contents/ |
thumbnail_generator.cc | 85 // Get the bitmap as a Skia object so we can resample it. This is a large
|
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/ |
SincResampler.cpp | 187 // Resample an in-memory buffer using an AudioSourceProvider.
|
/frameworks/base/core/java/android/net/http/ |
RequestQueue.java | 241 // we need to resample the current proxy setup
|
/external/libyuv/files/source/ |
convert_from.cc | 190 // Resample U plane. 197 // Resample V plane. [all...] |
/frameworks/native/libs/input/ |
InputTransport.cpp | 50 // Minimum time difference between consecutive samples before attempting to resample. 757 // Resample touch coordinates. [all...] |