Home
last modified time | relevance | path

Searched refs:maxRate (Results 1 – 3 of 3) sorted by relevance

/frameworks/wilhelm/tests/mimeUri/
DslesTestSlowDownUri.cpp71 SLpermille minRate, maxRate, stepSize, rate = 1000; in PlayEventCallback() local
76 res = (*pRateItf)->GetRateRange(pRateItf, 0, &minRate, &maxRate, &stepSize, &capa); in PlayEventCallback()
78 fprintf(stdout, "old rate = %d, minRate=%d, maxRate=%d\n", rate, minRate, maxRate); in PlayEventCallback()
309 SLpermille minRate, maxRate, stepSize; in TestSlowDownUri() local
311 res = (*rateItf)->GetRateRange(rateItf, index, &minRate, &maxRate, &stepSize, in TestSlowDownUri()
324 printf("range[%u]: min=%d, max=%d, capabilities=", index, minRate, maxRate); in TestSlowDownUri()
/frameworks/wilhelm/src/itf/
DIRatePitch.c72 SLpermille maxRate = thiz->mMaxRate; in IRatePitch_GetRatePitchCapabilities() local
76 *pMaxRate = maxRate; in IRatePitch_GetRatePitchCapabilities()
DIPlaybackRate.c165 SLpermille maxRate = thiz->mMaxRate; in IPlaybackRate_GetRateRange() local
169 *pMaxRate = maxRate; in IPlaybackRate_GetRateRange()