Home
last modified time | relevance | path

Searched refs:maxRate (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/wilhelm/tests/mimeUri/
H A DslesTestSlowDownUri.cpp71 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenMediaRecorder.java216 int maxRate = vc.getSupportedFrameRatesFor(screenWidthAligned, in getSupportedSize() local
219 if (maxRate < refreshRate) { in getSupportedSize()
220 refreshRate = maxRate; in getSupportedSize()
240 int maxRate = vc.getSupportedFrameRatesFor(scaledWidth, scaledHeight) in getSupportedSize() local
242 if (maxRate < refreshRate) { in getSupportedSize()
243 refreshRate = maxRate; in getSupportedSize()
/aosp12/frameworks/wilhelm/src/itf/
H A DIRatePitch.cpp72 SLpermille maxRate = thiz->mMaxRate; in IRatePitch_GetRatePitchCapabilities() local
76 *pMaxRate = maxRate; in IRatePitch_GetRatePitchCapabilities()
H A DIPlaybackRate.cpp165 SLpermille maxRate = thiz->mMaxRate; in IPlaybackRate_GetRateRange() local
169 *pMaxRate = maxRate; in IPlaybackRate_GetRateRange()
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DPolicyAudioPort.cpp99 uint32_t maxRate = SAMPLE_RATE_HZ_MAX; in pickSamplingRate() local
105 maxRate = UINT_MAX; in pickSamplingRate()
111 if ((rate > pickedRate) && (rate <= maxRate)) { in pickSamplingRate()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarPropertyService.java344 float maxRate = 0; in unregisterListenerBinderLocked() local
347 if (rate > maxRate) { in unregisterListenerBinderLocked()
348 maxRate = rate; in unregisterListenerBinderLocked()
352 mHal.subscribeProperty(propId, maxRate); in unregisterListenerBinderLocked()
/aosp12/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java2825 int maxWidth = 11, maxHeight = 9, maxRate = 15; in applyLevelLimits() local
2885 maxRate = Math.max(FR, maxRate); in applyLevelLimits()
2891 mFrameRateRange = mFrameRateRange.intersect(12, maxRate); in applyLevelLimits()
2893 int maxWidth = 11, maxHeight = 9, maxRate = 15; in applyLevelLimits() local
2989 maxRate = Math.max(FR, maxRate); in applyLevelLimits()
2995 maxRate = Math.max(Math.max(FR, 60), maxRate); in applyLevelLimits()
3002 mFrameRateRange = mFrameRateRange.intersect(12, maxRate); in applyLevelLimits()
3004 int maxWidth = 11, maxHeight = 9, maxRate = 15; in applyLevelLimits() local
3086 maxRate = Math.max(FR, maxRate); in applyLevelLimits()
3102 mFrameRateRange = Range.create(1, maxRate); in applyLevelLimits()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DInformationElementUtil.java1561 public static int determineMode(int frequency, int maxRate, boolean foundHe, in determineMode() argument
1574 if (maxRate < 24000000) { in determineMode()