Searched refs:numFramesDropped (Results 1 – 1 of 1) sorted by relevance
636 int64_t numFramesDropped = 0; in updateMetrics() local638 stats->findInt64("frames-dropped-output", &numFramesDropped); in updateMetrics()641 mMetricsItem->setInt64(kPlayerFramesDropped, numFramesDropped); in updateMetrics()988 int64_t numFramesDropped = 0; in dump() local991 stats->findInt64("frames-dropped-output", &numFramesDropped); in dump()995 (long long)numFramesDropped, in dump()997 ? 0.0 : (double)(numFramesDropped * 100) / numFramesTotal); in dump()