Searched refs:overflowCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DRTSPSource2.cpp329 size_t preparedCount, underflowCount, overflowCount, startCount, finishedCount; local
330 preparedCount = underflowCount = overflowCount = startCount = finishedCount = 0;
359 ++overflowCount;
367 ++overflowCount;
379 *overflow = (overflowCount == numTracks);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp331 size_t preparedCount, underflowCount, overflowCount, startCount, finishedCount; local
332 preparedCount = underflowCount = overflowCount = startCount = finishedCount = 0;
361 ++overflowCount;
369 ++overflowCount;
381 *overflow = (overflowCount == numTracks);

Completed in 55 milliseconds