Searched defs:kFixPitch (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp87 static const bool kFixPitch = true; // enable pitch fix member in namespace:android
90 return kFixPitch ? (sampleRate * pitch + 0.5) : sampleRate;
95 return kFixPitch ? speed / max(pitch, AUDIO_TIMESTRETCH_PITCH_MIN_DELTA) : speed;
100 return kFixPitch ? AUDIO_TIMESTRETCH_PITCH_NORMAL : pitch;

Completed in 31 milliseconds