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.cpp40 #define DEFAULT_BURSTS_PER_BUFFER 16 macro
86 if ((DEFAULT_BURSTS_PER_BUFFER * framesPerBurst) > MAX_FRAMES_PER_BUFFER) { in calculateBufferCapacity()
89 numBursts = DEFAULT_BURSTS_PER_BUFFER; in calculateBufferCapacity()