Searched refs:numFramesDropped (Results 1 – 2 of 2) sorted by relevance
473 int64_t numFramesDropped = 0; in updateMetrics() local475 stats->findInt64("frames-dropped-output", &numFramesDropped); in updateMetrics()478 mediametrics_setInt64(mMetricsHandle, kPlayerFramesDropped, numFramesDropped); in updateMetrics()768 int64_t numFramesDropped = 0; in dump() local771 stats->findInt64("frames-dropped-output", &numFramesDropped); in dump()775 (long long)numFramesDropped, in dump()777 ? 0.0 : (double)(numFramesDropped * 100) / numFramesTotal); in dump()
574 int64_t numFramesDropped = 0; in updateMetrics() local576 stats->findInt64("frames-dropped-output", &numFramesDropped); in updateMetrics()579 mAnalyticsItem->setInt64(kPlayerFramesDropped, numFramesDropped); in updateMetrics()934 int64_t numFramesDropped = 0; in dump() local937 stats->findInt64("frames-dropped-output", &numFramesDropped); in dump()941 (long long)numFramesDropped, in dump()943 ? 0.0 : (double)(numFramesDropped * 100) / numFramesTotal); in dump()