Searched defs:underruns (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/nbaio/
H A DNBAIO.h144 // Number of underruns since construction, where a set of contiguous lost frames is one event.
145 virtual size_t underruns() const { return 0; } function in class:android::NBAIO_Sink
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1651 FastTrackUnderruns underruns = getFastTrackUnderruns(0); local
1653 underruns.mBitFields.mPartial, underruns.mBitFields.mEmpty);
2881 // reduce sleep time in case of consecutive application underruns to avoid
2962 FastTrackUnderruns underruns = ftDump->mUnderruns; local
2963 uint32_t recentFull = (underruns.mBitFields.mFull -
2965 uint32_t recentPartial = (underruns.mBitFields.mPartial -
2967 uint32_t recentEmpty = (underruns.mBitFields.mEmpty -
2970 track->mObservedUnderruns = underruns;
2971 // don't count underruns tha
[all...]

Completed in 118 milliseconds