Searched refs:doesResample (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioMixer.h200 bool doesResample() const { return resampler != NULL; } function in struct:android::AudioMixer::track_t
H A DAudioMixer.cpp661 n |= t.doesResample() ? NEEDS_RESAMPLE_ENABLED : NEEDS_RESAMPLE_DISABLED;
668 } else if (!t.doesResample() && t.volumeRL == 0) {
744 if (!t.doesResample() && t.volumeRL == 0)

Completed in 87 milliseconds