Searched defs:pMaxRate (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIRatePitch.c60 SLpermille *pMinRate, SLpermille *pMaxRate)
66 if (NULL == pMinRate && NULL == pMaxRate)
75 if (NULL != pMaxRate)
76 *pMaxRate = maxRate;
59 IRatePitch_GetRatePitchCapabilities(SLRatePitchItf self, SLpermille *pMinRate, SLpermille *pMaxRate) argument
H A DIPlaybackRate.c153 SLpermille *pMinRate, SLpermille *pMaxRate, SLpermille *pStepSize, SLuint32 *pCapabilities)
158 if (NULL == pMinRate || NULL == pMaxRate || NULL == pStepSize || NULL == pCapabilities ||
169 *pMaxRate = maxRate;
152 IPlaybackRate_GetRateRange(SLPlaybackRateItf self, SLuint8 index, SLpermille *pMinRate, SLpermille *pMaxRate, SLpermille *pStepSize, SLuint32 *pCapabilities) argument

Completed in 825 milliseconds