Searched refs:statistic_time_ms (Results 1 – 2 of 2) sorted by relevance
749 int statistic_time_ms = GetCurrentTimeMs() - start_time_ms_; in DeliverPendingOutputs() local750 if (statistic_time_ms >= kMediaCodecStatisticsIntervalMs && in DeliverPendingOutputs()754 (current_bytes_ * 8 / statistic_time_ms) << " kbps, fps: " << in DeliverPendingOutputs()755 ((current_frames_ * 1000 + statistic_time_ms / 2) / statistic_time_ms) in DeliverPendingOutputs()757 " for last " << statistic_time_ms << " ms."; in DeliverPendingOutputs()
890 int statistic_time_ms = GetCurrentTimeMs() - start_time_ms_; in DeliverPendingOutputs() local891 if (statistic_time_ms >= kMediaCodecStatisticsIntervalMs && in DeliverPendingOutputs()894 (current_bytes_ * 8 / statistic_time_ms) << in DeliverPendingOutputs()896 ((current_frames_ * 1000 + statistic_time_ms / 2) / statistic_time_ms) in DeliverPendingOutputs()899 statistic_time_ms << " ms."; in DeliverPendingOutputs()