Searched refs:numFramesDropped (Results 1 – 1 of 1) sorted by relevance
616 int64_t numFramesDropped = 0; in updateMetrics() local618 stats->findInt64("frames-dropped-output", &numFramesDropped); in updateMetrics()621 mMetricsItem->setInt64(kPlayerFramesDropped, numFramesDropped); in updateMetrics()964 int64_t numFramesDropped = 0; in dump() local967 stats->findInt64("frames-dropped-output", &numFramesDropped); in dump()971 (long long)numFramesDropped, in dump()973 ? 0.0 : (double)(numFramesDropped * 100) / numFramesTotal); in dump()