Lines Matching refs:mPlaybackSettings
188 mPlaybackSettings(AUDIO_PLAYBACK_RATE_DEFAULT),
746 // Set mPlaybackSettings so that the new audio decoder can
748 mPlaybackSettings = rate;
769 newRate.mSpeed = mPlaybackSettings.mSpeed;
770 mPlaybackSettings = newRate;
772 mPlaybackSettings = rate;
788 params->setFloat("playback-speed", mPlaybackSettings.mSpeed);
802 AudioPlaybackRate rate = mPlaybackSettings;
810 mPlaybackSettings = rate;
1352 && (mPlaybackSettings.mSpeed == 1.f && mPlaybackSettings.mPitch == 1.f);
1366 status_t err = mRenderer->setPlaybackSettings(mPlaybackSettings);
1558 && (mPlaybackSettings.mSpeed == 1.f && mPlaybackSettings.mPitch == 1.f);
1613 format->setFloat("operating-rate", rate * mPlaybackSettings.mSpeed);