Home
last modified time | relevance | path

Searched refs:effectivePitch (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libaudioclient/
DAudioTrack.cpp1175 const float effectivePitch = adjustPitch(playbackRate.mPitch); in setPlaybackRate() local
1178 playbackRateTemp.mPitch = effectivePitch; in setPlaybackRate()
1181 __func__, mPortId, effectiveRate, effectiveSpeed, effectivePitch); in setPlaybackRate()
1869 const float effectivePitch = adjustPitch(mPlaybackRate.mPitch); in createTrack_l() local
1874 playbackRateTemp.mPitch = effectivePitch; in createTrack_l()
1924 AMEDIAMETRICS_PROP_PLAYBACK_PITCH, (double)effectivePitch) in createTrack_l()