Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayer2/nuplayer2/
DRTSPSource2.cpp329 size_t preparedCount, underflowCount, overflowCount, startCount, finishedCount; in checkBuffering() local
330 preparedCount = underflowCount = overflowCount = startCount = finishedCount = 0; in checkBuffering()
360 ++finishedCount; in checkBuffering()
381 *finished = (finishedCount > 0); in checkBuffering()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DRTSPSource.cpp331 size_t preparedCount, underflowCount, overflowCount, startCount, finishedCount; in checkBuffering() local
332 preparedCount = underflowCount = overflowCount = startCount = finishedCount = 0; in checkBuffering()
362 ++finishedCount; in checkBuffering()
383 *finished = (finishedCount > 0); in checkBuffering()