Searched refs:sMaxFramesPerBurstMs (Results 1 – 2 of 2) sorted by relevance
83 const std::map<aaudio_performance_mode_t, int64_t> StreamBuilderHelper::sMaxFramesPerBurstMs = member in StreamBuilderHelper102 ASSERT_EQ(1U, sMaxFramesPerBurstMs.count(mRequested.perfMode)); in initBuilder()169 mActual.sampleRate * sMaxFramesPerBurstMs.at(mActual.perfMode) / MILLIS_PER_SECOND; in createAndVerifyStream()
94 static const std::map<aaudio_performance_mode_t, int64_t> sMaxFramesPerBurstMs; variable