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()
613 int64_t numFramesDropped = 0; in updateMetrics() local615 stats->findInt64("frames-dropped-output", &numFramesDropped); in updateMetrics()618 mAnalyticsItem->setInt64(kPlayerFramesDropped, numFramesDropped); in updateMetrics()961 int64_t numFramesDropped = 0; in dump() local964 stats->findInt64("frames-dropped-output", &numFramesDropped); in dump()968 (long long)numFramesDropped, in dump()970 ? 0.0 : (double)(numFramesDropped * 100) / numFramesTotal); in dump()