Searched defs:maxRate (Results 1 - 4 of 4) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIRatePitch.c72 SLpermille maxRate = thiz->mMaxRate; local
76 *pMaxRate = maxRate;
H A DIPlaybackRate.c165 SLpermille maxRate = thiz->mMaxRate; local
169 *pMaxRate = maxRate;
/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);
309 SLpermille minRate, maxRate, stepSize; local
311 res = (*rateItf)->GetRateRange(rateItf, index, &minRate, &maxRate, &stepSize,
324 printf("range[%u]: min=%d, max=%d, capabilities=", index, minRate, maxRate);
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp6937 uint32_t maxRate = MAX_MIXER_SAMPLING_RATE; local
6942 maxRate = UINT_MAX;
6945 if ((mSamplingRates[i] > samplingRate) && (mSamplingRates[i] <= maxRate)) {

Completed in 2723 milliseconds