Searched refs:readyCount (Results 1 – 2 of 2) sorted by relevance
251 int readyCount = 0; in updateTargetWindows() local257 readyCount++; in updateTargetWindows()260 if (readyCount == childCount) { in updateTargetWindows()
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()