Home | History | Annotate | Download | only in audioflinger

Lines Matching full:resample

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);