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

/frameworks/av/include/media/nbaio/
H A DNBAIO.h143 // Number of underruns since construction, where a set of contiguous lost frames is one event.
144 virtual size_t underruns() const { return 0; } function in class:android::NBAIO_Sink
/frameworks/wilhelm/tests/sandbox/
H A Dplaybq.c80 static unsigned underruns = 0; variable
94 ++underruns;
H A Dplaybq.cpp80 static unsigned underruns = 0; variable
94 ++underruns;
/frameworks/av/services/audioflinger/
H A DThreads.cpp1118 FastTrackUnderruns underruns = getFastTrackUnderruns(0); local
1120 underruns.mBitFields.mPartial, underruns.mBitFields.mEmpty);
2790 // reduce sleep time in case of consecutive application underruns to avoid
2874 FastTrackUnderruns underruns = ftDump->mUnderruns; local
2875 uint32_t recentFull = (underruns.mBitFields.mFull -
2877 uint32_t recentPartial = (underruns.mBitFields.mPartial -
2879 uint32_t recentEmpty = (underruns.mBitFields.mEmpty -
2882 track->mObservedUnderruns = underruns;
2883 // don't count underruns tha
[all...]

Completed in 267 milliseconds