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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp319 size_t preparedCount, underflowCount, overflowCount, startCount; local
320 preparedCount = underflowCount = overflowCount = startCount = 0;
329 ++preparedCount;
347 *prepared = (preparedCount == numTracks);

Completed in 25 milliseconds