Searched refs:AppendTimeSeriesIfNotEmpty (Results 1 – 3 of 3) sorted by relevance
793 plot->AppendTimeSeriesIfNotEmpty(std::move(send_time_data)); in CreateIncomingDelayGraph()865 plot->AppendTimeSeriesIfNotEmpty(std::move(remb_series)); in CreateTotalIncomingBitrateGraph()1051 plot->AppendTimeSeriesIfNotEmpty(std::move(link_capacity_lower_series)); in CreateTotalOutgoingBitrateGraph()1052 plot->AppendTimeSeriesIfNotEmpty(std::move(link_capacity_upper_series)); in CreateTotalOutgoingBitrateGraph()1056 plot->AppendTimeSeriesIfNotEmpty(std::move(probe_failures_series)); in CreateTotalOutgoingBitrateGraph()1068 plot->AppendTimeSeriesIfNotEmpty(std::move(remb_series)); in CreateTotalOutgoingBitrateGraph()1391 plot->AppendTimeSeriesIfNotEmpty(std::move(acked_estimate_time_series)); in CreateSendSideBweSimulationGraph()1512 plot->AppendTimeSeriesIfNotEmpty(std::move(time_series)); in CreateNetworkDelayFeedbackGraph()1604 plot->AppendTimeSeriesIfNotEmpty(std::move(rtcp_timestamps)); in CreateTimestampGraph()
167 void AppendTimeSeriesIfNotEmpty(TimeSeries&& time_series); in RTC_POP_IGNORING_WUNDEF()
91 void Plot::AppendTimeSeriesIfNotEmpty(TimeSeries&& time_series) { in AppendTimeSeriesIfNotEmpty() function in webrtc::Plot