Home
last modified time | relevance | path

Searched refs:kBufferSizeInBursts (Results 1 – 3 of 3) sorted by relevance

/external/oboe/samples/iolib/src/main/cpp/player/
DSimpleMultiPlayer.cpp34 constexpr int32_t kBufferSizeInBursts = 2; // Use 2 bursts as the buffer size (double buffer) variable
101 mAudioStream->getFramesPerBurst() * kBufferSizeInBursts); in openStream()
/external/oboe/samples/RhythmGame/src/main/cpp/
DGameConstants.h22 constexpr int kBufferSizeInBursts = 2; // Use 2 bursts as the buffer size (double buffer) variable
DGame.cpp197 mAudioStream->getFramesPerBurst() * kBufferSizeInBursts); in openStream()