Home
last modified time | relevance | path

Searched refs:mMaxRate (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/wilhelm/src/itf/
H A DIRatePitch.cpp27 if (!(thiz->mMinRate <= rate && rate <= thiz->mMaxRate)) { in IRatePitch_SetRate()
72 SLpermille maxRate = thiz->mMaxRate; in IRatePitch_GetRatePitchCapabilities()
96 thiz->mMaxRate = 2000; in IRatePitch_init()
H A DIPlaybackRate.cpp28 if (!(thiz->mMinRate <= rate && rate <= thiz->mMaxRate)) { in IPlaybackRate_SetRate()
138 if (!(thiz->mMinRate <= rate && rate <= thiz->mMaxRate)) { in IPlaybackRate_GetCapabilitiesOfRate()
165 SLpermille maxRate = thiz->mMaxRate; in IPlaybackRate_GetRateRange()
198 thiz->mMaxRate = 1000; in IPlaybackRate_init()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
H A DNetworkDetail.java91 private final int mMaxRate; field in NetworkDetail
370 mMaxRate = maxRateA > maxRateB ? maxRateA : maxRateB; in NetworkDetail()
371 mWifiMode = InformationElementUtil.WifiMode.determineMode(mPrimaryFreq, mMaxRate, in NetworkDetail()
376 mMaxRate = 0; in NetworkDetail()
389 + ", MaxRate: " + mMaxRate in NetworkDetail()
430 mMaxRate = base.mMaxRate; in NetworkDetail()
/aosp12/frameworks/wilhelm/src/
H A Ditfstruct.h493 SLpermille mMaxRate; member
531 SLpermille mMaxRate; member
/aosp12/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp1417 pAudioPlayer->mPlaybackRate.mMaxRate = AUDIOTRACK_MAX_PLAYBACKRATE_PERMILLE; in android_audioPlayer_create()
1421 pAudioPlayer->mPlaybackRate.mMaxRate = MEDIAPLAYER_MAX_PLAYBACKRATE_PERMILLE; in android_audioPlayer_create()