Searched refs:maxRate (Results 1 – 6 of 6) sorted by relevance
/frameworks/wilhelm/tests/mimeUri/ |
D | slesTestSlowDownUri.cpp | 71 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() 306 SLpermille minRate, maxRate, stepSize; in TestSlowDownUri() local 308 res = (*rateItf)->GetRateRange(rateItf, index, &minRate, &maxRate, &stepSize, in TestSlowDownUri() 321 printf("range[%u]: min=%d, max=%d, capabilities=", index, minRate, maxRate); in TestSlowDownUri()
|
/frameworks/wilhelm/src/itf/ |
D | IRatePitch.cpp | 72 SLpermille maxRate = thiz->mMaxRate; in IRatePitch_GetRatePitchCapabilities() local 76 *pMaxRate = maxRate; in IRatePitch_GetRatePitchCapabilities()
|
D | IPlaybackRate.cpp | 165 SLpermille maxRate = thiz->mMaxRate; in IPlaybackRate_GetRateRange() local 169 *pMaxRate = maxRate; in IPlaybackRate_GetRateRange()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
D | ScreenMediaRecorder.java | 222 int maxRate = vc.getSupportedFrameRatesFor(screenWidthAligned, in getSupportedSize() local 225 if (maxRate < refreshRate) { in getSupportedSize() 226 refreshRate = maxRate; in getSupportedSize() 254 int maxRate = maxInfo.getSupportedFrameRatesFor(scaledWidth, scaledHeight) in getSupportedSize() local 256 if (maxRate < refreshRate) { in getSupportedSize() 257 refreshRate = maxRate; in getSupportedSize()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | PolicyAudioPort.cpp | 99 uint32_t maxRate = SAMPLE_RATE_HZ_MAX; in pickSamplingRate() local 105 maxRate = UINT_MAX; in pickSamplingRate() 111 if ((rate > pickedRate) && (rate <= maxRate)) { in pickSamplingRate()
|
/frameworks/base/media/java/android/media/ |
D | MediaCodecInfo.java | 2825 int maxWidth = 11, maxHeight = 9, maxRate = 15; 2885 maxRate = Math.max(FR, maxRate); 2891 mFrameRateRange = mFrameRateRange.intersect(12, maxRate); 2893 int maxWidth = 11, maxHeight = 9, maxRate = 15; 2989 maxRate = Math.max(FR, maxRate); 2995 maxRate = Math.max(Math.max(FR, 60), maxRate); 3002 mFrameRateRange = mFrameRateRange.intersect(12, maxRate); 3004 int maxWidth = 11, maxHeight = 9, maxRate = 15; 3086 maxRate = Math.max(FR, maxRate); 3102 mFrameRateRange = Range.create(1, maxRate);
|