HomeSort by relevance Sort by last modified time
    Searched refs:RESAMPLE (Results 1 - 4 of 4) sorted by null

  /frameworks/av/services/audioflinger/
FastMixer.cpp 293 mixer->setParameter(name, AudioMixer::RESAMPLE,
325 mixer->setParameter(name, AudioMixer::RESAMPLE,
328 mixer->setParameter(name, AudioMixer::RESAMPLE,
    [all...]
AudioMixer.h 61 RESAMPLE = 0x3001,
72 // for target RESAMPLE
AudioMixer.cpp 453 case RESAMPLE:
458 ALOGV("setParameter(RESAMPLE, SAMPLE_RATE, %u)",
667 "Track %d needs downmix + resample", i);
750 // ramp gain - resample to temp buffer and scale/mix in 2nd step
752 // always resample with unity gain when sending to auxiliary buffer to be able
757 t->resampler->resample(temp, outFrameCount, t->bufferProvider);
767 t->resampler->resample(temp, outFrameCount, t->bufferProvider);
774 t->resampler->resample(out, outFrameCount, t->bufferProvider);
    [all...]
AudioFlinger.cpp     [all...]

Completed in 235 milliseconds