Searched refs:plot_delay (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | packet_receiver.cc | 30 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()
|
D | packet_receiver.h | 31 bool plot_delay, 36 bool plot_delay,
|
D | metric_recorder.cc | 81 bool plot_delay, in SetPlotInformation() argument 107 plot_information_[i].plot = plot_delay; in SetPlotInformation()
|
D | metric_recorder.h | 73 bool plot_delay,
|