Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioServiceStreamShared.cpp38 #define DEFAULT_BURSTS_PER_BUFFER 16 macro
91 if ((DEFAULT_BURSTS_PER_BUFFER * framesPerBurst) > MAX_FRAMES_PER_BUFFER) { in calculateBufferCapacity()
94 numBursts = DEFAULT_BURSTS_PER_BUFFER; in calculateBufferCapacity()