Lines Matching refs:sampleRate
72 unsigned sampleRate = 0; in threadLoop() local
219 sampleRate = 0; in threadLoop()
222 sampleRate = Format_sampleRate(format); in threadLoop()
225 dumpState->mSampleRate = sampleRate; in threadLoop()
234 if (frameCount > 0 && sampleRate > 0) { in threadLoop()
238 mixer = new AudioMixer(frameCount, sampleRate, FastMixerState::kMaxFastTracks); in threadLoop()
240 periodNs = (frameCount * 1000000000LL) / sampleRate; // 1.00 in threadLoop()
241 underrunNs = (frameCount * 1750000000LL) / sampleRate; // 1.75 in threadLoop()
242 overrunNs = (frameCount * 500000000LL) / sampleRate; // 0.50 in threadLoop()
243 forceNs = (frameCount * 950000000LL) / sampleRate; // 0.95 in threadLoop()
244 warmupNs = (frameCount * 500000000LL) / sampleRate; // 0.50 in threadLoop()
310 if (fastTrack->mSampleRate != 0 && fastTrack->mSampleRate != sampleRate) { in threadLoop()
343 fastTrack->mSampleRate != sampleRate) { in threadLoop()