Searched refs:readyCount (Results 1 – 1 of 1) sorted by relevance
2169 size_t activeCount, underflowCount, readyCount, downCount, upCount; in checkBuffering() local2170 activeCount = underflowCount = readyCount = downCount = upCount =0; in checkBuffering()2215 ++readyCount; in checkBuffering()2237 ready = (readyCount == activeCount); in checkBuffering()