Searched refs:mMaxRate (Results 1 – 5 of 5) sorted by relevance
27 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()
28 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()
91 private final int mMaxRate; field in NetworkDetail370 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()
493 SLpermille mMaxRate; member531 SLpermille mMaxRate; member
1417 pAudioPlayer->mPlaybackRate.mMaxRate = AUDIOTRACK_MAX_PLAYBACKRATE_PERMILLE; in android_audioPlayer_create()1421 pAudioPlayer->mPlaybackRate.mMaxRate = MEDIAPLAYER_MAX_PLAYBACKRATE_PERMILLE; in android_audioPlayer_create()