Searched refs:numFramesDropped (Results 1 – 1 of 1) sorted by relevance
575 int64_t numFramesDropped = 0; in updateMetrics() local577 stats->findInt64("frames-dropped-output", &numFramesDropped); in updateMetrics()580 mAnalyticsItem->setInt64(kPlayerFramesDropped, numFramesDropped); in updateMetrics()935 int64_t numFramesDropped = 0; in dump() local938 stats->findInt64("frames-dropped-output", &numFramesDropped); in dump()942 (long long)numFramesDropped, in dump()944 ? 0.0 : (double)(numFramesDropped * 100) / numFramesTotal); in dump()