HomeSort by relevance Sort by last modified time
    Searched full:underrunns (Results 1 - 1 of 1) sorted by null

  /frameworks/av/services/audioflinger/
FastMixer.cpp 75 long underrunNs = 0; // underrun likely when write cycle is greater than this value
241 underrunNs = (frameCount * 1750000000LL) / sampleRate; // 1.75
247 underrunNs = 0;
502 if (sec > 0 || nsec > underrunNs) {
    [all...]

Completed in 103 milliseconds