Home
last modified time | relevance | path

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

/aosp12/frameworks/wilhelm/src/itf/
H A DIRatePitch.cpp72 SLpermille maxRate = thiz->mMaxRate; in IRatePitch_GetRatePitchCapabilities() local
H A DIPlaybackRate.cpp165 SLpermille maxRate = thiz->mMaxRate; in IPlaybackRate_GetRateRange() local
/aosp12/frameworks/wilhelm/tests/mimeUri/
H A DslesTestSlowDownUri.cpp71 SLpermille minRate, maxRate, stepSize, rate = 1000; in PlayEventCallback() local
306 SLpermille minRate, maxRate, stepSize; in TestSlowDownUri() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenMediaRecorder.java216 int maxRate = vc.getSupportedFrameRatesFor(screenWidthAligned, in getSupportedSize() local
240 int maxRate = vc.getSupportedFrameRatesFor(scaledWidth, scaledHeight) in getSupportedSize() local
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DPolicyAudioPort.cpp99 uint32_t maxRate = SAMPLE_RATE_HZ_MAX; in pickSamplingRate() local
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarPropertyService.java344 float maxRate = 0; in unregisterListenerBinderLocked() local
/aosp12/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java2825 int maxWidth = 11, maxHeight = 9, maxRate = 15; in applyLevelLimits() local
2893 int maxWidth = 11, maxHeight = 9, maxRate = 15; in applyLevelLimits() local
3004 int maxWidth = 11, maxHeight = 9, maxRate = 15; in applyLevelLimits() local
/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()