HomeSort by relevance Sort by last modified time
    Searched refs:mUnderrunNs (Results 1 - 4 of 4) sorted by null

  /frameworks/av/services/audioflinger/
FastThread.h 58 long mUnderrunNs; // underrun likely when write cycle is greater than this value
FastCapture.cpp 140 mUnderrunNs = (frameCount * 1750000000LL) / mSampleRate; // 1.75
147 mUnderrunNs = 0;
FastThread.cpp 47 mUnderrunNs(0),
267 if (sec > 0 || nsec > mUnderrunNs) {
FastMixer.cpp 205 mUnderrunNs = (frameCount * 1750000000LL) / mSampleRate; // 1.75
212 mUnderrunNs = 0;

Completed in 212 milliseconds