Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDriver.cpp575 int64_t numFramesDropped = 0; in updateMetrics() local
577 stats->findInt64("frames-dropped-output", &numFramesDropped); in updateMetrics()
580 mAnalyticsItem->setInt64(kPlayerFramesDropped, numFramesDropped); in updateMetrics()
935 int64_t numFramesDropped = 0; in dump() local
938 stats->findInt64("frames-dropped-output", &numFramesDropped); in dump()
942 (long long)numFramesDropped, in dump()
944 ? 0.0 : (double)(numFramesDropped * 100) / numFramesTotal); in dump()