Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternal.cpp255 const int32_t burstMinMicros = android::AudioSystem::getAAudioHardwareBurstMinUsec(); in configureDataInformation() local
261 } while (burstMicros < burstMinMicros); in configureDataInformation()
263 __func__, originalFramesPerBurst, burstMinMicros, deviceFramesPerBurst); in configureDataInformation()