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