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

/frameworks/av/media/libmedia/
H A DAudioTrack.cpp871 const float effectivePitch = adjustPitch(playbackRate.mPitch); local
874 playbackRateTemp.mPitch = effectivePitch;
877 effectiveRate, effectiveSpeed, effectivePitch);
1541 const float effectivePitch = adjustPitch(mPlaybackRate.mPitch); local
1546 playbackRateTemp.mPitch = effectivePitch;

Completed in 19 milliseconds