Searched refs:readyCount (Results 1 – 1 of 1) sorted by relevance
2168 size_t activeCount, underflowCount, readyCount, downCount, upCount; in checkBuffering() local2169 activeCount = underflowCount = readyCount = downCount = upCount =0; in checkBuffering()2214 ++readyCount; in checkBuffering()2236 ready = (readyCount == activeCount); in checkBuffering()