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()
90 private final int mMaxRate; field in NetworkDetail288 mMaxRate = maxRateA > maxRateB ? maxRateA : maxRateB; in NetworkDetail()289 mWifiMode = InformationElementUtil.WifiMode.determineMode(mPrimaryFreq, mMaxRate, in NetworkDetail()295 mMaxRate = 0; in NetworkDetail()305 + ", mMaxRate: " + mMaxRate in NetworkDetail()346 mMaxRate = base.mMaxRate; in NetworkDetail()
493 SLpermille mMaxRate; member531 SLpermille mMaxRate; member
1416 pAudioPlayer->mPlaybackRate.mMaxRate = AUDIOTRACK_MAX_PLAYBACKRATE_PERMILLE; in android_audioPlayer_create()1420 pAudioPlayer->mPlaybackRate.mMaxRate = MEDIAPLAYER_MAX_PLAYBACKRATE_PERMILLE; in android_audioPlayer_create()