Home | History | Annotate | Download | only in itf

Lines Matching refs:SLpermille

22 static SLresult IPlaybackRate_SetRate(SLPlaybackRateItf self, SLpermille rate)
53 static SLresult IPlaybackRate_GetRate(SLPlaybackRateItf self, SLpermille *pRate)
62 SLpermille rate = thiz->mRate;
128 SLpermille rate, SLuint32 *pCapabilities)
153 SLpermille *pMinRate, SLpermille *pMaxRate, SLpermille *pStepSize, SLuint32 *pCapabilities)
164 SLpermille minRate = thiz->mMinRate;
165 SLpermille maxRate = thiz->mMaxRate;
166 SLpermille stepSize = thiz->mStepSize;