[go: nahoru, domu]

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

/frameworks/wilhelm/src/itf/
H A DIRatePitch.c27 if (!(thiz->mMinRate <= rate && rate <= thiz->mMaxRate)) {
71 SLpermille minRate = thiz->mMinRate;
95 thiz->mMinRate = 500;
H A DIPlaybackRate.c28 if (!(thiz->mMinRate <= rate && rate <= thiz->mMaxRate)) {
138 if (!(thiz->mMinRate <= rate && rate <= thiz->mMaxRate)) {
164 SLpermille minRate = thiz->mMinRate;
197 thiz->mMinRate = 1000;
/frameworks/wilhelm/src/
H A Ditfstruct.h493 SLpermille mMinRate; member in struct:__anon1792
531 SLpermille mMinRate; member in struct:__anon1795
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp1308 pAudioPlayer->mPlaybackRate.mMinRate = AUDIOTRACK_MIN_PLAYBACKRATE_PERMILLE;
1312 pAudioPlayer->mPlaybackRate.mMinRate = MEDIAPLAYER_MIN_PLAYBACKRATE_PERMILLE;

Completed in 564 milliseconds