Home
last modified time | relevance | path

Searched refs:plot_delay (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dpacket_receiver.cc30 bool plot_delay, in PacketReceiver() argument
36 plot_delay_(plot_delay), in PacketReceiver()
57 bool plot_loss = plot_delay; // Plot loss if delay is plotted. in PacketReceiver()
58 metric_recorder_->SetPlotInformation(prefixes, plot_delay, plot_loss); in PacketReceiver()
65 bool plot_delay, in PacketReceiver() argument
70 plot_delay, in PacketReceiver()
Dpacket_receiver.h31 bool plot_delay,
36 bool plot_delay,
Dmetric_recorder.cc81 bool plot_delay, in SetPlotInformation() argument
107 plot_information_[i].plot = plot_delay; in SetPlotInformation()
Dmetric_recorder.h73 bool plot_delay,