Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/cpp/
DNativeAudioContext.h621 int32_t capacityInBursts = capacityInFrames / burstInFrames; in configureForStart() local
622 int32_t sizeInBursts = std::max(2, capacityInBursts / 2); in configureForStart()