Searched refs:minRate (Results 1 - 3 of 3) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIRatePitch.c71 SLpermille minRate = thiz->mMinRate; local
74 *pMinRate = minRate;
H A DIPlaybackRate.c164 SLpermille minRate = thiz->mMinRate; local
168 *pMinRate = minRate;
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestSlowDownUri.cpp71 SLpermille minRate, maxRate, stepSize, rate = 1000; local
76 res = (*pRateItf)->GetRateRange(pRateItf, 0, &minRate, &maxRate, &stepSize, &capa);
78 fprintf(stdout, "old rate = %d, minRate=%d, maxRate=%d\n", rate, minRate, maxRate);
80 if (rate < minRate) {
81 rate = minRate;
306 SLpermille minRate, maxRate, stepSize; local
308 res = (*rateItf)->GetRateRange(rateItf, index, &minRate, &maxRate, &stepSize,
321 printf("range[%u]: min=%d, max=%d, capabilities=", index, minRate, maxRate);

Completed in 158 milliseconds