HomeSort by relevance Sort by last modified time
    Searched defs:Resample (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/media/base/
multi_channel_resampler.cc 45 void MultiChannelResampler::Resample(int frames, AudioBus* audio_bus) {
50 resamplers_[0]->Resample(frames, audio_bus->channel(0));
57 // only call ProvideInput() once when we resample this way.
63 // Resample each channel.
68 // used in a SincResampler kernel, this call to Resample() will only
73 resamplers_[i]->Resample(
sinc_resampler.cc 258 void SincResampler::Resample(int frames, float* destination) {
269 // Step (2) -- Resample! const what we can outside of the loop for speed. It
274 // |i| may be negative if the last Resample() call ended on an iteration
  /external/chromium_org/third_party/libjingle/source/talk/base/
virtualsocketserver.cc 1000 return Resample(Invert(Accumulate(f)), 0, 1, samples);
    [all...]

Completed in 37 milliseconds