Searched refs:mMinRate (Results 1 – 4 of 4) sorted by relevance
27 if (!(thiz->mMinRate <= rate && rate <= thiz->mMaxRate)) { in IRatePitch_SetRate()71 SLpermille minRate = thiz->mMinRate; in IRatePitch_GetRatePitchCapabilities()95 thiz->mMinRate = 500; in IRatePitch_init()
28 if (!(thiz->mMinRate <= rate && rate <= thiz->mMaxRate)) { in IPlaybackRate_SetRate()138 if (!(thiz->mMinRate <= rate && rate <= thiz->mMaxRate)) { in IPlaybackRate_GetCapabilitiesOfRate()164 SLpermille minRate = thiz->mMinRate; in IPlaybackRate_GetRateRange()197 thiz->mMinRate = 1000; in IPlaybackRate_init()
492 SLpermille mMinRate; member530 SLpermille mMinRate; member
1415 pAudioPlayer->mPlaybackRate.mMinRate = AUDIOTRACK_MIN_PLAYBACKRATE_PERMILLE; in android_audioPlayer_create()1419 pAudioPlayer->mPlaybackRate.mMinRate = MEDIAPLAYER_MIN_PLAYBACKRATE_PERMILLE; in android_audioPlayer_create()