[go: nahoru, domu]

Searched defs:maxRate (Results 1 - 5 of 5) 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);
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);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioPort.cpp168 uint32_t maxRate = SAMPLE_RATE_HZ_MAX; local
174 maxRate = UINT_MAX;
180 if ((samplingRates[i] > pickedRate) && (samplingRates[i] <= maxRate)) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DInformationElementUtil.java625 public static int determineMode(int frequency, int maxRate, boolean foundVht, argument
634 if (maxRate < 24000000) {

Completed in 204 milliseconds