Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp692 int64_t cachedPosUs = getLastReadPosition() + cachedDurationUs; in onPollBuffering() local
693 int percentage = 100.0 * cachedPosUs / mDurationUs; in onPollBuffering()