Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternal.cpp94 const int32_t burstMinMicros = AAudioProperty_getHardwareBurstMinMicros(); in open() local
191 } while (burstMicros < burstMinMicros); in open()
193 __func__, framesPerHardwareBurst, burstMinMicros, framesPerBurst); in open()