Home
last modified time | relevance | path

Searched refs:readyCount (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp2168 size_t activeCount, underflowCount, readyCount, downCount, upCount; in checkBuffering() local
2169 activeCount = underflowCount = readyCount = downCount = upCount =0; in checkBuffering()
2214 ++readyCount; in checkBuffering()
2236 ready = (readyCount == activeCount); in checkBuffering()