Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DRTSPSource.cpp338 size_t preparedCount, underflowCount, overflowCount, startCount, finishedCount; in checkBuffering() local
339 preparedCount = underflowCount = overflowCount = startCount = finishedCount = 0; in checkBuffering()
369 ++finishedCount; in checkBuffering()
390 *finished = (finishedCount > 0); in checkBuffering()