Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp636 int64_t numFramesDropped = 0; in updateMetrics() local
638 stats->findInt64("frames-dropped-output", &numFramesDropped); in updateMetrics()
641 mMetricsItem->setInt64(kPlayerFramesDropped, numFramesDropped); in updateMetrics()
988 int64_t numFramesDropped = 0; in dump() local
991 stats->findInt64("frames-dropped-output", &numFramesDropped); in dump()
995 (long long)numFramesDropped, in dump()
997 ? 0.0 : (double)(numFramesDropped * 100) / numFramesTotal); in dump()