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

  /frameworks/base/services/audioflinger/
AudioMixer.h 58 RESAMPLE = 0x3001,
68 // for TARGET RESAMPLE
AudioMixer.cpp 211 case RESAMPLE:
216 LOGV("setParameter(RESAMPLE, SAMPLE_RATE, %u)",
546 // ramp gain - resample to temp buffer and scale/mix in 2nd step
548 // always resample with unity gain when sending to auxiliary buffer to be able
553 t->resampler->resample(temp, outFrameCount, t->bufferProvider);
563 t->resampler->resample(temp, outFrameCount, t->bufferProvider);
570 t->resampler->resample(out, outFrameCount, t->bufferProvider);
    [all...]
AudioFlinger.cpp     [all...]

Completed in 668 milliseconds