Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:mSampleRate

65     mSampleRate(0),
155 mSampleRate = 0;
160 mSampleRate = Format_sampleRate(mFormat);
168 dumpState->mSampleRate = mSampleRate;
179 if (frameCount > 0 && mSampleRate > 0) {
187 mMixer = new AudioMixer(frameCount, mSampleRate, FastMixerState::kMaxFastTracks);
198 mPeriodNs = (frameCount * 1000000000LL) / mSampleRate; // 1.00
199 mUnderrunNs = (frameCount * 1750000000LL) / mSampleRate; // 1.75
200 mOverrunNs = (frameCount * 500000000LL) / mSampleRate; // 0.50
201 mForceNs = (frameCount * 950000000LL) / mSampleRate; // 0.95
202 mWarmupNsMin = (frameCount * 750000000LL) / mSampleRate; // 0.75
203 mWarmupNsMax = (frameCount * 1250000000LL) / mSampleRate; // 1.25