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

/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp986 const float effectivePitch = adjustPitch(playbackRate.mPitch); local
989 playbackRateTemp.mPitch = effectivePitch;
992 effectiveRate, effectiveSpeed, effectivePitch);
1586 const float effectivePitch = adjustPitch(mPlaybackRate.mPitch); local
1591 playbackRateTemp.mPitch = effectivePitch;

Completed in 27 milliseconds