Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDriver.cpp572 int64_t numFramesDropped = 0; in updateMetrics() local
574 stats->findInt64("frames-dropped-output", &numFramesDropped); in updateMetrics()
577 mAnalyticsItem->setInt64(kPlayerFramesDropped, numFramesDropped); in updateMetrics()
927 int64_t numFramesDropped = 0; in dump() local
930 stats->findInt64("frames-dropped-output", &numFramesDropped); in dump()
934 (long long)numFramesDropped, in dump()
936 ? 0.0 : (double)(numFramesDropped * 100) / numFramesTotal); in dump()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2Driver.cpp512 int64_t numFramesDropped = 0; in updateMetrics() local
514 stats->findInt64("frames-dropped-output", &numFramesDropped); in updateMetrics()
517 mAnalyticsItem->setInt64(kPlayerFramesDropped, numFramesDropped); in updateMetrics()
850 int64_t numFramesDropped = 0; in dump() local
853 stats->findInt64("frames-dropped-output", &numFramesDropped); in dump()
857 (long long)numFramesDropped, in dump()
859 ? 0.0 : (double)(numFramesDropped * 100) / numFramesTotal); in dump()