Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDriver.cpp616 int64_t numFramesDropped = 0; in updateMetrics() local
618 stats->findInt64("frames-dropped-output", &numFramesDropped); in updateMetrics()
621 mMetricsItem->setInt64(kPlayerFramesDropped, numFramesDropped); in updateMetrics()
964 int64_t numFramesDropped = 0; in dump() local
967 stats->findInt64("frames-dropped-output", &numFramesDropped); in dump()
971 (long long)numFramesDropped, in dump()
973 ? 0.0 : (double)(numFramesDropped * 100) / numFramesTotal); in dump()