Searched refs:maxRate (Results 1 - 6 of 6) 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/base/media/java/android/media/
H A DMediaCodecInfo.java2123 int maxWidth = 11, maxHeight = 9, maxRate = 15;
2183 maxRate = Math.max(FR, maxRate);
2189 mFrameRateRange = mFrameRateRange.intersect(12, maxRate);
2191 int maxWidth = 11, maxHeight = 9, maxRate = 15;
2287 maxRate = Math.max(FR, maxRate);
2293 maxRate = Math.max(Math.max(FR, 60), maxRate);
2300 mFrameRateRange = mFrameRateRange.intersect(12, maxRate);
[all...]
/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 257 milliseconds