Searched refs:mMaxRate (Results 1 - 4 of 4) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIRatePitch.c27 if (!(thiz->mMinRate <= rate && rate <= thiz->mMaxRate)) {
72 SLpermille maxRate = thiz->mMaxRate;
96 thiz->mMaxRate = 2000;
H A DIPlaybackRate.c28 if (!(thiz->mMinRate <= rate && rate <= thiz->mMaxRate)) {
138 if (!(thiz->mMinRate <= rate && rate <= thiz->mMaxRate)) {
165 SLpermille maxRate = thiz->mMaxRate;
198 thiz->mMaxRate = 1000;
/frameworks/wilhelm/src/
H A Ditfstruct.h489 SLpermille mMaxRate; member in struct:__anon1663
527 SLpermille mMaxRate; member in struct:__anon1666
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp1285 pAudioPlayer->mPlaybackRate.mMaxRate = AUDIOTRACK_MAX_PLAYBACKRATE_PERMILLE;
1289 pAudioPlayer->mPlaybackRate.mMaxRate = MEDIAPLAYER_MAX_PLAYBACKRATE_PERMILLE;

Completed in 41 milliseconds